Jump to content
Search Community

Loadermax warning Ignoring 'secure' attribute in policy file

fakeartist test
Moderator Tag

Recommended Posts

Hi to all!

 

I'm at a loss here!

 

I'm trying to load a swf (with tlf textfield on it) as below. Here is my document class.

 

package {

import com.greensock.loading.SWFLoader;

import flash.display.Sprite;

public class Main extends Sprite {

public function Main():void {

var loaderTest:SWFLoader = new SWFLoader( 'content/mySwf.swf' );

loaderTest.load();

}

}

}

 

Here's is the error that is driving me nuts! :shock:

 

Warning: Ignoring 'secure' attribute in policy file from http://fpdownload.adobe.com/pub/swz/crossdomain.xml. The 'secure' attribute is only permitted in HTTPS and socket policy files.

 

I'm using Flash CS5.5. I read somewhere that there have been some corrections in tlf in Flash CS5.5.

 

So I ask, is loadermax compatible with swf files created with flash CS5.5 (that have TLF textfields)? Has anyone the same issue or is it just me?

 

Thanx in advance for any feedback.

 

By the way, greensock rules!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...