Link to home
Start Free TrialLog in
Avatar of Camo1
Camo1

asked on

Iframe with an embeded SWF is not loading in IE6, Is this an IE6 bug?

I have the following iFrame which loads a flash movie (swf)

In IE6 when it outputs, I see the iFrame as a white box, however the SWF movie doesn't load in IE6, only in IE7, Firefox, Safari.

Here is the code:

<iframe src="http://movie.sample.com/search.php?link=80392293986269300121321366834569062730012132136953" height="auto" width="auto" frameborder="0" scrolling="no">
</iframe>

The source of the iFrame is a File (SWF) not an HTML Page. Is that supported in IE6?
Avatar of James Murrell
James Murrell
Flag of United Kingdom of Great Britain and Northern Ireland image

unsure if supported in IE6

personally i would have embed swf in a html file and iframe that html page
ASKER CERTIFIED SOLUTION
Avatar of scrathcyboy
scrathcyboy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial