This content has been marked as final.
Show 3 replies
-
1. Re: SWF Plays local but not online
michaeltowse Jun 7, 2007 5:40 AM (in response to TheTroll)Your html has an absolute link to the ActiveRuntime.js file. Have you tried making this relative to the page?
Just a thought.... -
2. Re: SWF Plays local but not online
Dream_Designs Jun 8, 2007 9:16 AM (in response to michaeltowse)i presume you used dreamweaver to insert the flash file in the html page. if so dreamweaver creates the script file AC_RunActiveContent.js inside the folder "Scripts". This file is necessary to run the flash in the html page. So try to upload this script file with the folder to your server. Then your flash will work fine. -
3. Re: SWF Plays local but not online
chad1416 Jun 9, 2007 11:53 AM (in response to TheTroll)heres wut you need to do go to http://www.swfup.com/ and upload the swf then copy the code and open dreamweaver open a new document and click the button to view the code in dreamweaver, you should see this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
</body>PASTE YOUR CODE HERE
</html>
look where i wrote paster your code here and DO IT paster your code there in dreamweaver

