swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] sound BUG ?


From: Chmielewski yarek
Subject: [Swftools-common] sound BUG ?
Date: Wed, 23 May 2007 13:53:40 +0200

.flash filename="temp.swf" bbox=640x480 background=#000000 fps=15
.font FONTT filename="C:\WINDOWS\Fonts\ARIAL.ttf"
.sound sound1 "C:/swftools/test.wav"
.circle mycircle1 r=50 color=#aa33ff

#.play sound1
.action:
monSon = new Sound();
monSon.attachSound("sound1");
monSon.setVolume(100);
monSon.start();
.end
.frame 1 .put mycircle1 x=0 y=0 #object starts at (0,0)
.end


THIS SCRIPT works perfectly: it generates SOUND and a CIRCLE as it should

HOWEVER, when i DO load it from Flash _root.mc_mc.loadMovie("temp.swf");


THE SOUND DISEAPPEARS : THERE IS NO SOUND AT ALL



        

        
                
___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]