Active
Project:
Flash Node
Version:
5.x-6.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2009 at 03:31 UTC
Updated:
12 Apr 2011 at 18:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
gausarts commentedTry checking that wmode actually has transparent value. You have the same issue solved here => http://drupal.org/node/516958
Comment #2
aprice42 commentedAttached is a screen grab of the object source code from this URL http://webdev.nianow.com
The transparent value is there as far as I can see... I also tested in Safari on a PC and have the same issue, not that anyone on a PC uses safari ;)
Any more thoughts?
Comment #3
gausarts commentedThe same old answer applies :)
I didn't see any wmode="transparent" in the embed part. That's the problem.
Comment #4
aprice42 commentedd-oh! sorry I completely missed that piece. I just looked at the example on the page and it only had the object code... Thank you for your time, all is good now I added the wmode to the embed too... and just for anyone out there that may have a similar thought process to me my final code looks like this:
<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="!width" height="!height" id="myMovieName"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="movie" value="!filepath" /><param name="quality" value="high" /><param name="flashvars" value="!flashvars" /><param name="base" value="!base" /><param name="wmode" value="transparent" /><embed src="!filepath" allowScriptAccess="sameDomain" allowFullScreen="true" quality="high" width="!width" height="!height" flashvars="!flashvars" wmode="transparent" name="myMovieName" align="" type="application/x-shockwave-flash" base="!base" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>thanks again for your help
:) Andy
Comment #5
The_Hive commentedHi Everyone.
I can check through firebug and preview the applied codes to flash elements, but I have a hard time finding the location of that file on the Drupal install where that code is embedded. Could be that certain files are hidden even from the backend since I already used the search option for a specific criteria/word but still can't locate it. Please help. Thanks
Comment #6
The_Hive commentedOk. I have now figured this out the code worked with IE (though it is removing whatever frame color it has since its transparent I understand LOL). But it is not working in Firefox.