[flexcoders] effects and rotation

2006-02-02 Thread sdhfhdgs
is it possible to rotate a label, say 90 degrees using a effect or some other means in flex. if so, how? I dont just want the text to go down like this D O N T W A N T I want the text to be rotated as well. thanks -- Flexcoders Mailing List FAQ:

[flexcoders] Re: correct getURL settings

2006-02-01 Thread sdhfhdgs
Cheers that worked a treat. image.source = http://localhost:/myapp/;; That should do it. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups

[flexcoders] correct getURL settings

2006-01-31 Thread sdhfhdgs
If i was to want a picture to get returned from a servlet, what sort of call do I need to make. If i do the following the image will appear in the window (IE) by itself. I want to assign it to the image which is in a mxml file. image.source = getURL(http://localhost:/myapp/; , _self );

[flexcoders] Re: getting an image from java

2006-01-30 Thread sdhfhdgs
to set some sort of config file, or would it be in the actual function that returns the image. --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 1/27/06, sdhfhdgs [EMAIL PROTECTED] wrote: How do you get an Image from java to flex. In your Java servlet, write

[flexcoders] getting an image from java

2006-01-27 Thread sdhfhdgs
is it possible to get an image from java to flex (jpg or png). I've created an image at run time in java and I then wish to use it in my flex app. saving the image from java, then loading it in from the flex side once it has been saved is not an option. cheers -- Flexcoders Mailing List

[flexcoders] Re: getting an image from java

2006-01-27 Thread sdhfhdgs
--- In flexcoders@yahoogroups.com, sdhfhdgs [EMAIL PROTECTED] wrote: is it possible to get an image from java to flex (jpg or png). I've created an image at run time in java and I then wish to use it in my flex app. saving the image from java, then loading it in from the flex side once