Re: [Flashcoders] Just a quick one

2009-04-24 Thread Karl DeSaulniers
flashcoders@chattyfig.figleaf.com Sent: Sunday, April 19, 2009 12:56 AM Subject: Re: [Flashcoders] Just a quick one Thank you all for the great responses. I actually think I have a copy of flex 1 somewhere. LOL But alas my movie is still not working and my programming knowledge extent

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Anthony Pace
Use Flash Develop or Flex Builder Flash develop is free and great for as3; yet, Flex Builder for eclipse, with its insanely high price tag of $249, is better if you want to include capabilities to edit other languages like c++ or java. IMHO they should have just integrated all the code

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Dave Watts
Flash develop is free and great for as3; yet, Flex Builder for eclipse, with its insanely high price tag of $249, is better if you want to include capabilities to edit other languages like c++ or java. Well, I've never used FlashDevelop, but if you just want to write C++ or Java or a bunch of

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Muzak
, 2009 8:55 PM Subject: Re: [Flashcoders] Just a quick one Use Flash Develop or Flex Builder Flash develop is free and great for as3; yet, Flex Builder for eclipse, with its insanely high price tag of $249, is better if you want to include capabilities to edit other languages like c++ or java

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Karl DeSaulniers
editor). regards, Muzak - Original Message - From: Anthony Pace anthony.p...@utoronto.ca To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Saturday, April 18, 2009 8:55 PM Subject: Re: [Flashcoders] Just a quick one Use Flash Develop or Flex Builder Flash develop is free

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Muzak
@chattyfig.figleaf.com Sent: Sunday, April 19, 2009 12:56 AM Subject: Re: [Flashcoders] Just a quick one Thank you all for the great responses. I actually think I have a copy of flex 1 somewhere. LOL But alas my movie is still not working and my programming knowledge extent at this time is as2 based

Re: [Flashcoders] Just a quick one

2009-04-17 Thread Ian Thomas
myLoader.contentLoaderInfo.width myLoader.contentLoaderInfo.height HTH, Ian On Fri, Apr 17, 2009 at 6:09 AM, Karl DeSaulniers k...@designdrumm.com wrote: Hello all, Quick question. I am using a loader class to load some preview images and I am trying to make a couple of variables eq the

Re: [Flashcoders] Just a quick one

2009-04-17 Thread Karl DeSaulniers
That looked like it was going to work. Thanks for your response. It just told me there was no property called contentLoaderInfo in my class file. Karl DeSaulniers Design Drumm http://designdrumm.com On Apr 17, 2009, at 3:21 AM, Ian Thomas wrote: myLoader.contentLoaderInfo.width

Re: [Flashcoders] Just a quick one

2009-04-17 Thread Ashim D'Silva
If you're using Loader to load images, both wh of the image itself and that of the Loader should be the same. Sometime however, I do like taking out the data if I'm going to play with it at bitmapData level. Bitmap(loader.content).bitmapData If you get the wh of the resulting bitmap data, that's

RE: [Flashcoders] Just a quick one

2009-04-17 Thread Merrill, Jason
It just told me there was no property called contentLoaderInfo in my class file. What Actionscript editor are you using? Jason Merrill Bank of America Global Learning Shared Services Solutions Development Monthly meetings on the Adobe Flash platform for rich media experiences - join

Re: [Flashcoders] Just a quick one

2009-04-17 Thread Karl DeSaulniers
Cs3 Sent from losPhone On Apr 17, 2009, at 8:19 AM, Merrill, Jason jason.merr...@bankofamerica.com wrote: It just told me there was no property called contentLoaderInfo in my class file. What Actionscript editor are you using? Jason Merrill Bank of America Global Learning Shared

Re: [Flashcoders] Just a quick one

2009-04-17 Thread Karl DeSaulniers
I am using martijndevsser ImageLoader Sent from losPhone On Apr 17, 2009, at 4:41 AM, Ian Thomas i...@eirias.net wrote: Let's try that again - perhaps I wasn't clear. I'm assuming - from your first email - you're using a flash.display.Loader? Look for the property called

Re: [Flashcoders] Just a quick one

2009-04-17 Thread Ian Thomas
Karl, Some more information up front would have helped - I was assuming you were using the Loader class in AS3, whereas it looks like you're using a third-party ImageLoader class in AS2! Really difficult to answer the question without knowing that! Looking at Martijn's source-code, it looks a

RE: [Flashcoders] Just a quick one

2009-04-17 Thread Merrill, Jason
It just told me there was no property called contentLoaderInfo in my class file. What Actionscript editor are you using? Cs3 That could be why. I would recommend you switch coding over to an editor with better code hinting and other capabilities like the FlashDevleop, which is a free

Re: [Flashcoders] Just a quick one

2009-04-17 Thread Karl DeSaulniers
Sry about the up front info. I have tried using a blank movieClip, but it still doesn't work. The issue I think is that the class creates an MC called raw to load the bitmap data and then deletes it to create img where it draws the bitmap for smoothing. Some where between, I am not getting

Re: [Flashcoders] Just a quick one

2009-04-17 Thread Karl DeSaulniers
What about sepy? I'm on a mac. Sent from losPhone On Apr 17, 2009, at 12:29 PM, Merrill, Jason jason.merr...@bankofamerica.com wrote: It just told me there was no property called contentLoaderInfo in my class file. What Actionscript editor are you using? Cs3 That could be why. I

[Flashcoders] Just a quick one

2009-04-16 Thread Karl DeSaulniers
Hello all, Quick question. I am using a loader class to load some preview images and I am trying to make a couple of variables eq the width and heigth of the preview once the class is done actually loading the image. I am running into a snag with the variables eq the holder MCs width and