Jump to content

flash and php


fullyloaded

Recommended Posts

This is just example

 

<tr id="flash" style="display:none">

 <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"

width="326"

height="202">

      <param name=movie value="get_data.php?type=ad&time=<?php echo time(); ?>">

      <param name="LOOP" value="false">

      <embed

src="get_data.php?type=ad&time=<?php echo time(); ?>"

loop="true"

pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"

type="application/x-shockwave-flash"

width="326" height="202"> </embed>

   </object>

 </td>

</tr>

<input type="button" name="visible" value="Visible" onClick="javascript:visible();"/>

<script language="javascript">

function visible(){

document.getElementById("flash").style.display = "";

}

</script>

Link to comment
https://forums.phpfreaks.com/topic/46813-flash-and-php/#findComment-228188
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.