im converting a html page to aspx page, in the html page there ia a flash movie on top of it there are flash buttons
how to write code for those flash buttons to redirect to other pages
this is the html code of flash movie <html> <head></head> <body> <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="780" height="258"> <param name="movie" value="flash/0593.swf"> <param name="quality" value="high"> <embed src="flash/0593.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="258"> </embed> </object> </body> </html>
thanls, prampd
|
| Author: Joymon 12 Jan 2009 | Member Level: Gold | Rating:  Points: 1 |
The redirection code should be written in side the swf file.ie at the development of flash button.
Joy
Regards, Joy www.joyfulwpf.blogspot.com www.silverlightedweb.blogspot.com www.joymonscode.blogspot.com Joymon Online.Com
|