Hi there,
I wanted to solve the problem with the double click on the
Flashmovie to active it in IE and used the source from a code
forum.
Here is my code to insert the flash and automatically load
the object:
<td colspan=5>
<div id="flashcontent">
<strong>You need to upgrade your Flash
Player</strong>
<a href="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">
Download it now </a><code>noscript</code>
tags. Include a link to <a
href="swfobject.html?detectflash=false">bypass the
detection</a> if you wish
</div>
<script type="text/javascript">
var so = new
SWFObject("../site_flash/flash/flash_intro_de.swf", "gef", "770",
"408", "9", "#191D1f");
so.write("flashcontent");
</script>
</td>
What is wrong or why does it work in the preview of
dreamweaver but not when it is uploaded.
Thnx for ur help