views:

14

answers:

0

I have a flash piece that communicates with the page its on (index.html) for javascript functions that open up pop up boxes. I'd like to be able to load the flash piece from a local computer (i.e. package up all the assets into a zip and allow people not on the internet to view the flash piece).

However I get a security settings error from Flash and it doesn't allow any of the external interface calls to go through. I can authorize the URL using Adobe's settings manager here: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html

but the entire idea is to not require internet access to view the presentation. Does anyone know of a work around to allow the computer viewing the flash piece to communicate with javascript, etc?

Thanks!