RE: [Flashcoders] RE: swf not compiling

2010-12-11 Thread Merrill, Jason
>> However, CS4 uses the Flex SDK Java compiler and I'm sure CS5 does too, so I >> guess it's probably not a compiler issue I would disagree. The Flashbuilder (Flex) compiler and the Flash Professional compiler are not one and the same. I also don't see how it's NOT a compiler issue when compil

Re: [Flashcoders] Remove video sound

2010-12-11 Thread Karl DeSaulniers
Yes. You must stop the sound before unloading it. clearVideo=function(){ so.stop(); // or so.pause() then so.stop() theVideo.removeMovieClip(); vSound.removeMovieClip(); delete so; } Hth Karl Sent from losPhone On Dec 11, 2010, at 4:56 PM, Ivan Dembicki wrote: Stop it. Отправлено с iPho

Re: [Flashcoders] Remove video sound

2010-12-11 Thread Ivan Dembicki
Stop it. Отправлено с iPhone 11.12.2010, в 19:29, natalia Vikhtinskaya написал(а): > Hi > I have problem with video sound. It is AS2. > Sound starts with this code > var so:Sound; > var vSound:MovieClip; > > > vSound=theVideo.createEmptyMovieClip("vSound",theVideo.getNextHighestDepth()); >

Re: [Flashcoders] RE: swf not compiling

2010-12-11 Thread John R. Sweeney Jr
For me opening CS5 takes forever, but after that it works much, much better and faster than CS4. CS4 was just a plain dog. I went back till CS3, but now do all new work in CS5. Later, John on 12/10/10 4:11 PM, Juan Pablo Califano at califa010.flashcod...@gmail.com wrote: > And I haven't tried C

[Flashcoders] Remove video sound

2010-12-11 Thread natalia Vikhtinskaya
Hi I have problem with video sound. It is AS2. Sound starts with this code var so:Sound; var vSound:MovieClip; vSound=theVideo.createEmptyMovieClip("vSound",theVideo.getNextHighestDepth()); vSound.attachAudio(ns); so=new Sound(vSound); so.setVolume(100); on close button clearVide

Re: [Flashcoders] RE: swf not compiling

2010-12-11 Thread Henrik Andersson
David Benman skriver: I've had intermittent problems compiling on with CS4 on Mac OS X. I think its usually something with the IDE environment rather than the specific Flash project. These are things I try. You forgot the classic of nuking the profile directory. __

Re: [Flashcoders] RE: swf not compiling

2010-12-11 Thread David Benman
I've had intermittent problems compiling on with CS4 on Mac OS X. I think its usually something with the IDE environment rather than the specific Flash project. These are things I try. I know some aren't necessarily brilliant solutions, but just in case here they are: Restart Flash. Delete ASO