Nandini Posted August 22, 2008 Share Posted August 22, 2008 i have a flash file. I am displaying that flash file on my website. There is a popup calendar button on top of the flash file. when i click that button the calendar displayed. when i drag that calendar that was hidden back to the flash file. see this site http://joshuaink2006.johnoxton.co.uk/blog/82/flash-content-and-z-index for understand the problem clearly. I have the code what the above site programmer said. here is my code. <CENTER> <OBJECT CLASSID="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,22,0" ID="FlashDemoBuilder" Width="400" Height="250" data="Demo.swf"> <PARAM NAME="movie" VALUE="Demo.swf"> <param name="wmode" value="transparent"> <PARAM NAME="bgcolor" VALUE="#000000"> <EMBED NAME="FlashDemoBuilder" SRC="Demo.swf" BGCOLOR="#000000" WIDTH="400" HEIGHT="250" TYPE="application/x-shockwave-flash" pluginspage=http://www.macromedia.com/go/getflashplayer"> </EMBED> </OBJECT> </CENTER> please tell me solution. Link to comment https://forums.phpfreaks.com/topic/120843-flash-problem/ Share on other sites More sharing options...
secoxxx Posted August 22, 2008 Share Posted August 22, 2008 did you apply the z-index? Link to comment https://forums.phpfreaks.com/topic/120843-flash-problem/#findComment-622911 Share on other sites More sharing options...
Nandini Posted August 22, 2008 Author Share Posted August 22, 2008 Hi thanx for ur reply. I didn't use z-index any where. Can u tell me where can i use? Link to comment https://forums.phpfreaks.com/topic/120843-flash-problem/#findComment-622928 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.