Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Flash with JS in IE embed but white

New Here ,
Mar 09, 2007 Mar 09, 2007
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
TOPICS
Server side applications
268
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 09, 2007 Mar 09, 2007
LATEST
Problem solved, link has to be fixed, not relative.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines