RE: [Flashcoders] Publish transparent .gif file in AS3

2009-12-10 Thread David Hunter
i think you'll need a server-side script like php to do that. google it, there should be plenty of examples. best, david. From: sume...@sebiz.net To: flashcoders@chattyfig.figleaf.com Date: Thu, 10 Dec 2009 11:48:10 +0530 Subject: [Flashcoders] Publish transparent .gif file in AS3 Hi

Re: [Flashcoders] Publish transparent .gif file in AS3

2009-12-10 Thread Henrik Andersson
Sumeet Kumar wrote: Hi All, Is there any way by which i can publish the image in as3? Check out the as3corelib library, it is from Adobe, open source and has some imageformat encoders. It has jpeg encoding and png encoding among other formats. I am not sure about gif, but png is better

RE: [Flashcoders] Publish transparent .gif file in AS3

2009-12-10 Thread David Hunter
Henrik, good shout mentioning that library. i've used it before but does it produce an _actual_ image or just a byte array that then requires some other script to write that as a file to a server or for download etc? forgive me, i've only played with the library once. thanks Date: Thu, 10

Re: [Flashcoders] Publish transparent .gif file in AS3

2009-12-10 Thread Henrik Andersson
David Hunter wrote: Henrik, good shout mentioning that library. i've used it before but does it produce an _actual_ image or just a byte array that then requires some other script to write that as a file to a server or for download etc? forgive me, i've only played with the library once.

RE: [Flashcoders] Publish transparent .gif file in AS3

2009-12-10 Thread David Hunter
thanks Henrik, i'm going to do some experiments. Date: Thu, 10 Dec 2009 12:10:37 +0100 From: he...@henke37.cjb.net To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Publish transparent .gif file in AS3 David Hunter wrote: Henrik, good shout mentioning that library. i've

[Flashcoders] .fla in Flex/Flash builder

2009-12-10 Thread ktt
Hello, I have .fla file with numerous .swf elements in library and I would like to switch to Flex/Flash builder. Shoul I convert all elements to swc manualy or there is other possible solution? Thank you in advance, Ktt ___ Flashcoders

Re: [Flashcoders] .fla in Flex/Flash builder

2009-12-10 Thread allandt bik-elliott (thefieldcomic.com)
you can embed swf files into a flex app check this out http://livedocs.adobe.com/flex/3/html/help.html?content=embed_4.html#175759 http://livedocs.adobe.com/flex/3/html/help.html?content=embed_4.html#175759 best ax On Thu, Dec 10, 2009 at 2:53 PM, ktt kestuti...@yahoo.com wrote: Hello, I

Re: [Flashcoders] .fla in Flex/Flash builder

2009-12-10 Thread Glen Pike
ktt wrote: Hello, I have .fla file with numerous .swf elements in library and I would like to switch to Flex/Flash builder. Shoul I convert all elements to swc manualy or there is other possible solution? Thank you in advance, Ktt ___

Re: [Flashcoders] .fla in Flex/Flash builder

2009-12-10 Thread Henrik Andersson
ktt wrote: Hello, I have .fla file with numerous .swf elements in library and I would like to switch to Flex/Flash builder. Shoul I convert all elements to swc manualy or there is other possible solution? If you are not in a hurry and can wait for it, there is CS 5 that will have much

Re: [Flashcoders] Publish transparent .gif file in AS3

2009-12-10 Thread Henrik Andersson
David Hunter wrote: hi Hendrik, are you on CS4? i'm still on CS3. the FileReference.download() method allows for URLRequests not bytearrays. in CS4 there is a save() method which allows you to pass bytearrays. is that what you mean or am i missing a trick with download() and URLRequest? it

RE: [Flashcoders] Publish transparent .gif file in AS3

2009-12-10 Thread David Hunter
hi Hendrik, are you on CS4? i'm still on CS3. the FileReference.download() method allows for URLRequests not bytearrays. in CS4 there is a save() method which allows you to pass bytearrays. is that what you mean or am i missing a trick with download() and URLRequest? it states that i can't use

Re: [SPAM] Re: [Flashcoders] Delivering a flah christmas card by email

2009-12-10 Thread John R. Sweeney Jr
So many companies now block unsolicited attachments with firewalls, spam blockers, virus protection, etc., the link is your best bet. Then the user makes the decision whether or not to see the card not the email police. :) Good luck, John on 12/9/09 9:37 PM, Paul Andrews at p...@ipauland.com

RE: [Flashcoders] Publish transparent .gif file in AS3

2009-12-10 Thread David Hunter
thanks. all the more reason to upgrade! Date: Thu, 10 Dec 2009 17:35:08 +0100 From: he...@henke37.cjb.net To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Publish transparent .gif file in AS3 David Hunter wrote: hi Hendrik, are you on CS4? i'm still on CS3. the

[Flashcoders] Why doesn't Enter key work on focused button?

2009-12-10 Thread Alan Neilsen
I found the following code (in a forum) which makes my Tab order work the way I want, but I thought when a button had focus (yellow box around it and showing rollover state), the Enter key would then execute the code on that button (as if it were clicked), but this does not happen. The Enter

Re: [Flashcoders] Why doesn't Enter key work on focused button?

2009-12-10 Thread Karl DeSaulniers
Yes you need to add a listener that listens for the Enter key to be pressed and then you have it execute your code. Karl On Dec 10, 2009, at 4:28 PM, Alan Neilsen wrote: I found the following code (in a forum) which makes my Tab order work the way I want, but I thought when a button had

Re: [Flashcoders] Why doesn't Enter key work on focused button?

2009-12-10 Thread Karl DeSaulniers
You may need to change your function fnClick to be just an Event paramiter and not specifically a MouseEvent. JAT Karl On Dec 10, 2009, at 4:41 PM, Karl DeSaulniers wrote: Yes you need to add a listener that listens for the Enter key to be pressed and then you have it execute your code.

RE: [Flashcoders] as3 to iphone app

2009-12-10 Thread David Hunter
bit of an old thread but thought people might like to check out lee brimelow's new video (in case you hadn't seen it) showing you a quick demo on how to make an iphone app in flash CS5:http://www.gotoandlearn.com/play?id=116 best, david. Date: Thu, 5 Nov 2009 13:13:50 -0500 From:

Re: [Flashcoders] as3 to iphone app

2009-12-10 Thread Karl DeSaulniers
Did I hear correctly? Your personally created IPhone app (if exported AdHoc) can only be installed on up to 100 IPhones??? Karl On Dec 10, 2009, at 7:13 PM, David Hunter wrote: bit of an old thread but thought people might like to check out lee brimelow's new video (in case you hadn't

Re: [Flashcoders] Publish transparent .gif file in AS3

2009-12-10 Thread Sumeet Kumar
Thanks for your replies. I got lot of links using which i can publish jpeg and png images, but nothing for gifCan you please send me some link in reference to this. Thanks again. Sumeet Kumar - Original Message - From: David Hunter davehunte...@hotmail.com To: