November 13, 200817 yr when loading my flash webpage and a message appears saying "AC_RunActiveContent.js". This doesn't happen with other flash webpages I have. Can anyone explain how this can be resolved. Cheers
November 13, 200817 yr Its because the bit of code that you are using to display your flash requires that JS file....try using this code for flash stuff instead <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="350" height="290"> <param name="movie" value="NAME.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <!--[if !IE]> <--> <object data="NAME.swf" width="350" height="290" type="application/x-shockwave-flash"> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" /> </object> <!--> <![endif]--> </object> replace NAME.swf with your flash file and the width and height with your flashes width and height.
Create an account or sign in to comment