Jump to content

flash problem


Nandini

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.