gnetcanada
02-19-2005, 08:17 PM
Ok here is a good problem for you guys.
I want to use the mediaplayer plugin to play mp3's. The problem is that when you leave the page the plugin is on, the media player automatically stops. I want it to keep going, just like the regular "audio" feature of AMS does. So i can switch between pages and the media player will still play.
My theory WAS to have multiple media player objects in the project, one per page, and then simply pass the current file name and last known position between them, but it appears that wont work, since the plugin or program is too slow i guess, when i try to "SEEK" at the page startup, the media player plugin i guess is not initialized yet, giving me no file to use the seek function on.
Anyone know how i can do this?
Shawn
I want to use the mediaplayer plugin to play mp3's. The problem is that when you leave the page the plugin is on, the media player automatically stops. I want it to keep going, just like the regular "audio" feature of AMS does. So i can switch between pages and the media player will still play.
My theory WAS to have multiple media player objects in the project, one per page, and then simply pass the current file name and last known position between them, but it appears that wont work, since the plugin or program is too slow i guess, when i try to "SEEK" at the page startup, the media player plugin i guess is not initialized yet, giving me no file to use the seek function on.
Anyone know how i can do this?
Shawn