Importing SWF containing FlashEff2

Posted by kenny1 
Importing SWF containing FlashEff2
July 28, 2009 03:29PM
I am trying to create a Banner ad that I can load into my flash web site, For various reasons I dont want to hard code it in to the site.
On importing the SWF the effects on graphics and Movie clips are fine, but any Text effects are completly absent.
I have even tried importing your examples ie BannerSample.swf and the result is the same.

Is it a problem with importing the SWF or a problem with how the (Banner) SWF is published.

If I have no FlashEff animations in my Site the banner loads in Fine, but if I have existiing FlashEff in the site already the Banner comes in without Text Effects present.

Thanks in advance



Edited 2 time(s). Last edit at 07/28/2009 09:41PM by kenny1.
Re: Importing SWF containing FlashEff2
July 31, 2009 12:03PM
You have to keep the loaded swf application domain separated by the loader swf application domain.

You have to load the banner using an code like this

var swfRequest:URLRequest = new URLRequest("loaded.swf");
separateDefinitions:LoaderContext = new LoaderContext();
separateDefinitions.applicationDomain = new ApplicationDomain();
var swfLoader = new Loader();
swfLoader.load(swfRequest,separateDefinitions);

If still have problems open an support ticket.
Re: Importing SWF containing FlashEff2
March 25, 2010 08:57PM
I have JC loader and JC Playlist...I am having problems loading my swf content containing Flasheff2 components...I got code for one banner to work but not others...is there a fix that applies to all Flash eff swfs...rather than adding specific code to each Fla banner
Sorry, you do not have permission to post/reply in this forum.