Skip to main content
Participant
March 9, 2007
Question

Flash with JS in IE embed but white

  • March 9, 2007
  • 1 reply
  • 267 views
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
This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Reto_HessAuthor
Participant
March 9, 2007
Problem solved, link has to be fixed, not relative.