Skip to main content
vedtam
Known Participant
February 21, 2010
Question

Content on this page requires a newer version of Adobe Flash Player...What??

  • February 21, 2010
  • 2 replies
  • 39393 views

Hi,

I have a really enoying problem here, please help me out!

I have built my personal webpage in Flash CS3/AS3. I did some updates today, changed some pictures and stuff. Now when I upload and replace the previous *.swf on the server, and try to load my webpage my browser displays the folowing message:


Content on this page requires a newer version of Adobe Flash Player.

I tried exporting with Flas Player 8, and checked it using different bowsers too (curenntly I use the latest version of Firefox), but I get the same error when trying to relode my site. I have no more ideas what to do.

Please help....

Regards

This topic has been closed for replies.

2 replies

Known Participant
April 26, 2012

I have been used to this issue for a while now so I take it for granted with the solution.

It seems Dreamweaver has issues with absolute paths when it comes to displaying SWF files correctly.

It would seem that the logical workflow would be to open the  File tab and drag the SWF file into place.

Doing this works if you test the SWF file directly in Dreamweaver by clicking on the Play button when the SWF file is active.

But if you view it in a browser using the Web URL you will get: Content on this page requires a newer version of Adobe Flash Player.

This plagued me for ages as I ended up installing and reinstalling Flash Player until I realised this was happening on all Computers that I tested the page on.

If you drag the SWF file onto the page, in Code View you will see in two locations in the generated code: data="file:///C|/path/swffile.swf"

Noe the strange | character after C ?

This needs to be changed to the relative path data="path/swffile.swf"

It will then work in the Browser without the error message

If you go: Insert / Media / SWF and choose the SWF file, it will add it correctly.

It only seems to happen when you drag the SWF into the page.

Hope this helps.

Participant
July 2, 2012

I have also the same problem. In flash my swf. is working but when i put it in a html-page in DW and when I look then in the browser it says:

Content on this page requires a newer version of Adobe Flash Player. And when I download the right version of flash it still doesn't work.

In DW i did : Insert / Media / SWF , but it still gives this error.

What should I do? Should I change something in flash?

Thanks

Participant
July 2, 2012

It has been about a year sent I posted for help with this problem.  Best I remember the problem only happens with Internet Explorer.  I downloaded two other browers, Google Chrome and Mozilla Foxfire and my Flash content played fine.  I upgraded the Internet Explorer Version and still had the problem.  I called Adobe and paid $39 for their help and they had me go into IE Tools and disable some of the pop up blockers and filters, but I do not remember which ones. But, as I am sure you know,  you have to be careful because you can leave yourself exposed to problems.  One I finished my website and uploaded it to GoDaddy, I did not have any problems viewing the site online in IE .  I did not have to alter anything on the webpage content.  Sorry, I hope this helps.  Good Luck, Beth  

kglad
Community Expert
Community Expert
February 21, 2010

post a link to your embedding html.

vedtam
vedtamAuthor
Known Participant
February 21, 2010

http://edmondvarga.com/manases/

Thanks

kglad
Community Expert
Community Expert
February 21, 2010

you're the 3rd or 4th person in the past 3 or 4 days to have a problem with swfobject_modified.js.

why are you using that instead of swfobject.js?  what benefits do you think it offers over swfobject.js?