Re: [Flashcoders] OT: The Vendor Client relationship In real world situations

2009-05-28 Thread Karl DeSaulniers
That was so funny, and yesss... to true. On May 28, 2009, at 1:08 PM, Brian Mays wrote: OH too true. I needed this a week ago. Brian Mays On 5/28/09 12:49 PM, "Steven Sacks" wrote: http://www.youtube.com/watch?v=R2a8TRSgzZY This is a work of genius. ___

Re: [Flashcoders] OT: The Vendor Client relationship In real world situations

2009-05-28 Thread Brian Mays
OH too true. I needed this a week ago. Brian Mays On 5/28/09 12:49 PM, "Steven Sacks" wrote: > http://www.youtube.com/watch?v=R2a8TRSgzZY > > This is a work of genius. > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http

Re: [Flashcoders] how to reload swf in Flash IDE Player

2009-05-28 Thread Andrew Sinning
Perfect. Thanks! Anthony Pace wrote: I just realized that what I told you works pretty well. It isn't called without re-publishing if you use the ctrl+enter combo; therefore, if have the player open, in the menu goto view, then click simulate download rather than using the hotkeys. Outside

[Flashcoders] OT: The Vendor Client relationship In real world situations

2009-05-28 Thread Steven Sacks
http://www.youtube.com/watch?v=R2a8TRSgzZY This is a work of genius. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] how to reload swf in Flash IDE Player

2009-05-28 Thread Anthony Pace
I just realized that what I told you works pretty well. It isn't called without re-publishing if you use the ctrl+enter combo; therefore, if have the player open, in the menu goto view, then click simulate download rather than using the hotkeys. Outside of the flash ide it is as simple as cli

Re: [Flashcoders] how to reload swf in Flash IDE Player

2009-05-28 Thread Anthony Pace
I have noticed the same thing; however, all I can suggest is click simulate download on and off. Andrew Sinning wrote: To compile and play a movie within Flash, I use control-enter. But suppose I want to reload the local copy of movie within the Flash Player without recompiling. How do I do

RE: [Flashcoders] how to reload swf in Flash IDE Player

2009-05-28 Thread Kerry Thompson
Andrew Sinning wrote: > To compile and play a movie within Flash, I use control-enter. But > suppose I want to reload the local copy of movie within the Flash Player > without recompiling. How do I do this? Rewind seems to do nothing at all. You could publish it. Have an instance of My Compute

Re: [Flashcoders] how to reload swf in Flash IDE Player

2009-05-28 Thread Andrew Sinning
That's a good idea Hans. "Why do you need it? Editing data ?" That'd be one reason, but also sometimes I might miss a detail and want to review it. Or in a non-linear process, I'd like to test other possibilities. What I really need is code that compiles faster, but that's not practical

Re: [Flashcoders] how to reload swf in Flash IDE Player

2009-05-28 Thread Hans Wichman
Hi, one option is loadMovieNum (_root._url, 0); Possibly attach some keyhandler to it, so you can press space to reload it, or set up a timer to reload it. Why do you need it? Editing data ? regards JC On Thu, May 28, 2009 at 5:40 PM, Andrew Sinning wrote: > To compile and play a movie within

[Flashcoders] how to reload swf in Flash IDE Player

2009-05-28 Thread Andrew Sinning
To compile and play a movie within Flash, I use control-enter. But suppose I want to reload the local copy of movie within the Flash Player without recompiling. How do I do this? Rewind seems to do nothing at all. ___ Flashcoders mailing list Flashc

Re: [Flashcoders] Papervision Help

2009-05-28 Thread Hans Wichman
Hey, on that matter: has anyone found any guidelines on which engine is 'better' or a good set of selectioncriteria for which engine is best for you? All the pv3d vs away google results same a bit outdated:) regards, JC On Thu, May 28, 2009 at 2:58 AM, Omar Fouad wrote: > Thanks buddies, I've

RE: [Flashcoders] AS2 setInterval/sendAndLoad issues with Mac Safari3.2.3

2009-05-28 Thread whispers
Without knowing more.. Cant be sure... But I would says this DOES NOT make sense.. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Andrew Sinning Sent: Thursday, May 28, 2009 9:00 AM To: Flash Coders Sub

[Flashcoders] AS2 setInterval/sendAndLoad issues with Mac Safari 3.2.3

2009-05-28 Thread Andrew Sinning
A partner we are working with explains that the reason a project wasn't working under Mac with Safari 3.2.3 was because setInterval was interrupting sendAndLoad calls. Is this a known bug? They are working around this by using a movieClip instead of setInterval. Does this make sense? __