Skip to main content
Damon Edwards
Inspiring
May 15, 2007
Question

complicated loading swf with xml

  • May 15, 2007
  • 12 replies
  • 950 views
main swf loads in new swf with xml image carousel including reflection of image. when you click an image on the carousel, the image slides over and changes to a new image with that image being reflected. the new image is loaded into an empy movie clip, along with the flipped image as well. the reflection is masking the flipped image by creating a gradient fill in an empty movie clip, cached as bitmap... in the xml swf, everything works just fine, however, once its loaded into the main swf, the reflection doent work, but the new images loads fine. which doesnt make much sense to me since they are both being called the same way... any ideas? flash 8 pro
This topic has been closed for replies.

12 replies

Participating Frequently
May 15, 2007
There is a security issue with loaded images and BitMapData I believe.

You may need System.security.allowDomain("*");
Damon Edwards
Inspiring
May 15, 2007
if it helps, here my AS. when this is loaded into my main timeline (another SWF) the gradient_mc and bigImageFlip dont work. however, bigImageLoader does.