I get this message "This page requires AC_RunActiveContent.js." when viewing my .swf file which is loaded into a dreamweaver page and uploaded as a html file. so, I downloaded the java script fix for this and uploaded it to my server, it got rid of the pop up message brilliantly, however ..... it has pushed my home page down to the bottom of my page when I view it (about the same hight as my .swf file approx 15cm). As soon as I take the java script off the server it aligns to the top again which is great but the Warning message appears again. Can anyone help?
hi welcome to FK... forget about using AC_RunActiveContent.js for embedding flash, people always seem to have problems with it..instead use swfObject for embedding your flash movies:
It's all a bit dutch to me. I downloaded the folder swfobject1- 5 3 folder, inside I found a bunch of files and I read through the site, I chose the one right for me, but it doesn't really explain how I go about applying it. I tried uploading the swfobject.js to the server the same way I did the AC_RunActiveContect.js but that didn't work, any suggestions if you are still there?
Hi all,
I have a problem with swfobject. I have a swf that loads inside a container, and the container resizes to the browser width and height. Everything works fine if I don't deconcept with swfobject. But if I do, in IE it doesn't load that swf inside the container (swf wich I use as a background). Works perfect in Firefox though. Here's the HTML code:
I am new to flash programming and just bought a template for a friend. I have made all the changes to the template, but when I load it to my server, I receive "This page requires AC_RunActiveContent.js.". I can't figure out what to do to fix this. I have read about SWFObject, but really don't know where to go. Below is a copy of the code from Dreamweaver.
hi,
youshould place the AC_RunActiveContent.js file in the same folder as the index.html file (that's why you are getting that message) You ca download the file here: http://www.adobe.com/devnet/activeco...devletter.html. Also they a very good tutorial in how to use this file . Hope that helps.
This is stupid. It wasn't like this a couple of years ago the last time I used Flash. You just Published the crap you built and away you went. Why the crap do I need to copy JS files into anything. Adobe screwed up Flash. Is it too late to sell the product back to Macromedia?
Well, Adobe didn't screw up flash, microsoft did, for PCs, that's why you need the js file if you wan to avoid the click here to activate bla bla bla message
in flash go to your publish settings, make sure to check html, and flash will create this file for you when you publish your .swf. It will be in the same folder along with a html page
That guy sells his .swf file as a business.
I would never be a customer of any web product which would send my viewers some retarded message that they would rightly know nothing about. If the website was for a business, then that business would loose prospective customers.
I don't even care WHY it's there, it's an absolutely INSANE bug to have in that kind of product (Adobe flash).
I am new to flash programming and just bought a template for a friend. I have made all the changes to the template, but when I load it to my server, I receive "This page requires AC_RunActiveContent.js.". I can't figure out what to do to fix this. I have read about SWFObject, but really don't know where to go. Below is a copy of the code from Dreamweaver.
As far I know that alert message comes in case the flashplayer is disabled in the browser setting.... follow below steps to disable or enable flashplayer
Tools >>> Internet Options >>> Program Tab >>> Manage add-on options button >>> Filters >>> Add-ons that run without requiring permission >>> Select Shockwave Object >>> Click Enable button at bottom
Hope this helps you, in case you have any other solution to resolve the issue do let me know.