Hi.
I have a brief introductory video for a home page I'm designing in Dreamweaver.
It's an FLV (about 2 MB), which I inserted using the standard "Insert Media > Flash," and I placed it within it's own layer.
I have the video set to "auto-start," because that's exactly what I want it to do. However, I'd like to be able to insert a delay of, say, 10 seconds before it executes. Right now, I have some standard flash animation going on (basically an animated logo at the top of the page) ... and I would like to allow that some to execute before the movie jumps in.
I've tried a lot of different methods, and none seem to work. Are there any development tools that allow easy control over multiple media elements ... allowing me to control when the different videos and animations can execute?
Here is the code I'm currently using for the FLA video (created in Dreamweaver)::
<div id="Layer4">
<object classid="clsid:D27CDB6E-AE
6D-11cf-96
B8-4445535
40000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="613" height="483" id="FLVPlayer">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="FLVPlayer_Progressi
ve.swf" />
<param name="salign" value="lt" />
<param name="quality" value="best" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersio
n=1&skinNa
me=Halo_Sk
in_3&strea
mName=BHS_
latestIntr
o_FLV.flv&
autoPlay=f
alse&autoR
ewind=fals
e" />
<embed src="FLVPlayer_Progressive
.swf" flashvars="&MM_ComponentVe
rsion=1&sk
inName=Hal
o_Skin_3&s
treamName=
BHS_latest
Intro_FLV.
flv&autoPl
ay=false&a
utoRewind=
false" quality="high" scale="noscale" width="613" height="483" name="FLVPlayer" salign="LT" type="application/x-shockw
ave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer" />
</object>
</div>