all groups > flash actionscript > november 2006 >
You're in the

flash actionscript

group:

GetUrl from local flash to distant server


GetUrl from local flash to distant server ced
11/14/2006 9:55:20 PM
flash actionscript: Hello,

I have the following problem :

- the page index.html displays a flash animation.The page is on the hard
drive of the computer. In this animation, there are some links to some
html pages.
the links are like that :
getUrl ("http://170.16.16.16/news.php") // numbers are false, just for
sample

everytime I try to click on the link, flash displays a security alert. I
try to read the user's guide but I don't understand how to allow access
to distant files from a local flash animation. The animation will be
hosted on a lot of local computers on a network and we can't tune the
security settings for each individual computer.

Is there a way ?

thank for any help

Re: GetUrl from local flash to distant server derobinson
11/16/2006 5:19:35 PM
The first place to start is the Local Playback Security setting in the Flash
Publish Settings. Make sure that it is set to "Access Network Only." I think
this will solve your issue, but it may cause others if you use Shared Objects
or the like. if you're still having problems, you might want to check here for
more help:

http://www.adobe.com/devnet/flash/security.html

Good luck!

AddThis Social Bookmark Button