The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Streaming mpg
Dont no if im posting in right place but anyway
basicly i downloaded a video from youtube convertd it from flv to .mpeg now im wundering how to make the video appear on a webpage |
#2
|
|||
|
|||
You can stream media in a webpage using the <embed> tags,
Quote:
hope it helps Stuie B |
#3
|
|||
|
|||
worked fanx
http://www.globalvibez.com/test.php not sure if it plays,dint play for me tho PHP Code:
|
#4
|
|||
|
|||
try the following code,
Quote:
|
#5
|
|||
|
|||
seems to work now thanx
how would i make it so its nto auto start? |
#6
|
|||
|
|||
Code:
<OBJECT id='mediaPlayer' width="320" height="285" classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'> <param name='fileName' value="http://www.globalvibez.com/get_video1.mpg"> <param name='animationatStart' value='true'> <param name='transparentatStart' value='true'> <param name='autoStart' value="1"> <param name='showControls' value="true"> <param name='loop' value="true"> <EMBED type='application/x-mplayer2' pluginspage='http://microsoft.com/windows/mediaplayer/en/download/' id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' bgcolor='darkblue' showcontrols="true" showtracker='-1' showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285" src="http://www.globalvibez.com/get_video1.mpg" autostart="1" designtimesp='5311' loop="true"> </EMBED> </OBJECT> |
#7
|
||||
|
||||
I like this thanks ive just embedded my radio stream using it very good.
--------------- Added [DATE]1233143437[/DATE] at [TIME]1233143437[/TIME] --------------- on the note above, is it possible to have this open in its own window, and also check that its not already playing, this could be an ideal tool for stremed music sites. worth looking into. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|