Re: [Flashcoders] Just a quick one

2009-04-24 Thread Karl DeSaulniers
uot;Karl DeSaulniers" To: "Flash Coders List" 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 progra

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Muzak
uot; To: "Flash Coders List" 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 exten

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Karl DeSaulniers
o Bolt (CF editor). regards, Muzak - Original Message - From: "Anthony Pace" > To: "Flash Coders List" 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 and great for as3; yet

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Muzak
runs smooth as butter. I'm personally very happy with FlexBuilder (and Eclipse in general) and look forward to Bolt (CF editor). regards, Muzak - Original Message - From: "Anthony Pace" To: "Flash Coders List" Sent: Saturday, April 18, 2009 8:55 PM Subject:

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 o

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 editin

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" > 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 would recommend you switch cod

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 gett

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

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 Karl DeSaulniers
I am using martijndevsser ImageLoader Sent from losPhone On Apr 17, 2009, at 4:41 AM, Ian Thomas 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 contentLoaderInfo on the instanc

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" > 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 Services Solutions Development

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 - joi

Re: [Flashcoders] Just a quick one

2009-04-17 Thread Ashim D'Silva
If you're using Loader to load images, both w&h 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 w&h of the resulting bitmap data, that'

Re: [Flashcoders] Just a quick one

2009-04-17 Thread Ian Thomas
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 contentLoaderInfo on the instance of your Loader class. Documentation here: http://livedocs.adobe.com/flex/3/langref/flash/display/Loader.html#c

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 myLoader.con

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 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 width and heigth