Tell when a ShockWave file has ended....

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

Is there any way with the Shockwave object to tell when a SWF file has
finished playing? It would be nice if there was an event like in the Media
Player that is called when the state changes.

TIA - Jeff.
 
Jeff,

I don't know that Shockwave exposes an event to do this. If you embed
the control in a windows form, you should see the events that are exposed
(these are the same events exposed in a web page, I imagine, since you would
be accessing the automation interface in each).
 
Back
Top