View Single Post
Old 01-16-2013, 04:35 PM   PM User | #5
xelawho
Senior Coder

 
xelawho's Avatar
 
Join Date: Nov 2010
Posts: 2,461
Thanks: 52
Thanked 457 Times in 455 Posts
xelawho will become famous soon enoughxelawho will become famous soon enough
I'm not familiar with soundManager (I'm guessing it's a plug-in), but many audio players have event listeners built in. You could investigate the soundManager documentation, see if it has an "onuadioended" (or similar) event, and when that fires, call a function to run your video

[EDIT]: If this is the same one you're using, the onfinish event at this link may prove useful:
http://www.schillmania.com/projects/soundmanager2/doc/

Last edited by xelawho; 01-16-2013 at 04:37 PM..
xelawho is offline   Reply With Quote
Users who have thanked xelawho for this post:
tpeck (01-17-2013)