Log in

View Full Version : Hidden SWF



phb5000
06-23-2007, 01:14 PM
Hi,

I'm trying to use an embedded flash object on my web page that is hidden, but that still loads.

I've tried several techniques such as: display:none on container div, using an overlay div, and positioning it far down the page without scroll.

However, all of these result in that the flash object doesn't load. What can I do?

coothead
06-23-2007, 04:57 PM
Hi there phb5000,

have you tried setting the width and height dimensions to zero?

coothead

phb5000
06-23-2007, 08:11 PM
Thanks for your reply.

Yes, I just tried that and it worked :)

Thanks anyways :)