jmcollett 0 Report post Posted January 21, 2011 Greetings, I have recently purchased PlatformPro and am undergoing the amazing learning curve associated. Firstly, is there any detailed documentation, other than install guides? My issue is that no matter how I try or reconfigure the Feature Page, I am unable to get my SWF file to operate. I have read through the forum and attempted several of the post resolutions, but to no avail. I have installed SWF plugins, used more and less code, put it in both the content HTML page and the Media HTML section. I am just able to get it operating. The URL to this file works correctly - http://craftclassroom.com/wp-content/uploads/2011/01/cc_logo3.swf, but I have been unable to activate it in a page or the feature page. Here is the code: <!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" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title></title> <script type="text/javascript" src="ieupdate.js"></script> </head> <style type="text/css"> body {margin: 0pt} </style> <body bgcolor="#ffffff" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <script type="text/javascript"> AC_FL_RunContent('codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6', 'width', '760', 'height', '110', 'src', './cc_logo.swf', 'quality', 'high', 'allowScriptAccess', 'never', 'wmode', 'Transparent', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'movie', './cc_logo.swf', 'id', './cc_logo.swf', 'name', './cc_logo.swf', 'allowFullScreen', 'false', 'menu', 'true', 'bgcolor', '#000000'); </script> <noscript> <object width="760" height="110" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="./cc_logo.swf" id="./cc_logo.swf" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"> <param name="bgcolor" value="#000000"> <param name="movie" value="./cc_logo.swf"> <param name="loop" value="false"> <param name="quality" value="high"> <param name="allowScriptAccess" value="never"> <param name="wmode" value="Transparent"> <param name="menu" value="true"> <param name="allowFullScreen" value="false"> <embed width="760" height="110" src="./cc_logo.swf" name="./cc_logo.swf" bgcolor="#000000" menu="true" allowFullScreen="false" quality="high" allowScriptAccess="never" wmode="Transparent" loop="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED> </object></noscript> </body> </html> Share this post Link to post Share on other sites
jmcollett 0 Report post Posted January 21, 2011 Well I resolved this with Firebug. Silly me! All I had to do was to replace the 'scr=' with the full url to the item and "presto!" Please excuse my newbie ignorance. At least I am learning :-) Share this post Link to post Share on other sites