Couple questions about flash and javascript!
Posted: Mon 3. Sep 2007, 19:05
Hello phpwcms community!
I have three questions.
1) I have created flash banner and included it in needed place with this code (Firefox shows flash animation banner without a problems, but IE7 doesn't show flash at all - so how can this be done to resolve it in IE7 ?)
2) phpWcms>admin>templates field js onload: (where i have to put js file in phpwcms folders and what path i have to show to work this ?)
3) Can someone please take look at my code source and tell me why my webs width is so extremly wide ? http://www.straddle.lv/file/width.JPG
P.S : web is http://www.straddle.lv/cms/
I have three questions.
1) I have created flash banner and included it in needed place with this code (Firefox shows flash animation banner without a problems, but IE7 doesn't show flash at all - so how can this be done to resolve it in IE7 ?)
Code: Select all
<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="239" height="148" id="fbann" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="fbann.swf" /><param name="quality" value="best" /><param name="bgcolor" value="#191919" /> <embed src="img/straddle/fbann.swf" quality="best" bgcolor="#191919" width="239" height="148" name="fbann" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
3) Can someone please take look at my code source and tell me why my webs width is so extremly wide ? http://www.straddle.lv/file/width.JPG
P.S : web is http://www.straddle.lv/cms/