HighDots Forums  

Re: inserting a movie

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: inserting a movie in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Holland87
 
Posts: n/a

Default Re: inserting a movie - 11-09-2005 , 11:12 PM






asli wrote:
Quote:
i did insert, media, plugin - nothing

Yeah...don't do it that way. Reference this:

<OBJECT ID="MediaPlayer1" width=320 height=240
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"

CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#
Version=6,4,5,715"
standby="Loading Microsoft? Windows? Media Player components..."
type="application/x-oleobject">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM NAME="FileName" VALUE="INSERT YOUR FILE PATH HERE">
<PARAM NAME="ShowControls" VALUE="False">
<PARAM NAME="ShowStatusBar" VALUE="False">
<EMBED type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
SRC="INSERT THE SAME EXACT PATH AS YOU ENTERED ABOVE HERE"
name="MediaPlayer1"
width=320
height=240
autostart=1
showcontrols=0> </EMBED> </OBJECT>


Change controls as you need to.



------
Shane H
http://www.deceptivemagic.com



Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.