;

PDA

Click to See Complete Forum and Search --> : unload FLV - multiple FLV's


smalco64
08-26-2004, 10:40 AM
Hi,

I'm working on a multimedia presentation un which I use the media component to load in 6 flv.

The problem I get is that when I load in the first FLV and hit the next button, the 1st FLV's sound is still audible even though I used a _myvideo.close(); statement.

What must I do to unload the previous .flv from the media component?

You canview the online example here (http://www.cibusintl.com/BOUYGUES/bouygues.html)

Just click on the Bouygues group video, a new movie will load in which the last 6 menu items contain flv sequences.

Thanks,

Smalco

Jolly Chap
09-13-2004, 10:14 AM
hi did you ever resolve this?... as I have the same problem

JC...

Jolly Chap
09-13-2004, 10:14 AM
hi did you ever resolve this?... as I have the same problem

JC...

PROXUS
09-13-2004, 11:55 AM
That's a common problem caused by a bug in flash player. Basically your FLV is loaded to your cache and is still sending audio even if you are went to another scene.

myVideo.close(); will work only on video classes (video objects) but not components. So basically since you are using Media components you are limited to Media classes.

The only one related to your problem could be Media.volume(); where you can set your Media component audio property to zero by typing: Media.volume(0);

you can read more about controlling Media components HERE (http://www.flvplayer.com/forum/viewforum.php?f=2)

you can also chack our component which is working fine with audio problem:

AUDIOTEST (http://www.proxus.com/components/FLV_Player/audiotest.html)

smalco64
09-13-2004, 12:21 PM
Jolly Chap,

Sorry, am also looking for someone that has 'THE' answer to this major issue!

Smalco

clarpark
12-28-2004, 11:23 PM
Looking for an answer too.

clarpark
12-28-2004, 11:50 PM
still no answer

from macromedia (http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00001594.html)