I have a short intro shockwave video file which I am trying to load in a frame, and it will not do so! If I open the frame separately so that it's the only frame in the browser, it works fine, but as soon as there's more than one frame running, it won't do a thing. Here's my code...
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="x" height="y">
<param name="movie" value="./hudec.swf" />
<param name="bgcolor" value="#000000" />
<param name="quality" value="high" />
<embed src="./hudec.swf" type="application/x-shockwave-flash" pluginspage=" bgcolor="#000000" quality="high" width="182" height="133" loop="no"></embed>
</object>
Thanks very much!
<object classid="clsid
<param name="movie" value="./hudec.swf" />
<param name="bgcolor" value="#000000" />
<param name="quality" value="high" />
<embed src="./hudec.swf" type="application/x-shockwave-flash" pluginspage=" bgcolor="#000000" quality="high" width="182" height="133" loop="no"></embed>
</object>
Thanks very much!