Hello, I have the following flash and javascript code that I'm attempting to use instead of the default logo within the logopane. I have placed the same code in site and admin ascx pages. The flash works when the site default.aspx is first loaded, but does not display the flash object if I navigate away from the page. If I come back to default.aspx the flash still is not visible. You know that the flash object is there when you hover over the area, yet it is not visible. It appears as though the path to the flash has changed or is no longer valid ... just guessing here...
How can I fix this?
This is my code:
<td width="200" align="left" valign="middle" class="logopane">
<!-- flashrotator -->
<object style="HEIGHT: 50px; text-align: left;" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"height="50px" width="200px" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="_cx" value="24553"/><param name="_cy" value="1376"/><param name="FlashVars" value=""/><param name="Movie" value="Flash/FlashLogo.swf"/><param name="Src" value="Flash/FlashLogo.swf"/><param name="WMode" value="Window"/><param name="Play" value="-1"/><param name="Loop" value="-1"/><param name="Quality" value="High"/><param name="SAlign" value=""/><param name="Menu" value="-1"/><param name="Base" value=""/><param name="AllowScriptAccess" value="always"/><param name="Scale" value="ShowAll"/><param name="DeviceFont" value="0"/><param name="EmbedMovie" value="0"/><param name="BGColor" value="#ffffff"/><param name="SWRemote" value=""/><param name="MovieData" value=""/><embed src="Flash/FlashLogo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200px" height="50px"> </embed></object>
<!-- flash activate object script -->
<script type="text/javascript" src="ieupdate.js"></script></td>