PDA

View Full Version : External SWF causing issues



fatboyslim007
September 16th, 2008, 04:43 PM
I have a slideshow-slider sort of thing, and I'm loading all of the content in from an XML file. In the XML file there is either a URL to a SWF or there is text. They both seem to work fine, except that in the slider, the slide to the right of the SWF seems to go invisible, or semi-transparent at times. Each slide is a Movieclip, and they are all in one movieclip with mouseChildren set to true.

How I load each page is I start the loading process, and only when that page has finished loading will it continue to load the next page. It will do that until they are all loaded.

Anyway, any ideas on why a SWF put into a movieclip would affect the transparency of neighboring movieclips?

Last note, when I set the quality to medium, this issue goes away entirely, it's only when it's on high quality that it happens. It happens on every computer it's been tested on.