[Flashcoders] Transition Manager event complete

2010-03-24 Thread Fahim Akhter
Hi, I have the following code       TransitionManager.start(babyPreloader,{type:Fade, direction:Transition.OUT,      duration:0.5, easing:Regular.easeOut});       var tempPreloader:DisplayObject = babyPreloader as DisplayObject;       this.removeChild(tempPreloader); But since this does not wait

Re: [Flashcoders] flv stop loading / close netconnection

2010-03-24 Thread mike donnelly
My experience is that you can't close the default vp (video player) in an FLVPlayback instance, so you *never* use it. What were they thinking?! Before you load a video, you set the vp index to whatever you want, just not zero! myflv.activeVideoPlayerIndex = 1 myflv.source ="hippo.flv" Then when

[Flashcoders] Flash CS3 crashes when debugging

2010-03-24 Thread Mendelsohn, Michael
Hi list... [XP CS3] Why is my Flash IDE crashing all of a sudden when I go to debug? I deleted ASO files, rebooted, didn't make a difference. I haven't found any explanation through Google either. Help! - Michael M. ___ Flashcoders mailing list F

Re: [Flashcoders] Flash CS3 crashes when debugging

2010-03-24 Thread Glen Pike
Mendelsohn, Michael wrote: Hi list... [XP CS3] Why is my Flash IDE crashing all of a sudden when I go to debug? I deleted ASO files, rebooted, didn't make a difference. I haven't found any explanation through Google either. Help! - Michael M. _

RE: [Flashcoders] Flash CS3 crashes when debugging

2010-03-24 Thread Mendelsohn, Michael
Glen, you have saved my life! That worked. I can't believe it. Thank you, thank you, thank you! - Michael M. > Maybe your workspace.xml file is trashed. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mai

Re: [Flashcoders] Flash CS3 crashes when debugging

2010-03-24 Thread Glen Pike
Mendelsohn, Michael wrote: Glen, you have saved my life! That worked. I can't believe it. Thank you, thank you, thank you! - Michael M. Maybe your workspace.xml file is trashed. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf

RE: [Flashcoders] Flash CS3 crashes when debugging

2010-03-24 Thread Mendelsohn, Michael
Well, the most bizarre thing about this bug fix is that the two (debugging and window layout) seem to me like completely unrelated elements of the IDE. I ran into a cold trail in searching online. What's really bothersome is that it isn't documented anywhere. It's the equivalent of: I have a

[Flashcoders] Events can be tedious, general thoughts on best practice?

2010-03-24 Thread Taka Kojima
I have an XMLLoader class that I wrote that I've been using to load XML files. -- public class XMLLoader{ /** * Load an XML file * * @param url The

[Flashcoders] Flex3: attaching assets from .swf using getDefinitionByName

2010-03-24 Thread Alexander Farber
Hello, may I ask another Flex question here? (the Yahoo flexcoders-list seems not to be very responsive, asked a question 4h ago there, it still hasn't appeared) I've prepared a short test case to demonstrate my problem: Test.mxml: http://www.adobe.com/2006/mxml"; layout="absolute"

Re: [Flashcoders] Events can be tedious, general thoughts on best practice?

2010-03-24 Thread Mark Winterhalder
On Wed, Mar 24, 2010 at 7:03 PM, Taka Kojima wrote: > I'm curious as to other people's thoughts on > this in terms of good/bad practice and what the pros/cons to this approach > might be. My thoughts are that it's OK for the very common cases which don't need the flexibility of events. Advantage

Re: [Flashcoders] Events can be tedious, general thoughts on best practice?

2010-03-24 Thread Taka Kojima
You bring up some valid points, however some of them are irrelevant for this example, i.e. multiple listeners. I could be a minority, but I don't think I am when I say that I have never used multiple listeners for when I load in an XML file. Secondly, if I were to implement events for this XMLLoa

[Flashcoders] Filter rendering error warning

2010-03-24 Thread Alan Neilsen
I have a Print button in my SWF that prints a defined area off to the right of the stage. There are a few small objects on the stage with drop shadows at that point, but no filters on the objects in the print area which is just a background and some static and dynamic text fields. When I test my