Hi, I have a flash 7, as an exe file thatks going onto a cd. In a folder called "files" there will be a bunch of .html files
I'm trying to open these .html files via JavaScript from within the .exe I have tried to use a function in the html to open the windows, and call that function from within flash, I have also tried to open it from within flash, both ways i get a security prompt that states:
How can this prompt be avoided. When i publish i have selected to access local files only, but this seen to not stop the prompt. I don't want users to see this nor change their settings. Thanks for your help!!
I'm trying to open these .html files via JavaScript from within the .exe I have tried to use a function in the html to open the windows, and call that function from within flash, I have also tried to open it from within flash, both ways i get a security prompt that states:
Code:
Macromedia Flash Player has stopped a potentially unsafe operation
The following loacal application on your computer or network:
c:\Documents and Settings\myComputer\Desktop\test.swf
is trying to communicate with hte Internet-enabled location:
c:\Documents and Settings\myComputer\Desktop\test.html
To let this ap[plication communicate with the Internet, click settings
You must restart the application after changing your settings.
How can this prompt be avoided. When i publish i have selected to access local files only, but this seen to not stop the prompt. I don't want users to see this nor change their settings. Thanks for your help!!