Re: [Flashcoders] iOS picker component for AIR

2012-06-19 Thread Sidney de Koning
Hi Ivan, Thanks for your reply, but i actually meant an different kind of picker. More along the lines of iOS native date picker component: http://www.techotopia.com/images/8/88/Ios_4_date_picker.jpg Thoughts anyone? Best, Sid -- Sidney de Koning - Be a geek, rockstar style! Read my blog

Re: [Flashcoders] iOS picker component for AIR

2012-06-19 Thread Sidney de Koning
with little success. I would find it very hard to believe that a AS3 based alternative will work smoothly, given the performance issues apparent in much simpler things in Flash iOS. On Tue, Jun 19, 2012 at 2:25 PM, Sidney de Koning sid...@funky-monkey.nl (mailto:sid...@funky-monkey.nl)wrote

[Flashcoders] iOS picker component for AIR

2012-06-15 Thread Sidney de Koning
need need a picker component? And what are your thoughts on this? Best, Sidney -- Sidney de Koning - Be a geek, rockstar style! Read my blog: http://www.funky-monkey.nl (http://www.funky-monkey.nl/blog/) ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Converting a flash game to facebook app

2012-05-30 Thread Sidney de Koning
to speed in no time. Last week i implemented Facebook oAuth in a mobile AIR app with this API and it cost me about 3 hours to go from start to finish. (Up until last week i was also a dinosaur in the Facebook arena ;-) ) Hope this helps you :) Sidney -- Sidney de Koning - Be a geek, rockstar

Re: [Flashcoders] AIR Screensaver?

2012-03-12 Thread Sidney de Koning
in a good direction, Best, Sidney -- Sidney de Koning - Be a geek, rockstar style! Read my blog: http://www.funky-monkey.nl (http://www.funky-monkey.nl/blog/) On Monday 12 March 2012 Week 11 at 23:58, David Hunter wrote: Hi All, Anyone have any advice on making screensavers from Flash? I

Re: [Flashcoders] Flash Platform roadmap released - time to start learning HTML 5 unless you make games.

2012-02-23 Thread Sidney de Koning | Funky Monkey Studio
Why don't you write a ANE for it? :) That's what they are for :) -- Sidney de Koning | Funky Monkey Studio Who am I and what do I do? http://about.me/sidneydekoning Read my blog: http://www.funky-monkey.nl (http://www.funky-monkey.nl/blog/) On Thursday, February 23, 2012 at 5:37 PM, Kevin

Re: [Flashcoders] Spotify AS3 lib?

2011-08-11 Thread Sidney de Koning | Funky Monkey Studio
can put it up at Github? Let me know, Sidney de Koning -- *Sidney de Koning* - *If you're not prepared to be wrong, you'll never come up with something original* *Who am I? http://about.me/sidneydekoning* *Just Funky Mobile Apps: http://www.justfunky.com/*** Beyond just the search but playback

Re: [Flashcoders] Spotify AS3 lib?

2011-08-11 Thread Sidney de Koning | Funky Monkey Studio
On Thu, Aug 11, 2011 at 3:48 PM, Sidney de Koning | Funky Monkey Studio sid...@funky-monkey.nl wrote: Hi Eric, I've had contact with spotify about this; the wont release anything because it exposes their databases and it all comes down to copyright issues. I have also created a Spotify AS3

[Flashcoders] Calling an element in an Array as an Class

2011-02-11 Thread Sidney de Koning - Funky Monkey Studios
); } } } I need some help (the code rather than me) because when i do: var carImage:Bitmap = CarAssets.getAsset( _index ); it fails. Or does anybody know a better method? Cheers, Sidney -- Sidney de Koning - If you're not prepared to be wrong, you'll never come up with something original Flash / AIR

RE: [Flashcoders] Calling an element in an Array as an Class

2011-02-11 Thread Sidney de Koning - Funky Monkey Studios
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Sidney de Koning - If you're not prepared to be wrong, you'll never come up with something original Flash / AIR Developer @ www.funky-monkey.nl Actionscript 3 Teacher @ www.sae.nl Technical Writer @ www.insideria.com Blogger @ www.funky-monkey.nl

Re: [Flashcoders] Calling an element in an Array as an Class

2011-02-11 Thread Sidney de Koning - Funky Monkey Studios
() { addChild(getAsset(PRO_CAR)); addChild(getAsset(PRO_CAR2)); } } Am 11.02.2011 15:30, schrieb Sidney de Koning - Funky Monkey Studios: public static function getAsset( index:uint ):Bitmap { return Bitmap( new ALL_CARS[index]() as Class

Re: [Flashcoders] getPixel32 - get alpha value

2010-11-03 Thread Sidney de Koning - Funky Monkey Studios
All - anyone can point me in the right direction to get the alpha component of getPixel32 ? Thanks Karim ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Sidney de

Re: [Flashcoders] Detect iPhone version

2010-10-07 Thread Sidney de Koning - Funky Monkey Studios
. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Sidney de Koning - If you're not prepared to be wrong, you'll never come up with something original Flash / AIR Developer

Re: [Flashcoders] spacing horizontal dynamic xml menu textfields

2009-08-26 Thread Sidney de Koning
...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Sidney de Koning - Funky Monkey Studios Sent: 25 August 2009 16:44 To: Flash Coders List Subject: RE: [Flashcoders] spacing horizontal dynamic xml menu textfields He Thomas, This stuff can be a bit difficult

Re: [Flashcoders] spacing horizontal dynamic xml menu textfields

2009-08-25 Thread Sidney de Koning
Hi Thomas, Try to do something like this and adjust it to your own needs; // When you are in a for loop, create new items and and try to measure the height of an item. // And position items vertically.You need to remember the previous item, the fastest way to do this is to have a runningY

Re: [Flashcoders] spacing horizontal dynamic xml menu textfields

2009-08-25 Thread Sidney de Koning
then? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Sidney de Koning Sent: 25 August 2009 14:22 To: Flash Coders List Subject: Re: [Flashcoders] spacing horizontal dynamic xml menu textfields Hi

RE: [Flashcoders] spacing horizontal dynamic xml menu textfields

2009-08-25 Thread Sidney de Koning - Funky Monkey Studios
who dare to fail greatly can ever achieve greatly. - Robert F. Kennedy -- Sidney de Koning | Flash Developer/Creative Soul/Multimedialist Funky Monkey Studios | Van Ostadestraat 286 HS | 1073 TW | Amsterdam | e:sid...@funky-monkey.nl | tel: +31(06)24 548336 | fax: +31 (0)84 747 7288

RE: [Flashcoders] spacing horizontal dynamic xml menu textfields

2009-08-25 Thread Sidney de Koning - Funky Monkey Studios
: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Sidney de Koning - Funky Monkey Studios Sent: 25 August 2009 15:52 To: Flash Coders List Subject: RE: [Flashcoders] spacing horizontal dynamic xml menu textfields No problem :) This is using AS3

Re: [Flashcoders] Duplicate multiple lines in FlashDevelop?

2009-08-18 Thread Sidney de Koning
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com 3GB free storage you can sync with your mobile device or Mac or PC. Check out https

Re: [Flashcoders] Duplicate multiple lines in FlashDevelop?

2009-08-18 Thread Sidney de Koning
Oh shiite ... on a mac its CMD :-) On Aug 18, 2009, at 5:49 PM, Kenneth Kawamoto wrote: No, it won't work on Macs ;) Kenneth Kawamoto http://www.materiaprima.co.uk/ Sidney de Koning wrote: Yeah it is, they call it copy-pasting ;-) The key command is CTRL-C to copy and CTRL-V to paste

Re: [Flashcoders] bookmarking a dynamic flash page

2009-08-06 Thread Sidney de Koning
/flashcoders Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com 3GB free storage you can sync with your mobile device or Mac or PC. Check out https://www.getdropbox.com/referrals/NTI1MjcxMzk

Re: [Flashcoders] Playing an encrypted f4v

2009-07-14 Thread Sidney de Koning
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com ___ Flashcoders mailing list

Re: [Flashcoders] understanding a simpe statement 2

2009-07-13 Thread Sidney de Koning
Hi Isaac, This will help you: http://snipplr.com/view/15019/shorthand-code-for-assigning-a-value/ Cheers, Sidney de Koning On Jul 13, 2009, at 4:06 PM, Isaac Alves wrote: I would like to understand that one too: maxH = maxH == 0 ? maxW : maxH; Thanks

Re: [Flashcoders] Error #1009 shows randomly

2009-06-30 Thread Sidney de Koning
Hi Isaac, As far as i can see it that you took off the P when going through the code, since it gives an error that it canot find local.display:rimaryButton on frame 7. Try looking there, maybee you changed the linkage identifier or the classname. HTH, Sidney de Koning On Jun 30, 2009

Re: [Flashcoders] Audio Player play/pause state: PLEASE HELP

2009-06-05 Thread Sidney de Koning
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Need beta testers!

2009-06-02 Thread Sidney de Koning
AM, Sidney de Koning wrote: Hi List, I have created a very simple PLS parser (playlist file, used in Winamp and other programs) for AIR. And would like to invite people to use it and give me feedback, code wise, structure wise, best way/different way to parse files, comments, suggestions

[Flashcoders] Need beta testers!

2009-05-27 Thread Sidney de Koning
with this? You can listen to radio streams in AIR. So if there is somebody who would like to test this, check out the source at http://code.google.com/p/as3plsreader Hoping for some reactions, both bad and good, Sid Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky

Re: [Flashcoders] regex in switch statement

2009-05-15 Thread Sidney de Koning
Hi MM, I think its better practice to define that regex in a variable and switch on that variable. HTH, Sidney de Koning On May 15, 2009, at 2:12 PM, Mendelsohn, Michael wrote: Hi list... Is it possible to use a regular expression as a case in a switch statement? I've been searching

[Flashcoders] PSD Parser thumbs and metadata; who asked?

2009-05-11 Thread Sidney de Koning
Hi List, Cant remember who asked but last week orso somebody about a PSD Parser and metadata getting thumbs out. Been looking around the libspark project: http://www.libspark.org/svn/as3/PSDParser/ They have a plethora of fantastic projects, worth taking a look. Have fun! Sid Sidney de

Re: [Flashcoders] File access

2009-05-07 Thread Sidney de Koning
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com ___ Flashcoders mailing list

Re: [Flashcoders] What's the dollar symbol for?

2009-05-05 Thread Sidney de Koning
Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Conditional statement in [Embed(source=... tag

2009-04-28 Thread Sidney de Koning
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com ___ Flashcoders mailing list

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Sidney de Koning
- From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 21, 2009 4:49 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Hi Muzak, And when you trace out you do get the contents of the file? Sid

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Sidney de Koning
DeSaulniers Design Drumm http://designdrumm.com On Apr 22, 2009, at 2:44 AM, Sidney de Koning wrote: No i cant use XML since eventually it will be a PLS file (Winamp Shoutcast), I wrote a library that parses a PLS file (Playlist file from Winamp Shoutcast server) (http://code.google.com/p

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Sidney de Koning
); fs.close(); } - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 22, 2009 9:44 AM Subject: Re: [Flashcoders] Loading string data in a file from a server No i cant use XML since eventually

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Sidney de Koning
to their application. /quote To get to the application storage directory rather than the desktop, in the above example, use: var f:File = File.applicationStorageDirectory; regards, Muzak - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Sidney de Koning
Anybody? I just want to know how to load an file from a server that holds string data (xml or txt file) without getting the 2032 error. Please help, Sid On Apr 20, 2009, at 4:14 PM, Sidney de Koning wrote: Hi List, I want to load textfile from my own server from an AIR app but i keep

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Sidney de Koning
Hi Muzak, And when you trace out you do get the contents of the file? Sid On Apr 21, 2009, at 4:38 PM, Muzak wrote: Works fine here (Flex+Air). - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Sidney de Koning
If it does work, my question becomes something different; How do i convert the loaded in data (one big string) to a File object ? Greet Sidney On Apr 21, 2009, at 4:38 PM, Muzak wrote: Works fine here (Flex+Air). - Original Message - From: Sidney de Koning sid...@funky-monkey.nl

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Sidney de Koning
here (Flex+Air). - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 21, 2009 3:41 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Anybody? I just want to know how

[Flashcoders] Loading string data in a file from a server

2009-04-20 Thread Sidney de Koning
) } function onIOError(evt:IOErrorEvent):void { trace( evt.text) } function onSecurityError(evt:SecurityErrorEvent):void { trace( evt.text ) } Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com

[Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Sidney de Koning
? And more specifically; what datatype is the fastest. Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Sidney de Koning
). regards, Muzak - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Monday, March 30, 2009 12:05 PM Subject: [Flashcoders] Best data type for Zend AMF Hi List, I'm using Zend AMF, and i'd like to know what

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Sidney de Koning
://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Converting hex colour numbers back and forth

2009-02-10 Thread Sidney de Koning
://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky

[RESOLVED] : [Flashcoders] Re: Flash CS3 DataGrid wordWraping in a cell

2009-02-06 Thread Sidney de Koning
de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Flash CS3 DataGrid wordWraping in a cell

2009-02-05 Thread Sidney de Koning
Flex). If it is possible, can sombody please tell me how... Thanks in advance, Sid Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com ___ Flashcoders mailing list

Re: [Flashcoders] This is kind of Wonderfl

2009-02-02 Thread Sidney de Koning
/flashcoders Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] Components for Touchscreen

2009-01-30 Thread Sidney de Koning
component types - drag / throw type components, etc. Thanks Glen ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning - be a geek, in rockstar style! Flash / AIR

Re: [Flashcoders] [AS in general] Question corcerning a math formula

2009-01-27 Thread Sidney de Koning
who knows how to make the formula add a 0? Best regards, Jim ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning - be a geek, in rockstar style! Flash / AIR Developer

Re: [Flashcoders] [AS in general] Question corcerning a math formula

2009-01-27 Thread Sidney de Koning
, is there any alternative for that? Best regards, Jim On Tue, Jan 27, 2009 at 9:53 AM, Sidney de Koning sid...@funky-monkey.nl wrote: Hi Jim, In the Number class there is are a couple of functions to help you. You want a function called toFixed(). so if you do Number(total).toFixed(2); You get

Re: [Flashcoders] [AS in general] Question corcerning a math formula

2009-01-27 Thread Sidney de Koning
snap, i need it for AS2, is there any alternative for that? Best regards, Jim On Tue, Jan 27, 2009 at 9:53 AM, Sidney de Koning sid...@funky-monkey.nl wrote: Hi Jim, In the Number class there is are a couple of functions to help you. You want a function called toFixed(). so if you do Number

Re: [Flashcoders] [AS in general] Question corcerning a math formula

2009-01-27 Thread Sidney de Koning
; } else if (cash[cash.length - 1].length == 1) { total+= 0; } It's doing the job. On Tue, Jan 27, 2009 at 12:14 PM, Sidney de Koning sid...@funky-monkey.nl wrote: Oh Allandt i misread, sorry. Yes flash does remove the zero at the end of decimal values. But then you only want to use

Re: [Flashcoders] NativeMenuItem keyModifier with function key (AIR)

2009-01-08 Thread Sidney de Koning
list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning Flash / AIR Developer @ www.funky-monkey.nl Technical writer @ www.insideria.com ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] NativeMenuItem keyModifier with function key (AIR)

2009-01-08 Thread Sidney de Koning
(and wouldn't display the shortcut on the menu). Thanks, Zeh ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning Flash / AIR Developer @ www.funky-monkey.nl Technical writer

Re: [Flashcoders] NativeMenuItem keyModifier with function key (AIR)

2009-01-08 Thread Sidney de Koning
is at least a relief as it means it's known and should (hopefully) be fixed soon. Thanks again, Zeh On Thu, Jan 8, 2009 at 6:25 AM, Sidney de Koning sid...@funky-monkey.nl wrote: Oh one more link for you: Function key can't be used as keyEquivalents http://bugs.adobe.com/jira/browse/SDK-17901 Good luck

Re: [Flashcoders] Probably a simple answer...

2008-12-11 Thread Sidney de Koning
)); } } } ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning Flash / AIR Developer @ www.funky-monkey.nl Technical writer @ www.insideria.com

Re: [Flashcoders] Probably a simple answer...

2008-12-11 Thread Sidney de Koning
No problem, thats why we are here :) Happy coding, Sid On Dec 11, 2008, at 3:12 PM, Lehr, Ross (N-SGIS) wrote: Thanks Sid, it does help... Thanks for the additional advice as well. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sidney de Koning

Re: [Flashcoders] flash player detection

2008-12-10 Thread Sidney de Koning
of the player fails. The html uses swfobject for player detection. Paul ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning Flash / AIR Developer @ www.funky-monkey.nl

Re: [Flashcoders] flash player detection

2008-12-10 Thread Sidney de Koning
: Sidney de Koning [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, December 10, 2008 2:47 PM Subject: Re: [Flashcoders] flash player detection Is this a question or an announcement? LOL, both. I'm wondering why the flash player detection is baulking

Re: [Flashcoders] My rights - site not paid for.

2008-12-08 Thread Sidney de Koning
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning Flash / AIR Developer @ www.funky-monkey.nl Technical writer @ www.insideria.com ___ Flashcoders mailing

Re: [Flashcoders] Audio lag on KeyboardEvent.KEY_DOWN

2008-12-08 Thread Sidney de Koning
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning Flash / AIR Developer @ www.funky-monkey.nl Technical writer @ www.insideria.com ___ Flashcoders

Re: [Flashcoders] display trace() in text field

2008-12-04 Thread Sidney de Koning
Hi Mike, I'm working on a similair project, check it out here: http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/ Right now i'm working on a version that from any swf traces to my air app, traces to the debug panel in Flex and traces out to FireBug plugin in Firefox, (will be

Re: [Flashcoders] display trace() in text field

2008-12-04 Thread Sidney de Koning
or you can override trace like so: override public function trace(...args) : void { super(); textFieldYouWantToTraceIn.appendText(args.toString()); } This is from the top of my head, so the code could have errors in it. Test it to see. Cheers, Sid PS. You can ony do this from

Re: [Flashcoders] Arabic flipping

2008-12-04 Thread Sidney de Koning
Here we usually dont embed the text in the textfield, and grab the text from XML or you when you embed the font with code, include all the unicode codes of the arabic chars you need. And do use fonts that support Arabic like Arial, Verdana and i think Times New Roman

Re: [Flashcoders] display trace() in text field

2008-12-04 Thread Sidney de Koning
Michael, When you override the exsisting trace function, you can do this. Just include your own functionality in the overwritten trace function. Its all because you want to have the same function call to trace() i presume? Sid On Dec 4, 2008, at 5:10 PM, Sidney de Koning wrote: or you

Re: [Flashcoders] Re: How to add meta data in image through AIR/ AS3.0?

2008-11-18 Thread Sidney de Koning
Hi Deepak, There is a really good AS3 Metadata project on Google called metaphile you can check out, http://code.google.com/p/metaphile/ and for image files i recommend this post as a good starting point: http://blog.modp.com/2007/08/adding-metadata-to-actionscript-3-png.html Happy coding

Re: [Flashcoders] Hiring

2008-08-05 Thread Sidney de Koning
. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com

Re: [Flashcoders] OT: Questions to ask an interviewee

2008-07-30 Thread Sidney de Koning
. - Get node in showcase where the attribute id=1. 17 - listen for when the 'enter key' is pressed and trace out all questions are now done when the event happens. Sidney de Koning Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com

Re: [Flashcoders] OT: Questions to ask an interviewee

2008-07-30 Thread Sidney de Koning
? :) Romu www.soundstep.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sidney de Koning Sent: 30 July 2008 12:04 To: Flash Coders List Subject: Re: [Flashcoders] OT: Questions to ask an interviewee The list of questions i always ask interviewees

Re: [Flashcoders] OT: Questions to ask an interviewee

2008-07-30 Thread Sidney de Koning
, Sidney de Koning [EMAIL PROTECTED]wrote: The list of questions i always ask interviewees are the following, and this gives me a pretty good example of what they are like and what their skillset is. Test is always accompanied with a practical test we make up on the spot. The XML in Q16 is made

Re: [Flashcoders] When to use AS3?

2008-07-30 Thread Sidney de Koning
having it's own one On Wed, Jul 30, 2008 at 12:35 PM, Sidney de Koning [EMAIL PROTECTED]wrote: Hi allandt, As agencies we also have a advising role to play towards the customer, so we only do AS3 projects, hardly any AS2 (maybee some banners in FP8). So we try to advice/push the client towards

Re: [Flashcoders] OT: Questions to ask an interviewee

2008-07-30 Thread Sidney de Koning
in Flash, I think there's so much more that's necessary than just schoolbook knowledge that focusing too much on the checklist really seems counterproductive and sad to me. Zeh Sidney de Koning wrote: The list of questions i always ask interviewees are the following, and this gives me a pretty

Re: [Flashcoders] OT: Questions to ask an interviewee

2008-07-30 Thread Sidney de Koning
specific time. I totally agree, good point. So no, it does not sound sad to me, sorry if I sounded harsh or anything (that wasn't my intention). No problem :) Discussions can get heated sometimes. Thats normal on lists like this ;) Sid Zeh Sidney de Koning wrote: So where it all comes down

Re: [Flashcoders] OT: Questions to ask an interviewee

2008-07-30 Thread Sidney de Koning
And ofcourse we all try to find a answer that is suitable for this specific problem and its good that loads of people have different takes on it. Sid. On Jul 30, 2008, at 5:42 PM, Sidney de Koning wrote: Hi Zeh, There's just so much you had to know about an employee on Flash

Re: [Flashcoders] hiring

2008-07-16 Thread Sidney de Koning
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning Flash / AIR Developer @ www.funky-monkey.nl Technical Writer @ www.insideria.com

Re: [Flashcoders] hiring

2008-07-16 Thread Sidney de Koning
difficult to find good people... Gert-Jan Op 16 jul 2008, om 14:39 heeft Sidney de Koning het volgende geschreven: try http://www.riajobs.org/ Sid On Jul 16, 2008, at 2:29 PM, Romuald Quantin wrote: Hi, I'm not sure it is the right place to do that but people have been friendly

Re: [Flashcoders] Game source code / classes? I need to make a game quick!

2008-07-15 Thread Sidney de Koning
There is a realy good book called Actionscript 3 Game University by Gary Rosenzweig. (http://flashgameu.com/) It features loads of games, while reading it, you learn from it, so you dont have to grab it off the net ;) I'd say that's a double whammy! Sid On Jul 15, 2008, at 12:04 PM, Ali

Re: [Flashcoders] regexp question

2008-07-04 Thread Sidney de Koning
Hi Allandt, Have you found this tool already? http://www.gskinner.com/blog/archives/2008/03/regexr_free_onl.html It allows you to test your regex pattern expecially for AS And you can find a cheatsheat on RegEx on www.ilovejackdaniels.com and there is ofcourse alot on

Re: [Flashcoders] Saffron Modeler - what happened to it

2008-06-30 Thread Sidney de Koning
there is loads of activity on sam's twitter account http://twitter.com/SamuelAgesilas S. On Jun 30, 2008, at 6:05 PM, Jiri Heitlager wrote: Does somebody know what happend to the saffron UML modelling tool. The site http://www.levelofindustry.com/ is not showing any update anymore. Jiri

Re: [Flashcoders] Calling super.apply

2008-06-27 Thread Sidney de Koning
the obvious: super.apply(this, args) How did it fail, compiler error or? Regards, Morten Barklund -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Sidney de Koning Sent: Thursday, June 26, 2008 4:30 PM To: Flash Coders List Subject: Re: [Flashcoders

[Flashcoders] Calling super.apply

2008-06-26 Thread Sidney de Koning
ArrayIterator extends Array { // protected var _index:int; public function ArrayIterator(...args) { super(args); _index = 0; } What am i doing wrong here and what can i do to solve this? Thanks in advance, Sidney de Koning

Re: [Flashcoders] Calling super.apply

2008-06-26 Thread Sidney de Koning
He Jer, In the docs it says: public dynamic class Array So you can extend it. My problem is that now i have to use push() to get items in and i want to use the constructor to pass through items, like so var blah:ArrayInterator = new ArrayIterator(1, 2,3); My constructor uses ..rest so with

Re: [Flashcoders] Calling super.apply [SOLVED]

2008-06-26 Thread Sidney de Koning
] [mailto: [EMAIL PROTECTED] On Behalf Of Sidney de Koning Sent: Thursday, June 26, 2008 4:30 PM To: Flash Coders List Subject: Re: [Flashcoders] Calling super.apply He Jer, In the docs it says: public dynamic class Array So you can extend it. My problem is that now i have to use push() to get items

Re: [Flashcoders] Exclude classes

2008-06-17 Thread Sidney de Koning
Is this what your after? http://www.bit-101.com/blog/?p=941 http://www.martijndevisser.com/blog/2004/enable-disable-_excludexml-files/ Also try this: http://www.google.com/search?source=ighl=enrlz==q=excluding+classes+as3btnG=Google+Search Sid On Jun 17, 2008, at 1:01 PM, Viktor Hesselbom

Re: [Flashcoders] CLOSING EVENT in Flash

2008-06-16 Thread Sidney de Koning
Hi Harris, Welcome :) What do you need to know? How it works? Or how you use it? Or both? Sid On Jun 16, 2008, at 2:19 PM, Haris KRAJINA wrote: Hey to all , I'm new to this so I will try keep it short and informative, I am looking for a way to get CLOSING event in Flash CS3, I know it

Re: [Flashcoders] Re: Is it possible to display in the xml file

2008-06-12 Thread Sidney de Koning
But you have to say your textfield is HtmlText else it wont render and just shows you amp; instead of On Jun 12, 2008, at 3:21 PM, ACE Flash wrote: i got it, uses... = amp; On Thu, Jun 12, 2008 at 9:14 AM, ACE Flash [EMAIL PROTECTED] wrote: hey there, Is it possible to display in the

Re: [Flashcoders] Re: Is it possible to display in the xml file

2008-06-12 Thread Sidney de Koning
. Sid On Jun 12, 2008, at 4:30 PM, Kenneth Kawamoto wrote: Are you sure about that? var xml:XML = new XML(depFin amp; IT/dep); var tf:TextField = new TextField(); tf.text = xml; addChild(tf); I get Fin IT in the TextField. Kenneth Kawamoto http://www.materiaprima.co.uk/ Sidney de Koning

Re: [Flashcoders] flex 3 Event.RESIZE

2008-06-05 Thread Sidney de Koning
Hi Patrick, How is your Flash set in your HTML? in pixels or in percent? GReets, Sid On Jun 5, 2008, at 4:04 PM, Patrick J. Jankun wrote: Hello Everyone, This is something probably very stupid, but i have an basic problem with my AS code: i got an event Listener added to stage instance

[Flashcoders] Letter spacing in input fields, is it possible?

2008-05-29 Thread Sidney de Koning
Hi List, Does anyone know if it is possible to have letter spacing in an input field (a field where you type in text) in AS3. I know you can do it on a dynamic or a normal textfield. I also tried in the IDE, but that does not work. (with embedded font) The code i have is this, it all works

[Flashcoders] SOLVED: Letter spacing in input fields, is it possible?

2008-05-29 Thread Sidney de Koning
it, but you may have to reapply the format each time the text in the input field is changed. Add a change listener Sidney de Koning wrote: Hi List, Does anyone know if it is possible to have letter spacing in an input field (a field where you type in text) in AS3. I know you can do

Re: [Flashcoders] Rectangle doesnt have scaleX/Y?

2008-05-28 Thread Sidney de Koning
Hi Matt, Try casting it to the XML data to a Number. Because XML data is a String. Like so: var rectangle:Rectangle = new Rectangle (0,0,Number([EMAIL PROTECTED]),Number([EMAIL PROTECTED])); Hope This helps. Sid On May 28, 2008, at 4:43 PM, Matt S. wrote: So I tried to the do the

Re: [Flashcoders] Rectangle doesnt have scaleX/Y?

2008-05-28 Thread Sidney de Koning
to be recognizing it as a number, and I can set the Width and Height of Rectangle, but when I try to set the scaleX and scaleY is when I get the error message. .m On Wed, May 28, 2008 at 10:56 AM, Sidney de Koning [EMAIL PROTECTED] wrote: Hi Matt, Try casting it to the XML data to a Number. Because XML data

Re: [Flashcoders] Rectangle doesnt have scaleX/Y?

2008-05-28 Thread Sidney de Koning
onscreen, use thedrawRect() method of the Graphics class. ...Sid... could you elaborate on using the Rectangle class to measure objects on the stage? On Wed, May 28, 2008 at 10:15 AM, Sidney de Koning [EMAIL PROTECTED] wrote: Hi Matt, For what do you want to use the Rectangle? Normally you

Re: [Flashcoders] Question about Google Maps Flash APIs

2008-05-15 Thread Sidney de Koning
YUP :) An swc file is notthing more than a zip file. So when you rename it to zip you can extract it, probably there is a library.swf in there. This is what you do is this you load it in in Flash like this: import flash.display.Loader; // var ClassFileForHoldingGooglesAPIClass:Class; //

Re: [Flashcoders] Question about Google Maps Flash APIs

2008-05-15 Thread Sidney de Koning
] wrote: Or if you have the SWC downloadable you can just copy the file near the FLA file, flash will load it automatically. Romu www.soundstep.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sidney de Koning Sent: 15 May 2008 15:51 To: Flash

Re: [Flashcoders] Best way...

2008-05-13 Thread Sidney de Koning
I just started using LuminicBox (do a search on google for the AS3 version). And i have to say i'm quite impressed. It's a logger nd you can set the importance of messages (log, warn, error etc); You can also use the alpha version of XRAY (but icant get the connector to work in AS3) And

Re: [Flashcoders] Best way...

2008-05-13 Thread Sidney de Koning
. (at work now). Sid. On May 13, 2008, at 8:20 PM, Patrick J. Jankun wrote: pure as3 as for now :) is there a special air debugger available in the air package? Patrick On May 13, 2008, at 8:02 PM, Sidney de Koning wrote: I just started using LuminicBox (do a search on google for the AS3

Re: [Flashcoders] Best way...

2008-05-13 Thread Sidney de Koning
! Sidney Patrick J. Jankun wrote: pure as3 as for now :) is there a special air debugger available in the air package? Patrick On May 13, 2008, at 8:02 PM, Sidney de Koning wrote: I just started using LuminicBox (do a search on google for the AS3 version). And i have to say i'm quite impressed

[Flashcoders] Setting an AIR applications file types to default

2008-05-08 Thread Sidney de Koning
Hi List, I'd like to set my AIR application to handle specific files, and the when i double click these file on my file system i want them to open with my AIR app. What i've done sofar is ajusted the descriptor xml to fit my needs for my files, mp3's in this case and want to use the

  1   2   >