Hi
I used flash file in my page I want when I click on flash file it go to other register.aspx page so I used <a> tag like below code
<a href="register.aspx" class="Afalsh">
<object width="132" height="126">
<embed src="flash/Flash-1.swf" type="application/x-shockwave-flash" width="132" height="126"></embed>
</object>
</a>
but it didn't worked I mean I can't click on flash file to go register.aspx <a> tag doesn't work here
what should I do
Best Regards
Neda