Re: [Flashcoders] Loading MC

2009-04-10 Thread Karl DeSaulniers
...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: Friday, April 10, 2009 12:42 PM To: Flash Coders List Subject: Re: [Flashcoders] Loading MC Still need some help with this. Anyone? Sent from losPhone On Apr 3, 2009, at 5:03 AM, Karl DeSaulniers k...@designdrumm.com wrote: Hello all

Re: [Flashcoders] Loading MC

2009-04-10 Thread Karl DeSaulniers
I understand. No problems. I will try to figure out how to simplify my question. Sent from losPhone On Apr 10, 2009, at 3:44 PM, Kerry Thompson al...@cyberiantiger.biz wrote: Karl DeSaulniers wrote: Ah duly noted. I will figure it out myself then. Sorry to all who were inconveniened

Re: [Flashcoders] onEnterFrame question

2009-04-10 Thread Karl DeSaulniers
this better for a post. Thanks Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Dragging loads of sound files from library into amovie clip

2009-04-09 Thread Karl DeSaulniers
I must say WOW as well. I never knew you could do that eigther. Karl Sent from losPhone On Apr 9, 2009, at 10:15 AM, Paul Steven paul_ste...@btinternet.com wrote: Wow this jsfl is a life saver! Can't believe I had never heard about it before in all the years I have been using Flash.

Re: [Flashcoders] Dragging loads of sound files from libraryinto amovie clip

2009-04-09 Thread Karl DeSaulniers
/10.0_Extending/WS5b3ccc516d4fbf351e63e3d1183c949219-8000.html Fireworks CS4: Using the API wrapper extension in Adobe Flash http://help.adobe.com/en_US/Fireworks/10.0_Extending/WS5b3ccc516d4fbf351e63e3d1183c949219-7fc8.html regards, Muzak - Original Message - From: Karl DeSaulniers k

Re: [Flashcoders] Dragging loads of sound files from library into a movie clip

2009-04-08 Thread Karl DeSaulniers
I have a preloadAsset class that might work for this. It works with a progress bar and percent text. Let me see if I can find it. Sent from losPhone On Apr 8, 2009, at 1:30 AM, Paul Steven paul_ste...@btinternet.com wrote: Related to my previous post, I now need to drag about 300 audio

Re: [Flashcoders] ColorTransform GTween

2009-04-08 Thread Karl DeSaulniers
Oh yeah, TweenLite is really easy and a realy great class. TweenMax too. They definately have tween for color. And MUCH more. Worth its weight in gold. Karl DeSaulniers Design Drumm http://designdrumm.com On Apr 8, 2009, at 7:27 PM, Muzak wrote: but is there really nobody out there who knows

Re: [Flashcoders] Dragging loads of sound files from library into a movie clip

2009-04-08 Thread Karl DeSaulniers
Hey Paul, Do a google search for PreloadAssetManager I think you'll find what your needing. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Apr 8, 2009, at 1:30 AM, Paul Steven wrote: Related to my previous post, I now need to drag about 300 audio files from the library

Re: [Flashcoders] Loading MC

2009-04-05 Thread Karl DeSaulniers
; regards, JC On Fri, Apr 3, 2009 at 12:03 PM, Karl DeSaulniers k...@designdrumm.com wrote: Hello, I was wondering if anyone can point me in the rigth direction. I have been trying for days now to figure this out. I know there is some little thing I am missing and its probably right under my

[Flashcoders] Loading MC

2009-04-04 Thread Karl DeSaulniers
its final values, just its beginning values. There is a background bitmap that gets replaced by the loaded image that is in the MC when it is placed on stage. This is the beginning value. This is in AS2 BTW. Any help would be GREATLY appreciated at this point. THX Karl DeSaulniers Design Drumm

[Flashcoders] Loading MC

2009-04-03 Thread Karl DeSaulniers
not inherit its final values, just its beginning values. There is a background bitmap that gets replaced by the loaded image that is in the MC when it is placed on stage. This is the beginning value. This is in AS2 BTW. Any help would be GREATLY appreciated at this point. THX Karl DeSaulniers

Re: [Flashcoders] Detecting if authoring mode (Flash 8 AS2)

2009-04-02 Thread Karl DeSaulniers
Try +my_Date.getUTCSeconds().toString() Sent from losPhone On Apr 2, 2009, at 2:19 AM, Paul Steven paul_ste...@btinternet.com wrote: Is there a property or function to detect if a Flash movie is being tested in authoring mode or live on the web? Basically I have added a random variable

Re: [Flashcoders] FPS question

2009-04-01 Thread Karl DeSaulniers
and/or a built in flash database.. hello Adobe!!! I wouldn't even mind a component for that... :P Thanks again, I think your suggestion has put me on the right path.. once again. :) Karl DeSaulniers Design Drumm http://designdrumm.com On Apr 1, 2009, at 2:50 AM, Anthony Pace wrote: Hi Karl

Re: [Flashcoders] FPS question

2009-04-01 Thread Karl DeSaulniers
- Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 01, 2009 9:22 AM Subject: Re: [Flashcoders] FPS question Anthony, I am going to have to buy you a steak dinner for all the input you have given me

Re: [Flashcoders] FPS question

2009-04-01 Thread Karl DeSaulniers
Perfect thank you... Karl DeSaulniers Design Drumm http://designdrumm.com On Apr 1, 2009, at 5:34 PM, Anthony Pace wrote: http://library.forum.nokia.com/index.jsp?topic=/ Flash_Lite_Developers_Library/GUID-8EFDF519- AB3B-4FAC-804B-8FDFD08F9968.html Most of it should apply Some basic keys

Re: [Flashcoders] FPS question

2009-03-31 Thread Karl DeSaulniers
at the true frame rate? Paul - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, March 31, 2009 7:10 PM Subject: Re: [Flashcoders] FPS question Sorry I guess I was not clear on my first post, but I am

Re: [Flashcoders] FPS question

2009-03-31 Thread Karl DeSaulniers
Like a true 30fps no matter what the stream Sent from losPhone On Mar 31, 2009, at 1:54 PM, Karl DeSaulniers k...@designdrumm.com wrote: Close. I am trying to basically see if I can control how fast my movie plays according to the type of stream it is receiving. If slow on bandwidth

Re: [Flashcoders] free lynda AS3 videos in safaribooks online through the Toronto public library

2009-03-30 Thread Karl DeSaulniers
Ok here is a new one. Is there a way to control the way your swf plays according to the bandwidth it's getting? For eg: control how fast FPS your movie plays according to the stream of info it's getting from the server? If the stream is low play fast and if the stream is good then play

Re: [Flashcoders] Pixel recognition?

2009-03-29 Thread Karl DeSaulniers
Your not alone burning the late night pixels. Thanks for your response, this is a good idea. Then you can get some kind of value that will translate to a function. H.. very interesting. Thanks for the links too. gnight Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 29, 2009

Re: [Flashcoders] Pixel recognition?

2009-03-29 Thread Karl DeSaulniers
... yikes, I told you I was tired This might be a little more helpful. http://www.easyrgb.com/index.php?X=MATHH=20#text20 Karl DeSaulniers wrote: Your not alone burning the late night pixels. Thanks for your response, this is a good idea. Then you can get some kind of value

Re: [Flashcoders] Pixel recognition?

2009-03-29 Thread Karl DeSaulniers
Wow, Thank you oo so much. I hope it hasn't been too much trouble, but I really appreciate the help. Best Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 29, 2009, at 6:21 AM, Anthony Pace wrote: http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/ wwhelp.htm

Re: [Flashcoders] Pixel recognition?

2009-03-29 Thread Karl DeSaulniers
I actially wanted to get the density. How dark and how light. Not necessarily black and white. Dark color or light color. I also don't want to convert any images. Now if it takes converting the image to calculate, then the user can never see this conversion of the photo. Just the

Re: [Flashcoders] Pixel recognition?

2009-03-29 Thread Karl DeSaulniers
2009/3/29 Karl DeSaulniers k...@designdrumm.com Wow, Thank you oo so much. I hope it hasn't been too much trouble, but I really appreciate the help. Best Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 29, 2009, at 6:21 AM, Anthony Pace wrote: http://livedocs.adobe.com/flash/8

Re: [Flashcoders] Full screen mode and KeyboardEvents

2009-03-29 Thread Karl DeSaulniers
You could maybe build a virtual keyboard in flash that interacts with key commands. Just a thought. Sent from losPhone On Mar 29, 2009, at 7:27 PM, Carl Welch carlwelchdes...@gmail.com wrote: sheesh. Instead of removing features, I wish they would have built in a warning message telling

Re: [Flashcoders] Pixel recognition?

2009-03-29 Thread Karl DeSaulniers
method of the player, instead of Actionscript code. Cheers Juan Pablo Califano 2009/3/29 Karl DeSaulniers k...@designdrumm.com I actially wanted to get the density. How dark and how light. Not necessarily black and white. Dark color or light color. I also don't want to convert any images. Now

Re: [Flashcoders] Full screen mode and KeyboardEvents

2009-03-29 Thread Karl DeSaulniers
Sorry I think I just told you to do what you have already done. Didn't see earlier message. Sent from losPhone On Mar 29, 2009, at 8:18 PM, Karl DeSaulniers k...@designdrumm.com wrote: You could maybe build a virtual keyboard in flash that interacts with key commands. Just a thought

Re: [Flashcoders] do we still have to check to see if loaded 10bytes?

2009-03-28 Thread Karl DeSaulniers
contents are changed on the fly and I dont know enough code to make it work. I need to go back to school evidently. But thanks for the response. I'll let you know if I FINALLY get it. Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 24, 2009, at 6:15 PM, Muzak wrote: Not sure, my AS2

Re: [Flashcoders] AS3 Object reference

2009-03-28 Thread Karl DeSaulniers
I am not at my computer, so that is just a guess. :) Sent from losPhone On Mar 28, 2009, at 8:09 PM, TS sunnrun...@gmail.com wrote: Trying to cylec through some objects. This doesn't seem to work in AS3 as it does in AS2. Is there an equivalent in AS3? photoStrip_mc[thumbnail + i +

Re: [Flashcoders] AS3 Object reference

2009-03-28 Thread Karl DeSaulniers
Try this: photoStrip_mc[thumbnail + I]_mc._width Sent from losPhone On Mar 28, 2009, at 8:09 PM, TS sunnrun...@gmail.com wrote: Trying to cylec through some objects. This doesn't seem to work in AS3 as it does in AS2. Is there an equivalent in AS3? photoStrip_mc[thumbnail + i +

Re: [Flashcoders] AS3 Object reference

2009-03-28 Thread Karl DeSaulniers
Or you could try photoStrip_mc.thumbnail[I]_mc._width Sent from losPhone On Mar 28, 2009, at 8:09 PM, TS sunnrun...@gmail.com wrote: Trying to cylec through some objects. This doesn't seem to work in AS3 as it does in AS2. Is there an equivalent in AS3? photoStrip_mc[thumbnail + i +

Re: [Flashcoders] do we still have to check to see if loaded 10 bytes?

2009-03-24 Thread Karl DeSaulniers
and evidently I havent taught myself enough. : | Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 24, 2009, at 11:41 AM, Muzak wrote: In AS3 you usually listen for the complete event, which is triggered when loading is completed. regards, Muzak - Original Message - From

Re: [Flashcoders] do we still have to check to see if loaded 10bytes?

2009-03-24 Thread Karl DeSaulniers
://www.martijndevisser.com/download/ImageLoader.as regards, Muzak - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, March 24, 2009 5:50 PM Subject: Re: [Flashcoders] do we still have to check to see if loaded 10bytes

Re: [Flashcoders] do we still have to check to see if loaded 10bytes?

2009-03-24 Thread Karl DeSaulniers
loader:ImageLoader = new ImageLoader(); loader.addListener(this); loader.loadImage( some_image.jpg, image_mc ); regards, Muzak - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, March 24, 2009 9:19 PM

<    4   5   6   7   8   9