Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Error: The Adobe Flash Player has stopped a potentially unsafe operation.

New Here ,
May 29, 2013 May 29, 2013

The .html file plays in Firefox, but the url link does not work. I'm on Mac 10.6.8. 

html plays fine in Test Movie/ Flash Pro CS6.

All software is up-to-date including Flash Player just downloaded.

I click on Settings on the error message and Check 'Allow site to save info on this computer'.

Add to Local Storage Settings By Site – Allow. But not fixed.

Also will not work at all in Safari. Says

This page requires Flash Player version 9.0.124 or higher and will not play)

Help. Any suggestions would be greatly appreciated.

TOPICS
ActionScript
2.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 29, 2013 May 29, 2013

1. navigate to: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html

2. click edit locations

3. click browse for folder

4. find the folder that contains your html and swf and click ok

5. you should see that folder in the "always trust files in these locations" field.

6. using your file browser, navigate to that now trusted folder and open the flash-published html in your web browser.

7. click your button.

Translate
Community Expert ,
May 29, 2013 May 29, 2013

what's the code for you link and what code are you applying to the linked object?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 29, 2013 May 29, 2013

I'm new at this. I hope this is what you require:

/* Click to Go to Web Page

Clicking on the specified symbol instance loads the URL in a new browser window.

Instructions:

1. Replace http://www.adobe.com with the desired URL address.

   Keep the quotation marks ("").

*/

button_1_EA.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_2);

function fl_ClickToGoToWebPage_2(event:MouseEvent):void

{

    navigateToURL(new URLRequest("http://www.exploreaustralia.net.au/bookshop"), "_blank");

}

I used Code Snippets/Actions/Click to Go to Web Page.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 29, 2013 May 29, 2013

upload your html and swf to a server and test or change your security settings to allow that file to access the internet: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 29, 2013 May 29, 2013

I've read that link and completed the Flash Player Setting Manager window and same error. Must be missing something.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 29, 2013 May 29, 2013

add the folder that contains your html and swf to the trusted locations or upload to a server and test.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 29, 2013 May 29, 2013

I obviously don't understand. Is this computer-speak? Do you mean put the html and swf files in a folder and give to a client?/Email? What is 'trusted locations'? .. the website I said 'ALLOW'?. How do I give it to them? I don't have a server.

Feeling very useless right now and it's past 2am.  (I've got an .swd file too) Thx

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 29, 2013 May 29, 2013

1. navigate to: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html

2. click edit locations

3. click browse for folder

4. find the folder that contains your html and swf and click ok

5. you should see that folder in the "always trust files in these locations" field.

6. using your file browser, navigate to that now trusted folder and open the flash-published html in your web browser.

7. click your button.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 29, 2013 May 29, 2013

YES! Thank you so much for step by step info.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 29, 2013 May 29, 2013

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 29, 2013 May 29, 2013

One more problem:

It's now working well on my computer. But when I attach it to an email in MAIL (to show client), I get an error:

the .html file error:

This page requires Flash Player version 9.0.124 or higher.

the .swf file:

Plays file but refuses to go to URL link with error:

Adobe Flash Player has stopped a potentially unsafe operation.

(Storage/Local Setting by Site is still ALLOW)

I've never experienced Adobe software like it! Any help would be gregreatlyappreciated.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 29, 2013 May 29, 2013

what are you attaching to an email?  the html?  the swf?

what is the recipient doing with the attachment?  downloading?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 29, 2013 May 29, 2013

Thank you for your assistance.

I tested it by attaching both the swf and html files to an email to myself and to another computer in my house and got the above result. I saved it to desktop, clicked on it directly from Mail and also opened it via the Browser and got result as in 10. above. I sent the swd file too although not sure what i'm supposed to do with that.

How should I share my job? I need to show the client and meet a deadline, then send it on to  online magazine.

The job was done in CS6 Flash Pro and saved for Flash Player 9 and Action Script 3 (if that matters).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 29, 2013 May 29, 2013
LATEST

upload your html and swf to a server and send the url to the html to your client.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines