Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embed Video

Status
Not open for further replies.

Roadrunner999

Technical User
Jan 26, 2004
6
0
0
GB
Hi,

I can embed a video into a page in Dreamweaver by using Insert/Media/Plugin and when I run view the page in Internet Explorer the video plays. My query is how do I set it so you have to press play on the media bar rather than it autorunning. Its so I can have 3 videos on the one page.
 
I don't remember where I got this (it may have been from viewing the source of a movie trailer I once viewed)


**************************************
<object id=&quot;MediaPlayer&quot;
classid=&quot;CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95&quot;
codebase=&quot; align=&quot;baseline&quot; border=&quot;0&quot;
standby=&quot;Loading Microsoft Windows Media Player components...&quot;
type=&quot;application/x-oleobject&quot;>
<param name=&quot;FileName&quot; value=&quot; <param name=&quot;ShowControls&quot; value=&quot;1&quot;>
<param name=&quot;ShowPositionControls&quot; value=&quot;0&quot;>
<param name=&quot;ShowAudioControls&quot; value=&quot;1&quot;>
<param name=&quot;ShowTracker&quot; value=&quot;1&quot;>
<param name=&quot;ShowDisplay&quot; value=&quot;0&quot;>
<param name=&quot;ShowStatusBar&quot; value=&quot;1&quot;>
<param name=&quot;AutoSize&quot; value=&quot;1&quot;>
<param name=&quot;ShowGotoBar&quot; value=&quot;0&quot;>
<param name=&quot;ShowCaptioning&quot; value=&quot;0&quot;>
<param name=&quot;AutoStart&quot; value=&quot;1&quot;>
<param name=&quot;AnimationAtStart&quot; value=&quot;0&quot;>
<param name=&quot;TransparentAtStart&quot; value=&quot;0&quot;>
<param name=&quot;AllowScan&quot; value=&quot;1&quot;>
<param name=&quot;EnableContextMenu&quot; value=&quot;1&quot;>
<param name=&quot;ClickToPlay&quot; value=&quot;0&quot;>
<param name=&quot;InvokeURLs&quot; value=&quot;1&quot;>
<param name=&quot;DefaultFrame&quot; value=&quot;datawindow&quot;>

<!-- Embedded Microsoft Media Player Object for Netscape Navigator. -->
<embed src=&quot; align=&quot;baseline&quot; border=&quot;0&quot;
width=&quot;320&quot; height=&quot;298&quot;
type=&quot;application/x-mplayer2&quot;
pluginspage=&quot; name=&quot;MediaPlayer&quot; showcontrols=&quot;1&quot; showpositioncontrols=&quot;0&quot;
showaudiocontrols=&quot;1&quot; showtracker=&quot;1&quot; showdisplay=&quot;0&quot;
showstatusbar=&quot;1&quot;
autosize=&quot;0&quot;
showgotobar=&quot;0&quot; showcaptioning=&quot;0&quot; autostart=&quot;1&quot; autorewind=&quot;0&quot;
animationatstart=&quot;0&quot; transparentatstart=&quot;0&quot; allowscan=&quot;1&quot;
enablecontextmenu=&quot;1&quot; clicktoplay=&quot;0&quot; invokeurls=&quot;1&quot;
defaultframe=&quot;datawindow&quot;>
</embed>
</object>
**************************************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top