Hi,
I have been programming on flash for a couple years and I seem to be having a really basic problem. I think it may be related to this being my first time publishing a site with flash and dreamweaver cs3.
The site I’m having problems with is liquifieddesign.com
each of the pages, including index.html has a flash file scripted in. All files for the website are in the same folder, and if you type in the swf manually (www.liquifieddesign.com/web.swf) the movie appears, so it seems like evrreything is ok on that end.
I do get one error when using firebug that says:
AC_FL_RunContent is not defined
then highlights this line of code:
AC_FL_RunContent( ‘codebase’,‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0’,‘width’,‘1024’,‘height’,‘768’,‘title’,‘about’,‘src’,’/about’,‘quality’,‘high’,‘pluginspage’,‘http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash’,‘movie’,’/about’ ); //end AC code
any ideas out there?
thanks in advance.