Hi i would like to know how they made this script
http://www.vodcasts.tv/mediap.php?feed=15&ep=1
I would like to do the same. for our site.
Hi i would like to know how they made this script
http://www.vodcasts.tv/mediap.php?feed=15&ep=1
I would like to do the same. for our site.
The web in one word.
That will make the player, on the website you provided it was in a frame, so if you wanted that, just make a frames page with the above code in that frame.Code:<OBJECT ID="MediaPlayer" WIDTH="512" HEIGHT="400" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" TYPE="application/x-oleobject"> <PARAM NAME="FileName" VALUE="url-to-stream"> <PARAM name="AutoStart" VALUE="true"> <PARAM name="ShowControls" VALUE="true"> <param name="ShowStatusBar" value="false"> <PARAM name="ShowDisplay" VALUE="false"> <PARAM NAME="uiMode" VALUE="mini"> <EMBED TYPE="application/x-mplayer2" SRC="url-to-stream" NAME="MediaPlayer" WIDTH="512" HEIGHT="400" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" AutoStart="1"> </EMBED> </OBJECT>
Hope this helps.
Last edited by thetestingsite; 01-07-2007 at 04:13 PM.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
You might want to highlight the "url-to-stream" part for the OP.
- Mike
Good eye, Mike. Boy, I have just been slacking with my last couple of posts. Ok, edited post and highlighted key parts.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Yeah, I hear you have a lot on your plateOriginally Posted by thetestingsite
![]()
- Mike
What i want is it to see if there is a new show in there podcast. I then want it to add it to the list of shows? Like http://www.vodcasts.tv/mediap.php it shows nothing then when you type in something like http://www.vodcasts.tv/mediap.php?feed=15 then it will show all feed but not play any of the shows?
I hope you understand what i mean
The web in one word.
can any one help
The web in one word.
I would say that they either use an SQL database for each feed and update that, or they use XML files and parse that. I did notice that you get a foreach() warning when just accessing the script with an invalid or blank feed id.
Why not try asking them for the script, or see if they can point you in the direction of how to make your own.
Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Bookmarks