[Flashcoders] How to handle ScriptTimeoutError with larger PrintJobs?

2009-09-10 Thread Wenzler, Thomas
Dear Flashcoders, I need to find a solution to the said problem: I have an swf with a printAll function that prints out the content of a multiple frames mc that loads at runtime. Since the Flash.PrintJob class has a built in 15 second Timeout between every subsequent

Re: [Flashcoders] sound stick around issue

2009-09-10 Thread Karl DeSaulniers
Sweet. GL Karl On Sep 10, 2009, at 12:36 AM, Sam Brown wrote: Hey Karl, Thank you for the suggestion - you've helped me get to the bottom of this. Although stopAllSounds() is AS2, that was enough of a breadcrumb to find the AS3 equivalent: // make sure you import this class:

[Flashcoders] disable mouse on transparent part of alpha video

2009-09-10 Thread Hans Wichman
Hi list, I need to create a couple of talking persons on a square, using transparent flv's for that. But it seems the whole of the video is clickable, even the transparent part (which is logical), is there any way to disable that? One other option I have is copying the persons to a bitmap and

Re: [Flashcoders] disable mouse on transparent part of alpha video

2009-09-10 Thread Glen Pike
Hi, Hans Wichman wrote: One other option I have is copying the persons to a bitmap and check the pixel transparency, but I'm guessing that is going to slow things down:) But if you are only checking transparency on a CLICK event, that is not going to happen to often in relation to playing

Re: [Flashcoders] disable mouse on transparent part of alpha video

2009-09-10 Thread Hans Wichman
Hi, nope thats true, but I'm more concerned about the usability side of things, I don want to show a cursor when you cant click, so I would have to perform the check much more often. regards Hans On Thu, Sep 10, 2009 at 1:34 PM, Glen Pike g...@engineeredarts.co.ukwrote: Hi, Hans Wichman

Re: [Flashcoders] disable mouse on transparent part of alpha video

2009-09-10 Thread Steven Sacks
Cover the video with an alpha 0 shape. Problem solved. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] disable mouse on transparent part of alpha video

2009-09-10 Thread Glen Pike
Steven Sacks wrote: Cover the video with an alpha 0 shape. Problem solved. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Maybe like Steven said - use a shape over the video

Re: [Flashcoders] disable mouse on transparent part of alpha video

2009-09-10 Thread Hans Wichman
Hi, ok that might work, I'll try to mask out the shapes that have to be clickable. thanks folks! Hans On Thu, Sep 10, 2009 at 3:12 PM, Glen Pike g...@engineeredarts.co.ukwrote: Steven Sacks wrote: Cover the video with an alpha 0 shape. Problem solved.

[Flashcoders] fisheye dislpacement

2009-09-10 Thread Mendelsohn, Michael
Hi list... I'm trying to render a spherical earth using a DisplacementMapFilter out of a flat movieclip of the landmasses but it isn't working too well for me. Any suggestions? I'd appreciate hearing any ideas. Thanks, - Michael M. private function renderOrnament():Sprite{ var

[Flashcoders] slideshow works w/ ctrl Enter in Flash but not when exported....

2009-09-10 Thread Isaac Alves
Hello, I have a FLA project with a slideshow . When I test movie inside Flash (by pressing ctrl + enter), the slideshow works well. But if i run the .swf file outside of Flash interface , it doesn´t work, it doesn´t change the images. Why ? How can it happen? Thanks!

Re: [Flashcoders] slideshow works w/ ctrl Enter in Flash but not when exported....

2009-09-10 Thread Pedro Kostelec
Are you loading the images from an internet source? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders