PDA

View Full Version : AC_RunActiveContent.js error


eddiewireless
07-19-2007, 09:10 PM
hello

I am trying to publish a movie form flash, but every time I run the HTML file i get and error stating:

This Page requires AC_RunActiveContent.js

How can I fix this

CyanBlue
07-20-2007, 03:25 PM
Do you have that JS file placed in the same directory as your HTML file???

Studiomedia7
07-21-2007, 06:54 PM
Hello apparently when you publish a flash cs3 movie it has this problem...i just tried to test my files on the net and i get the same error...How do we fix this? I think it has something to do with the html code...i dont know what though!:(

atomic
07-21-2007, 07:03 PM
http://www.adobe.com/devnet/activecontent/articles/devletter.html

http://kb.adobe.com/selfservice/viewContent.do?externalId=7c29e252&sliceId=1

But this, has always worked fine & better for me...

http://blog.deconcept.com/swfobject/

Studiomedia7
07-24-2007, 09:25 AM
Flash exports a dreamweaver file and you need to upload that as well as the swf/html files in order to work....Didnt notice that before:eek: now it works fine

crayondreamer
03-14-2008, 02:04 PM
i am having the same problem with my file. the thing is i lost the orignal flash file as my hard drive blew up the only thing i could recover was a html file. this file was a result of me trying to compress the origanl file so that i could send it over to a friend but every time u open it it says u need AC_RunActiveContent.js. is there anyway of making the file work!

atomic
03-14-2008, 02:13 PM
You can dowload it from here...

http://www.adobe.com/devnet/activecontent/articles/devletter.html

akozlik
03-26-2008, 12:40 AM
Sorry to bring up an old thread, but I wanted to provide a simple solution to everyone's problem. If you're getting that alert box, it means that you are missing the AC_RunActiveContent javascript file. You could download it from Adobe's site here (http://www.adobe.com/devnet/activecontent/articles/devletter.html#multipleoccurrences)

Or, if you'd like a direct link, you can download just the js file from my website at

http://www.kozisgreat.com/js/AC_RunActiveContent.js

Just put that file in the same directory as your html file that's calling the .swf, and it should do the rest on it's own. Good luck.

atomic
03-26-2008, 12:47 AM
Your link is exactly the same I already posted twice in this thread! :eek:

akozlik
04-02-2008, 05:45 PM
Ha ha, yeah I noticed that right after I posted. Ah well. The direct link to the js will be good just so they don't have to download the entire zip. Alas, I'll be more careful next time.

Hot Taco
06-09-2008, 04:56 PM
When FTPing the .js file, use "Binary transfer".

whoa
09-10-2008, 06:22 AM
wondering if anyone can help me. i read all the solutions for the Flash embedded problems. im working in dreamweaver cs3 and flash cs3. i got a html and embeded the flash as i always used to do. and F12 it and it previews just fine. then I publish it and ofocrse there is nada in the place where flash should be. and I tried it all and still no go. my IE dosnt show my flash embedded file.
this is what I have alrerady tried

I placed the html and swf and the AC_run active content.js in the root directory---------didnt work

I downloaded the link which I can get the AC run active content and placed that in my root directory ----------didnt workhttp://www.adobe.com/devnet/activecontent/articles/devletter.html

can anyone help me
thanks

whoa
09-10-2008, 06:40 AM
When FTPing the .js file, use "Binary transfer".
not sure how to do that i just drag and drop from dream weaver

atomic
09-10-2008, 06:55 AM
Try it with the swfObject instead of the shitty AC_run active content...

http://blog.deconcept.com/swfobject/

Or the latest version...

http://code.google.com/p/swfobject/

whoa
09-10-2008, 07:02 AM
Try it with the swfObject instead of the shitty AC_run active content...

http://blog.deconcept.com/swfobject/

Or the latest version...

http://code.google.com/p/swfobject/

this is a dumb question but how do I use swfObject instead of AC...
if I have to do java script then I maybe in trouble since I dont know how to code at all.:confused:

atomic
09-10-2008, 07:23 AM
Did you check the links?

You don't have to code the javascript... It's an embedding method similar but MUCH BETTER than the AC... shitty script...

And there are basic examples on how to use them on both links...

If you can't code, can you read? :p

CyanBlue
09-10-2008, 04:21 PM
It sounds like a good time to start learning new stuff... ;)

The GotoAndLearn has video tutorial on how to use SWFObject 2...
http://www.gotoandlearn.com/

atomic
09-10-2008, 04:34 PM
For those that can't read? ;)

CyanBlue
09-12-2008, 04:24 AM
Well... For those who understand video better than the words... ;)

awelker
10-09-2008, 02:21 PM
I received a zipped file from my designer and when I opened the .html file, I got the AC_RunActiveContent.js error. Following the thread, I added the file to the zip file (thanks for the direct link) but I am still getting the same error when I try to open the .html file. Any suggestions? My designer is not available today and it is very important that I review this piece today if possible.

CyanBlue
10-09-2008, 02:44 PM
Is the path to the JS file correctly set in the HTML file???

Marchan
02-20-2009, 02:59 AM
Sorry, I could not work out how to put up a new thread; only a reply to thread. It concerns AC_RunActiveContent.js, I think.

I created a SWF with three buttons, one to play audio, one to play video and one to show text. Prior to uploading to my website everything worked fine. But the swf file on my website only plays the audio and shows the text. If you click the top, righthand button for video you cannot play the video of a robocomedy. The link is at http://www.marykingmedia.com/manga2/index.htm

When uploading to Dreamweaver CS3 I received an automatic download of AC_RunActiveContent.js, as well as a file called .htaccess
I put them in the same folder as the swf and uploaded everything together, but still no joy. I have viewed the swf in Mozilla, IE7 and Flock, but the video does not play.

Do you have any idea how I can get the video to play? I think the problem must be with the AC_RunActiveContent.js or/and .htaccess file but I do not have the foggiest what to do?

Thanks,
Mary:cool:

dan_hin
05-14-2009, 11:24 PM
there should be some javascript in the head of the html:

<script language="javascript">AC_FL_RunContent = 0;</script>

stick AC_RunActiveContent.js in the same folder as your HTML and set the 0 above to 1.

Dan