PDA

View Full Version : Stop audio of included video (with flvplayer.swf)


Force
03-25-2009, 12:50 PM
Hi folks,

I've included one video with sound with flvplayer-plugin. Works nice.

I need to stop/start the sound _of the video_ with a button (seperate inserted hotspot in form of a button).

onClick='soundVolume=0'

doesn't work.

The documentation tell "you need to organize a transfer of Flash soundTransform object from hotspot movie to your dynamic sound, check plugins/flvplayer.fla (Flash CS3 file format) for this functionality."

I do not understand what to do. :-(


Can someone tell me, how to make a simple button (hotspot) to start/stop the sound of the video?

Thank you,
Force

LepLep
03-26-2009, 08:14 AM
soundVolume=0 call is correct,
but you didnt gave the id of spot which you are calling

yourFlvPlayerSpotId.soundVolume=0

should fix the problem

Dalileis
03-26-2009, 04:22 PM
I had similar problem with third party mp3 player. Itґs simply not obeying the xml. Couldnґt change the volume through xml, it didnґt even listen to unlinked parameter, visually it disappeared, but the music coninued in the background.

Denis mentioned this issue in this post: http://flashpanoramas.com/forum/showpost.php?p=609&postcount=9, this thread: http://flashpanoramas.com/forum/showthread.php?t=127&highlight=stop+mp3player

I am still searching for the solution myself. I hope Denis addresses this issue in the next FPP version.