Click to See Complete Forum and Search --> : Only IE 6/7 displays this swf as a tiny dot?


Kbee
08-28-2007, 12:14 PM
Using asp.net in Dreamweaver and using Flash Prof 8...Wonder why only in IE 6/7 does this clock swf not show? Works in all other browsers PC?mac - scroll all the way down to bottom right of page

http://www.truthandlife.info/Seminar.aspx

if you right click on the tiny dot (in IE 6/7) where the swf is, you'll see it is indeed flash - but it won't display properly in IE 6...fix?

thanks much

KB

lmf232s
08-31-2007, 01:27 PM
kbee,

I would play with the height and width values.

If you go to this page you'll see that the clock can display in IE
http://www.truthandlife.info/clocktime3.swf

So the only thing i can think of is to play with your width and height properties and then check out the javascript and make sure they are getting set correctly. It may be that the javascript that is setting the width and height are being done in a way which is not compatible with IE.

Also look at the css class "imageAlign" and make sure you have nothing going on there that may make the clock shrink.

Kbee
08-31-2007, 01:36 PM
Thanks very much for you thoughts on this - actually it does work in IE 7 (my first post was incorrect in this) but NOT in IE 6...I'm not a great coder, but I did play around with the css imageAlign code - nothing changed...I'll have a look at the javascript - but wonder why only IE 6 has a problem with this swf?

KB