swf file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I need to add a "onclick" event to an object with a Swf file on my web page
There is anyway to use a swf file as a banner
thank yo
Fabrizio
 
Fabrizio,

You might have to write a custom control for this (I don't know if there
is a control for a flash file). It would be easy to do though, you can just
wrap the flash file HTML in a div tag and then handle the on click event for
that.

Hope this helps.
 
Back
Top