FlexiPanels CSS for Dreamweaver Forum


box FlexiPanels CSS for Dreamweaver
FlexiPanels CSS for Dreamweaver is a CSS builder that helps you create table-less HTML code for side panels, menu containers or any content zones with a gradient background and rounded corners.

Find out more about FlexiPanels CSS for Dreamweaver

Thread: flash not showing in firefox after inserting flexipanels

title left
User Details
message
title right
innocent ebite

post date:
2009-12-02 23:17:37
i have a flash in my website. the flash will not show in firefox after i inserted the flexipanels but it will show in IE. is there anyway i can fix this ?

if you want me to post the url for quick look i will do that
Cristian Dorobantescu [Extend Studio]

post date:
2009-12-03 03:26:56
Actually that would be good (posting the URL) so we could have a look there.

Thanks,
Cristian
innocent ebite

post date:
2009-12-03 09:42:06
After some tinkering, i found an embed format that doesn't conflict with flexipanels and adobe flash in Firefox. here it is. For now i have no questions if i do i will come back here. thanks.

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="put the width here" height="put the height here" id="enter3" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://put the path to the flash file here" />
<param name="quality" value="best" />
<param name="bgcolor" value="#333333" />
<embed src="http://put the path to the flash file here" quality="best" bgcolor="#333333" width="337" height="129" name="enter3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
innocent ebite

post date:
2009-12-03 09:45:57
Just change the width and height your .swf file. "width"337" height="129" is my parameters. change the bg color to what you like....