Forums

This topic is locked

IE Flash "white box" on hover (Eolas) issue

Posted 09 Oct 2007 07:46:31
1
has voted
09 Oct 2007 07:46:31 Ellie Liu posted:
Hello,

I've been trying to embed a Dreamweaver-generated Flash slideshow movie in a page on my site, and have run into the scenario wherein a white box appears around the border of the movie's region on the page when users of Internet Explorer first visit the page and hover their cursor over it. I attempted to use the fix outlined here, without success:

blog.deconcept.com/swfobject/

I'm a little uneasy about the massive parameter list generated by Dreamweaver. Does anyone have any experience with using this fix with Dreamweaver-generated Flash movies?

Below is the relevant code for the page:

<pre id=code><font face=courier size=2 id=code>

var fo = new SWFObject("../graphics/indexslide.swf", "header", "850", "500", "7", "#1C0F15";
fo.addParam("quality", "high";
fo.addParam("scale", "noborder";
fo.addParam("LOOP", "false";
fo.addParam("menu", "false";
fo.addParam("scale", "noborder";
fo.addParam("flash_component", "ImageViewer.swc";
fo.addParam("FlashVars", "flashlet={captionFont:'Verdana',titleFont:'Verdana',showControls:false,frameShow:false,slideDelay:4,captionSize:10,captionColor:#1C0F15,titleSize:10,transitionsType:'Fade',titleColor:#1C0F15,slideAutoPlay:true,slideLoop:true,frameThickness:0,imageLinks:['macromedia.com/','macromedia.com/','macromedia.com/'],frameColor:#1C0F15,imageCaptions:[],imageURLs:['../frames_portraits/photos_portraits/6284.jpg','../frames_portraits/photos_portraits/0491.jpg','../frames_portraits/photos_portraits/0585.jpg','../frames_portraits/photos_portraits/1563.jpg','../frames_portraits/photos_portraits/1754.jpg','../frames_portraits/photos_portraits/2540.jpg','../frames_portraits/photos_portraits/2773.jpg','../frames_portraits/photos_portraits/4545_1.jpg','../frames_portraits/photos_portraits/6023.jpg','../frames_portraits/photos_portraits/6034.jpg','../frames_portraits/photos_portraits/6123.jpg','../frames_portraits/photos_portraits/7146_1.jpg','../frames_portraits/photos_portraits/7797.jpg','../frames_portraits/photos_portraits/9670.jpg','../frames_portraits/photos_portraits/06450009.jpg','../frames_stilllife/photos_stilllife/3104.jpg','../frames_stilllife/photos_stilllife/4796.jpg','../frames_stilllife/photos_stilllife/5565.jpg','../frames_stilllife/photos_stilllife/6940.jpg','../frames_candids/photos_candids/0831.jpg','../frames_candids/photos_candids/1414.jpg','../frames_candids/photos_candids/1522.jpg','../frames_candids/photos_candids/1636.jpg','../frames_candids/photos_candids/1742.jpg','../frames_candids/photos_candids/1759.jpg','../frames_candids/photos_candids/2109.jpg','../frames_candids/photos_candids/2248.jpg','../frames_candids/photos_candids/2542.jpg','../frames_candids/photos_candids/6343.jpg','../frames_candids/photos_candids/6492.jpg','../frames_candids/photos_candids/6725.jpg','../frames_candids/photos_candids/6832.jpg','../frames_candids/photos_candids/06450011.jpg','../frames_candids/photos_candids/3192.jpg','../frames_candids/photos_candids/4886.jpg','../frames_portraits/photos_portraits/3044.jpg','../frames_portraits/photos_portraits/5944.jpg','../frames_portraits/photos_portraits/3077.jpg','../frames_portraits/photos_portraits/5972.jpg','../frames_portraits/photos_portraits/3085.jpg','../frames_portraits/photos_portraits/5969.jpg','../frames_stilllife/photos_stilllife/711.jpg','../frames_stilllife/photos_stilllife/798.jpg','../frames_stilllife/photos_stilllife/1536.jpg','../frames_stilllife/photos_stilllife/2990.jpg','../frames_stilllife/photos_stilllife/2995.jpg','../frames_stilllife/photos_stilllife/3096.jpg','../frames_stilllife/photos_stilllife/2993.jpg','../frames_candids/photos_candids/231_3138 copy.jpg'],bgColor:#1C0F15}";
fo.write("header";

</font id=code></pre id=code>


Reply to this topic