Issues with flash button
hi,
i have created a flash button that when clicks, directs to another page. where in the code do i wish to place code to turn it into a logout button? i have the code for the logout and i have the code that DW made for a button but i am unsure on merging the two.
the code for the logout is:
session.abandon()
response.redirect("")
and the code for the button is:
object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="108" height="46">
<param name="movie" value="logout.swf">
<param name="quality" value="high">
<embed src="logout.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="108" height="46" ></embed>
</object>
thanks
|