I have used asp.net flash control to display flash file in asp.net, but it doesnt work for me.
Here is the code I used:
<ASPNetFlash:Flash ID='Flash1' runat='server' PlayerVersionAutoDetect='true' MovieURL='flash/cube.swf'> <HTMLAlternativeTemplate> <asp:ImageButton ID='ImageButtonGetFlashPlayer' runat='server' PostBackUrl='http://www.adobe.com/go/getflashplayer' ImageUrl='http://www.aspnetflash.com/images/get_flash_player.gif' /> </HTMLAlternativeTemplate> </ASPNetFlash:Flash>
The flash file I’m using is version 9, but flash control tries to display version 10. Is there any problem? Otherwise, can you suggest the best way to do this?
An example