Results 1 to 8 of 8

Thread: Voscast script

  1. #1
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Voscast script

    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.

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    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>
    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.

    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

  3. #3
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    You might want to highlight the "url-to-stream" part for the OP.
    - Mike

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    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

  5. #5
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Quote Originally Posted by thetestingsite
    I have just been slacking with my last couple of posts
    Yeah, I hear you have a lot on your plate
    - Mike

  6. #6
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    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.

  7. #7
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    can any one help
    The web in one word.

  8. #8
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •