[flexcoders] resizing an image with actionscript/flex 2

2006-10-17 Thread duccio del ministro
Hi all, i'm devoloping an application that has an image uploader. I'm wondering if there is a way to resize an image (jpg) before uploading to the server. Any examples or suggests? Thanks in advance best reagrds Duccio Del Ministro -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] resizing an image with actionscript/flex 2

2006-10-17 Thread duccio del ministro
Hi all, i'm devoloping a flex application that has an image uploader. I'm wondering if there is a way to resize an image (jpg) before uploading to the server. Any examples or suggests? Thanks in advance best reagrds Duccio Del Ministro -- Flexcoders Mailing List FAQ: http://groups.yahoo.com

Re: [flexcoders] resizing an image with actionscript/flex 2

2006-10-17 Thread duccio del ministro
. regards, Muzak - Original Message - From: duccio del ministro [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 17, 2006 9:26 AM Subject: [flexcoders] resizing an image with actionscript/flex 2 Hi all, i'm devoloping an application that has an image uploader. I'm

Re: Re: [flexcoders] integrating map24 maps with FLEX2

2006-08-07 Thread duccio del ministro
, Michael Hansen [EMAIL PROTECTED] wrote: You could use an iframe solution. Google around for iframe and flex2... I've seen seen a sample somewhere out there. cheers -michael On 7/28/06, duccio del ministro [EMAIL PROTECTED] wrote: Thanks Rich but yahoo maps don't have road

Re: [flexcoders] integrating map24 maps with FLEX2

2006-07-28 Thread duccio del ministro
support Flash and Flex 1.5 and should have Fle 2 support soon. In the mean time you can use localconnection to speak to your Flash 8 map from Flex 2. This is how I accomplished mapping at StatPods.com Rich On 7/27/06, duccio del ministro [EMAIL PROTECTED] wrote: Does anyone have any experience

[flexcoders] integrating map24 maps with FLEX2

2006-07-27 Thread duccio del ministro
a complex flex layout? Thanks in advance Duccio -- 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 Links * To visit your group on the web, go to: http

[flexcoders] alpha for headers

2005-08-01 Thread Duccio Del Ministro
Can i change the background alpha for a panel and an accordion header? The flex style explorer example doesn't show how to do it but it has nice transparent panel headers (with glass looking shadow). How did they do it? Thanks in advance Duccio Del Ministro

RE: [flexcoders] Alex Uhlmann: Rotation class help

2005-05-06 Thread Duccio Del Ministro
Thanks Alex. Regards Duccio Del Ministro --- Alex Uhlmann [EMAIL PROTECTED] ha scritto: - Hi Duccio, As you said, your component is centered around 0,0. For your effect to work properly, you need to simulate the registration point with modifying the x and y

[flexcoders] constructor properties

2005-05-05 Thread Duccio
mx.controls.Image; class MyImage extends Image{ private var myWidth:Number; private var myHeight:Number;public function MyImage(myWidth:Number, myHeight:Number){myWidth=myWidth; myHeight=myHeight;_alpha=80;} } Thanks for your help Duccio Del Ministro Yahoo! Groups Links To visit your group

[flexcoders] Alex Uhlmann: Rotation class help

2005-05-05 Thread Duccio
the centreof rotation. I 'd like also to thank you again for your great work!!! Below there'sthe interested code... Best Regards Duccio Del Ministro public function myMouseDownHandler(event) : Void{trace("mouseDown "+ _indice.valueOf()); if (!_selected) {_alpha=100;width+=1; setStyle("

[flexcoders] custom components

2005-05-04 Thread Duccio Del Ministro
Can i use timeline animations in a flash custom component written for flex? Thanks Duccio ___ Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, Giochi, Rubrica… Scaricalo ora! http://it.messenger.yahoo.it Yahoo

[flexcoders] custom components questions

2005-05-03 Thread Duccio Del Ministro
) Can we embed inside a flex action script class a swf's symbol that has timeline based animations (with transictions, effects and actionscript) in it? c) Is there an example of a flex/flash custom component with timeline animations? Thanks Best Regards Duccio Del Ministro

[flexcoders] flash components in flex

2005-04-29 Thread Duccio Del Ministro
Hi all, i have just read the document about Building Rich Internet Applications with Macromedia Flex: A Flash Perspective. Are there any known issues or limitations in using flash components in flex? Do you have more documents links or informations? Thanks in advance Duccio Del Ministro

[flexcoders] problems with dropShadow

2005-04-27 Thread Duccio Del Ministro
bottom); } Well, when the mouseDown event is fired i see the borderSides appear but no changes made by borderColor, backgroundColor, dropShadow, shadowDistance properties. Why? Best Regards Duccio Del Ministro ___ Nuovo Yahoo! Messenger

[flexcoders] syncronizing...

2005-04-26 Thread Duccio Del Ministro
that? Thanks Duccio Del Ministro ___ Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, Giochi, Rubrica… Scaricalo ora! http://it.messenger.yahoo.it Yahoo! Groups Links * To visit your group on the web, go to: http

[flexcoders] using mx.graphics.Rect

2005-04-22 Thread Duccio Del Ministro
a component using Rect class? Is there an example? Thanks Duccio Del Ministro ___ Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, Giochi, Rubrica… Scaricalo ora! http://it.messenger.yahoo.it Yahoo! Groups Links

RE: [flexcoders] using mx.graphics.Rect

2005-04-22 Thread Duccio Del Ministro
Thanks Dirk, i think i'll try with createClassObject method. Best Regards Duccio Del Ministro --- Dirk Eismann [EMAIL PROTECTED] wrote: - Hi, have you tried using another identifier name instead of myBorder? The warning you're getting simpy tells you

Re: [flexcoders] AnimationPackage

2005-04-22 Thread Duccio
Thanks Alex, many thanks for your great work!!! Regards Duccio Del Ministro - Original Message - From: Alex Uhlmann To: flexcoders@yahoogroups.com Sent: Friday, April 22, 2005 9:34 PM Subject: RE: [flexcoders] AnimationPackage Yes. Currently, it's indended

[flexcoders] problem with TileList

2005-04-15 Thread Duccio
Hi, iamstudying the Foto viewer example.I have a problem loading images in a TileList, seems like no image loads. If i use cellRenderer and dataProvider of TileList everything's ok.Here is the source code: Application intialize function initApp() {albumSrv.send(); } function

Re: [flexcoders] problem with TileList

2005-04-15 Thread Duccio
everything's ok. Duccio - Original Message - From: Kristopher Schultz To: flexcoders@yahoogroups.com Sent: Friday, April 15, 2005 5:09 PM Subject: RE: [flexcoders] problem with TileList Duccio, I think the problem is this line: img.load=data.thumb

[flexcoders] full screen panel.

2005-04-13 Thread Duccio Del Ministro
Hi flexcoders, i need some help!!! I'm trying to open a panel or a popup full screen. I've seen some flash sites using full screen mode and i'm wondering if we can do that in flex. Thanks Duccio Del Ministro ___ Nuovo Yahoo! Messenger: E

Re: [flexcoders] full screen panel.

2005-04-13 Thread Duccio Del Ministro
Thanks Manish. Regards Duccio --- Manish Jethani [EMAIL PROTECTED] wrote: - On 4/13/05, Duccio Del Ministro [EMAIL PROTECTED] wrote: I'm trying to open a panel or a popup full screen. I've seen some flash sites using full screen mode and i'm wondering if we

[flexcoders] accessing data from a TitleWindow

2005-04-11 Thread Duccio Del Ministro
to the modal window or do i have to use another HTTPService? Thanks Duccio Del Ministro ___ Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, Giochi, Rubrica… Scaricalo ora! http://it.messenger.yahoo.it Yahoo! Groups Links

[flexcoders] file uploader's news?

2005-04-08 Thread Duccio Del Ministro
Any news from Macromedia regarding file uploader? Regards Duccio Del Ministro ___ Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, Giochi, Rubrica… Scaricalo ora! http://it.messenger.yahoo.it Yahoo! Groups Links

RE: [flexcoders] flex and javascript

2005-04-07 Thread Duccio Del Ministro
FlashObject.setVariable(var, value); Where FlashObject is id/name of Object/Embed tag in HTML -abdul -Original Message- From: Duccio Del Ministro [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 3:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] flex and javascript

RE: [flexcoders] flex and javascript

2005-04-07 Thread Duccio Del Ministro
to release it? Sorry for all that questions but file uploading is really important for the application i'm working on. Thanks Duccio --- Matt Horn [EMAIL PROTECTED] wrote: To answer your other question, there is currently nothing in the Dev Apps book on using JavaScript in Flex. But, for the next

[flexcoders] loading swf files at runtime

2005-04-04 Thread Duccio Del Ministro
Hi, how can i import an swf file that use actionscript classes in Flex? The documentation says that i have to load the swf file at runtime but i have no idea on how to do it. Regards Duccio Del Ministro ___ Nuovo Yahoo! Messenger: E' molto più

[flexcoders] Flex 1.5 price in euro

2005-03-25 Thread Duccio Del Ministro
Hi all, i have another question: why flex pricing starts at $12,000 USD and in euro 14,400 (18,671.84 US Dollar taken from http://www.macromedia.com/software/flex/buy/) Regards Duccio Del Ministro ___ Nuovo Yahoo! Messenger: E' molto più

Re: [flexcoders] Flex 1.5 price in euro

2005-03-25 Thread Duccio Del Ministro
Maybe you don't know that $ 12,000 today are about 9,264.97 euro. That mean about 55% increase. I am sure there is a reason, maybe the costs for the support... Regards Duccio --- Valy Sivec [EMAIL PROTECTED] wrote: I think that VAT has nothing to do with the tag price For each country

Re: [flexcoders] Flex 1.5 price

2005-03-25 Thread Duccio
I totally agree. Regards Duccio - Original Message - From: Dennis Jackson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, March 25, 2005 5:36 PM Subject: Re: [flexcoders] Flex 1.5 price Sounds like laszlo time :) -Original Message- From: Matthew Shirey [EMAIL

guidelines for flex apps

2005-03-11 Thread Duccio Del Ministro
Hi all, is there a document or something about guidelines and standards in devoleping a flex app? I searched in Macromedia site but didn't find anything. Thanks Duccio Del Ministro ___ Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam