Hi,
I've problem with loading swf from local path to swf on net.
Example:
you can swf on net somewhere and code inside is:
mc = this.createEmptyMovieClip("content",100)
mc.loadMovie("file://c:\test.swf")
on local there si test.swf with code:
System.security.allowDomain("*")
This wirks in Flash7, but not in Flash 8. I was searching bit, and
find such things:
- http://www.macromedia.com/devnet/flash/articles/fplayer8_security.html
Quotation from page:
-----------------------------------
New Restrictions
# Loading restrictions: SWF and HTML content from non-local URLs may
no longer load any content (SWF, HTML, PNG, and so on) from local
paths.
- there is some security manager for flash 8 content
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.html
i allow localhost, but it doesnt helps..
And I need to work this with manual allowing localhost (It's kiosk
system, players can not set security settings for Flash player)
Does anyone have working solution for this?
Thanks many times...
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Franto
http://blog.franto.com
http://www.flashcoders.sk
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders