View Single Post
Old 04-23-2008, 05:49 PM   #5 (permalink)
Rave420
Junior Member
 
Join Date: 04-23-08
Posts: 2
iTrader: 0 / 0%
Latest Blog:
None

Rave420 is liked by many
Help needed Please help

Ok first off i love this script the only problam is it does not do what i woiuld like it to do...Let me explain a little more
Ok this script was made for live feeds But what i would like it to do is be able to fetch video from youtube

as you can see blow you have a list where you can add feeds
but the player will not work with this trpe of feed and i need to figure a way to fix it...

I am starting a dating site [url removed]

and i need this to be able to fetch and play videos from youtube so my members can have video profiles

here is the code

{strip}
<table border="0" cellpadding="0" cellspacing="0" width="573">
<tr>
<td width="100%" class="module_detail_inside" align="center"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="77"><img src="{$image_dir}blue_window_3_bars.jpg" width="77" height="25" alt="" /></td>
<td class="module_head" width="496"> Members Video Profiles </td>
</tr>
</table>
<table border="0" width="100%" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}">
<tr>
<td>
<br />
<br />
<table width="270" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_detail_inside" width="100%" ><table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_head" width="6"></td>
<td class="module_head" valign="middle"><form name="tv" method="post" action="on_tv.php">
<SELECT name="sender_id">
<OPTION >Choose Video Member</OPTION>


<OPTION value="http://www.youtube.com/watch?v=XSLBtm__aKw">Ghost Car (Test)</option>

<option value="mms://212.175.166.3/TV1">TR 1 - Turkish Television</option>

<option value="mms://wm6.xs4all.nl/streamgate188">101 TV - Netherlands</option>

<option value="mms://wm-live.crossnet.net/dknettv">DKNET - Denmark</option>

<OPTION value="http://maniatv.com/live.asx">Mania TV - Mix of Music and Programming</OPTION>

<OPTION value="http://wwitv.com/a1/b2242.asx">Krib TV - Hip-Hop & Rap</OPTION>

<option value="mms://musicplus-musicplustv.wm.llnwd.net/musicplus_musicplustv">Music Plus TV</option>


<OPTION value="http://www.tv1.de/tv1/cms/_vm300/59334/asx.asx?bgColor=#EEEEEE">Wetter TV - G</OPTION>




<OPTION value="mms://stream.n-tv.de/ntvlive">N-TV</OPTION>

<option value="http://www.us933.us/wbtu.m3u">WBTU - Country</option>

<option value="http://www.us933.us/wklu.m3u">WKLU - Classic Rock</option>

<option value="http://www.1063thevibe.com/vibe.m3u">WVBB - Classic Dance</option>

<option value="http://sc4.spacialnet.com:20722/">Boss Oldies</a>

<!-- To add a stream: -->

<!-- <OPTION value="URL to Stream">Stream Name</OPTION> -->

</SELECT>
<input type="submit" value="GO">

</FORM></td>
<td width="22"><img src="{$image_dir}blue_hor2.jpg" width="28" height="23" alt="" /></td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td align="center"><table width="100%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td>
<DIV align=center>
<DIV align=center>
<CENTER>
<object id="WMP" height="280"
standby="osDate OnLineTV wird geladen (bei Basti @ osdate-forum.de)" width="320"
classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6">
<param name="URL" value="{$sender_id}" />
<param name="rate" value="1" />
<param name="speed" value="slow" />
<param name="balance" value="0" />
<param name="currentPosition" value="0" />
<param name="defaultFrame" value="" />
<param name="playCount" value="1" />
<param name="autoStart" value="true" />
<param name="currentMarker" value="0" />
<param name="invokeURLs" value="-1" />
<param name="baseURL" value="" />
<param name="volume" value="60" />
<param name="mute" value="0" />
<param name="uiMode" value="full" />
<param name="stretchToFit" value="1" />
<param name="windowlessVideo" value="0" />
<param name="enabled" value="-1" />
<param name="enableContextMenu" value="-1" />
<param name="fullScreen" value="0" />
<param name="SAMIStyle" value="" />
<param name="SAMILang" value="" />
<param name="SAMIFilename" value="" />
<param name="captioningID" value="" />
<param name="enableErrorDialogs" value="0" />
<param name="_cx" value="6482" />
<param name="_cy" value="6350" />
</object>
</CENTER>
</DIV>
</DIV>

</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
<tr>

Welcome to AfterDark Video Profiles
<p>
Here is how you can get started and get your video on the video profiles.
<p>
Step:1 Sit down and figure out what you are going to say write it down and
pratice it...Record your video please no bad lanuage nudity or phone numbers email
or home address..Your Profile must be in english its ok to say your afterdark username
and tell them to contact you there....Tell them what you are intrested in and looking for
in a friend soulmate lover ect.. Explain what you like as hobbys music and films
what you expect in your relationship and where you would like it to go..
<p>
Step: 2 Once you have your video recorded most cams come with software if not you can find some
online and get it done ...Ok next you should go to <a href=http://www.youtube.com>YouTube</a>..
Sign up for a free acount and uplaod your video profile....
<p>
Step:3 Contact me with the link to your video Rave420@sbcglobal.net and i will add you to the
Members Video Profiles Please allow 24/48 hours we sometimes will have a lot of requests to add
the links we will get you in there as soon as we can...
<p>
Step:4 To view your video you can look for your After Dark Username (gender) (age)
We hope you injoy the service...
<p>


</table></td>
</tr>
</table>
{/strip}

I need it to go from the option list to fetch and play it in the player
I know this is a hard job but im a newb to this type of programing and have no clue on how to change it this php file must stay in tatct the only part i need is going from the option to the player not as easy as it would sound my guess is

<CENTER>
<object id="WMP" height="280"
standby="osDate OnLineTV wird geladen (bei Basti @ osdate-forum.de)" width="320"
classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6">
<param name="URL" value="{$sender_id}" />
<param name="rate" value="1" />
<param name="speed" value="slow" />
<param name="balance" value="0" />
<param name="currentPosition" value="0" />
<param name="defaultFrame" value="" />
<param name="playCount" value="1" />
<param name="autoStart" value="true" />
<param name="currentMarker" value="0" />
<param name="invokeURLs" value="-1" />
<param name="baseURL" value="" />
<param name="volume" value="60" />
<param name="mute" value="0" />
<param name="uiMode" value="full" />
<param name="stretchToFit" value="1" />
<param name="windowlessVideo" value="0" />
<param name="enabled" value="-1" />
<param name="enableContextMenu" value="-1" />
<param name="fullScreen" value="0" />
<param name="SAMIStyle" value="" />
<param name="SAMILang" value="" />
<param name="SAMIFilename" value="" />
<param name="captioningID" value="" />
<param name="enableErrorDialogs" value="0" />
<param name="_cx" value="6482" />
<param name="_cy" value="6350" />
</object>
</CENTER>

this part is the player to get it to read the flash not WMP this will be tough and my require tweeking so whan you figure it out and get it running email me or reply soon....


Thank you

Rave

Last edited by 3ncryptabl3_lick : 06-17-2008 at 12:17 PM.
Rave420 is offline   Reply With Quote