Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsWeb Design & DevelopmentClient Side ScriptingJavaScript right
  Closed Topic Start new topic
left right
graphic design g...
post Apr 18 2011, 10:09 AM
Post #1


Newbie
*

Group: Members
Posts: 5
Joined: 29-March 11
Member No.: 184,191



This is my website:

http://saralazaroffdesign.zzl.org/

First I had a problem with my script missing for final_stevenholl_website.html and I received the
"This page requires AC_RunActiveContent.js." message.

As I was trying to solve the problem, now I made a bigger problem. My index.html does not work.
The index.html file was working 2 days ago on my website without the download links made.

The Portfolio Website.fla file is organized as Desktop/Portfolio Website/Portfolio Website.fla
I made links in a file called Portfolio Website.FLA, published the file, went to Dreamweaver CS3 and saved the Portfolio Website.FLA file to index.html. Now I get "This page requires AC_RunActiveContent.js." in the following code from Dreamweaver CS3. What do I do to get this alarm message off, so the index.html will work along with 6 download links that open in new window.

I think I moved the script around and changed it's name so it will not replace the other file. Now I can't tell which one to delete and which one to keep to make my index.html and final_stevenholl_website.html work.

--------------------------------------------------------------------------------------------------------------------------------------------
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Portfolio Website</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="file:///Desktop/Portfolio Website/AC_RunActiveContent.js" language="javascript"></script>
<style type="text/css">
<!--
body {
margin-left: 100px;
margin-top: 80px;
}
-->
</style></head>
<body bgcolor="#1B1718">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','width','800','height','600','id','Portfolio Website','align','middle','src','/Portfolio Website','quality','high','bgcolor','#ffffff','name','Portfolio Website','allowscriptaccess','sameDomain','allowfullscreen','false','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','/Portfolio Website' ); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="800" height="600" id="Portfolio Website" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="/Portfolio Website.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="/Portfolio Website.swf" quality="high" bgcolor="#ffffff" width="800" height="600" name="Portfolio Website" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</body>
</html>




Go to the top of the page 
 
  + Quote Post
EvilMastermindsP...
post May 14 2011, 09:43 PM
Post #2


Member
**

Group: Members
Posts: 47
Joined: 15-March 11
Member No.: 182,002



<script src="file:///Desktop/Portfolio Website/AC_RunActiveContent.js" language="javascript"></script>
Is the problem...
You used the script on your computer as the script to access.
You need to call the script from your website.

Use this:

<script src="http://saralazaroffdesign.zzl.org/AC_RunActiveContent.js" language="javascript"></script>
Go to the top of the page 
 
  + Quote Post
 Closed Topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 25th May 2013 - 12:21 AM