• 0

embedding WMV into html?


Question

I'm tryin to embed these WMV files into html file(s) using dreamweaver so far no luck

can someone help me out.. is there another application that makes this easier... TIA!!!

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Do you want a player for each one? or do you want them to play in order? Its easy to write the object code to make them play then you can use dreamweaver to mess about with positioning and stuff.

Link to comment
Share on other sites

  • 0

<body>
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" ShowStatusBar="true" EnableContextMenu="false" autostart="false" width="320" height="240" loop="false" src="
VIDEO LINK HERE" />
</body>

copy paste wmv link to "video link here"

Edited by Joel
Link to comment
Share on other sites

  • 0

alright.. I got it working on when I run it on my local computer, but when I upload everything to the site..and try it out.. it doesnt load up, the screen just stays blank.. can someone take a look at the site and let me know what I'm coding wrong

<a href="http://www.creativeworksproductions.com" target="_blank"></a> > click on portfolio > video internal/external > and click on any of the wmv links...TIA!! :)

this is what I got in the code right now for one of the links

<OBJECT id='mediaPlayer' width="480" height="376"

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.creativeworksproductions.com/video/external/wmv/OnSpex.wmv">'>http://www.creativeworksproductions.com/video/external/wmv/OnSpex.wmv">

<param name='animationatStart' value='true'>

<param name='transparentatStart' value='true'>

<param name='autoStart' value="true">

<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="480" height="376"

src="http://www.creativeworksproductions.com/video/external/wmv/OnSpex.wmv" autostart="true" designtimesp='5311' loop="true">

</EMBED>

</OBJECT>

Link to comment
Share on other sites

  • 0

finally got it work.. if anyone is haveing trouble with this

I tired this code....:

<object id="MediaPlayer" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" type="application/x-oleobject" standby="Loading Microsoft Windows Media Player components..." height="376" width="480">

<param name="url" value="video/external/wmv/OnSpex.wmv" />

<param name="http://www.creativeworks.productions.com" value="video/external/wmv/OnSpex.wmv" />

<param name="enabled" value="true" />

<param name="autostart" value="true" />

<param name="uimode" value="full" />

</object>

thnx for the help from people that previously responded to the post..

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.