Reply
Embedded Video
Old 10-01-2005, 04:45 AM Embedded Video
wbstein's Avatar
Super Talker

Posts: 117
Location: Maryland, USA
Anyone know how to embed Windows media player, or real media player into an html page for playback?

Im googling, and finding some things, but still kinda lost.

anyone done this before?
wbstein is offline
Reply With Quote
View Public Profile Visit wbstein's homepage!
 
When You Register, These Ads Go Away!
Old 10-01-2005, 08:25 PM
stOx's Avatar
Machine

Latest Blog Post:
Worlds Smallest Car - Peel P50
Posts: 2,114
Name: Matt. (>',')>
Location: London, England.
This should do it.
Code:
<object width="320" height="290" 
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" 
id="mediaplayer1">
<param name="Filename" value="http://site.com/movie.wmv">
<param name="AutoStart" value="True">
<param name="ShowControls" value="True">
<param name="ShowStatusBar" value="False">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="True">

<embed 
type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"
width="320" height="290" src="http://site.com/movie.wmv"
filename="kids.mpg" autostart="True" 
showcontrols="True" showstatusbar="False" 
showdisplay="False" autorewind="True">
</embed>

</object>
replace http://site.com/movie.wmv with the location of your movie file.
stOx is offline
Reply With Quote
View Public Profile Visit stOx's homepage!
 
Old 10-02-2005, 12:36 AM
wbstein's Avatar
Super Talker

Posts: 117
Location: Maryland, USA
thanks. ill try it out and let you know how it goes.
wbstein is offline
Reply With Quote
View Public Profile Visit wbstein's homepage!
 
Reply     « Reply to Embedded Video
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11990 seconds with 12 queries