I have a shockwave object that plays an object. Works fine. When it's done,
I want to load another file. Problem is, I have an event on the
PlayStateChange that checks the status of the control to see if it's stopped
so that when it's done playing, it will trigger the change to the next one.
But once that event fires, it seems like it doesn't get reset so that when I
load the next file, it immediately calls the StatusChange routine which has
a state of stopped. I've tried it where I just load the new file and the
controls statuses don't seem to change.
Any ideas?
TIA - Jeff.
I want to load another file. Problem is, I have an event on the
PlayStateChange that checks the status of the control to see if it's stopped
so that when it's done playing, it will trigger the change to the next one.
But once that event fires, it seems like it doesn't get reset so that when I
load the next file, it immediately calls the StatusChange routine which has
a state of stopped. I've tried it where I just load the new file and the
controls statuses don't seem to change.
Any ideas?
TIA - Jeff.