I used the code posted below to embed a flash movie into my theme. I noticed that when I navigate to certain pages, the movie is not displayed - for instance viewing event details - the url being ../event/2008/05/7/day. I have searched for the issue in the forum, but have not found an alternate method of embedding a flash movie that would display on these pages. I also notice that when I'm on these pages, it seems that the browser is trying to download something - never seems to be able to finish.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="525" height="138"> <param name="movie" value="Header.swf" /> <param name="quality" value="high" /> <param name="wmode" value="Transparent" /> <param name="menu" value="false" /> <param name="scale" value="noscale" /> <embed src="Header_new.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="525" height="138" wmode="Transparent" menu="false" scale="noscale"></embed> </object>
Comments
looked at the
I just looked at the log and see a page not found for sitename/node/Header_new.swf So I created a folder called node in the root, and copied in the movie file. Didn't work. The .swf file is in the root of the site.
Thanks