Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



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

Posts: 122
Location: Maryland, USA
Trades: 0
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
 
 
Register now for full access!
Old 10-01-2005, 08:25 PM
stOx's Avatar
Machine

Latest Blog Post:
Worlds Smallest Car - Peel P50
Posts: 2,111
Name: Matt. (>',')>
Location: London, England.
Trades: 0
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.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
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: 122
Location: Maryland, USA
Trades: 0
thanks. ill try it out and let you know how it goes.
wbstein is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Embedded Video
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.56743 seconds with 12 queries