Need help for sound plugin

  • Hello

    it is possible to load/stop soundfile depends on scene and continous??

    i mean

    "if i go from scene1 to scene2 play sound1"
    "if i go from scene 2 to scene 3 still play sound1 (not from begiining)"

    but

    "if i go from scene 1 to scene 4 playsound2"
    "if i go from scene 4 to scene 5 continous play sound2 (not from begining)"


    i know it can be done via hotspots on click but i have a lot of hotspots on each pano and i want to use other method if possible?


    i tried now this way (on each scene)

    <scene name="scene1" onstart="action(mutesound1); action(playsound2)">

    now is few scenes with sound1 enable and sound2 disable and few scenes with sound2 enable and sound1 disable - is what i want but i need not reloaded mp3 every scene

    is possible without every hotspot onclick operations?


    also it can be done easy with "grouping" scenes, it is possible? to make "group1 on start" and group1 = scene1, scene2, scene3?


    sorry if questions aint smart :) im newbie in this :)

    Edited 3 times, last by pavka (September 30, 2009 at 1:20 PM).

  • Hi,

    yes, that would be possible,

    define an action for the sound outside the scenes, and call this action on every scene onstart,
    and before calling set a custom variable to the current scene name, and a other variable to the last one,

    e.g.

    best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!