Re: [Flashcoders] iOS picker component for AIR

2012-06-19 Thread Sidney de Koning
eplicate the native picker 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 (

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!&quo

[Flashcoders] iOS picker component for AIR

2012-06-15 Thread Sidney de Koning
e you using when you 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/) ___ Flashc

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

2012-05-30 Thread Sidney de Koning
will get you up 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

Re: [Flashcoders] AIR Screensaver?

2012-03-12 Thread Sidney de Koning
e this steers you 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

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

Re: [Flashcoders] Spotify AS3 lib?

2011-08-11 Thread Sidney de Koning | Funky Monkey Studio
> http://blog.ericd.net > > > > On Thu, Aug 11, 2011 at 3:48 PM, Sidney de Koning | Funky Monkey Studio > wrote: > > > > Hi Eric,>> I've had contact with spotify about this; the wont release > > anything because> it exposes their databases and

Re: [Flashcoders] Spotify AS3 lib?

2011-08-11 Thread Sidney de Koning | Funky Monkey Studio
ike i 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 jus

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

2011-02-11 Thread Sidney de Koning - Funky Monkey Studios
trace ("ERROR asset is not accessible " + name); > } > return new Bitmap(); > } > > public function EmbedTest2() { > addChild(getAsset("PRO_CAR")); > addChild(getAsset("

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

2011-02-11 Thread Sidney de Koning - Funky Monkey Studios
t; 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 @ www.funky-monkey.nl Actionscript 3 Teac

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

2011-02-11 Thread Sidney de Koning - Funky Monkey Studios
RS[index]() as Class ); } } } 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 com

Re: [Flashcoders] getPixel32 - get alpha value

2010-11-03 Thread Sidney de Koning - Funky Monkey Studios
@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 @ www.funky-monkey.nl Actionscript 3 Teacher @ www.sae.nl Technic

Re: [Flashcoders] Detect iPhone version

2010-10-07 Thread Sidney de Koning - Funky Monkey Studios
using the >> ENTER_FRAME/stage.invalidate()/RENDER method). >> Thanks, >> Kevin N. > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > --

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 - Funky Monkey Studios
vent.CLICK, > mouseClickHandler); > > > //trace(navbut.x); > > //Increment the menu button counter, so we > know how many buttons there are > i++; > } > } > &

RE: [Flashcoders] spacing horizontal dynamic xml menu textfields

2009-08-25 Thread Sidney de Koning - Funky Monkey Studios
--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

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

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

Re: [Flashcoders] Duplicate multiple lines in FlashDevelop?

2009-08-18 Thread Sidney de Koning
ist 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 3GB free storage you can sync with your mobile device or Mac or PC. Check out https://www

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
hcoders 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-monkey.nl Technical Writer @ www.insideria.com ___ Flas

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
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
break; } I think its better practice to define that regex in a variable and switch on that variable. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning - be a

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 sear

[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 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-monkey.nl Technical Writer @ www.insideria.co

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

2009-05-05 Thread Sidney de Koning
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://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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

2009-04-28 Thread Sidney de Koning
Then compile all the .as files for each individual country? Many thanks, Jiri ___ 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-monkey.nl Technical Writer

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

2009-04-22 Thread Sidney de Koning
e. Developers are advised to use the app-storage:/ path for local storage related to their application. 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 -

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

2009-04-22 Thread Sidney de Koning
o file var fs:FileStream = new FileStream(); fs.open(f, FileMode.WRITE); fs.writeUTFBytes(plsData); fs.close(); } - Original Message - From: "Sidney de Koning" > To: "Flash Coders List" Sent: Wednesday, April 22, 2009 9:44 AM Subject: Re: [Flashcoders] Loadi

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

2009-04-22 Thread Sidney de Koning
Karl 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.

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

2009-04-22 Thread Sidney de Koning
al Message ----- From: "Sidney de Koning" > To: "Flash Coders List" 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-21 Thread Sidney de Koning
here (Flex+Air). - Original Message - From: "Sidney de Koning" > To: "Flash Coders List" 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 to load an file from a server th

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" > To:

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" > To: "Flash Coders List" Sent: Tuesday, April 21, 2009 3:41 PM Su

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

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

2009-04-20 Thread Sidney de Koning
arget.data) } 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.ins

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Sidney de Koning
.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@chattyfig.figleaf

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Sidney de Koning
ve to take Zend AMF for a spin) then that's the *best* option, but probably not the *fastest*. At least in Coldfusion transforming plain vanilla objects into typed objects slows things down (especially with lots of data). regards, Muzak - Original Message ----- From: "Sidney

[Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Sidney de Koning
stest? 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.figlea

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

2009-02-10 Thread Sidney de Koning
coders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___________

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

2009-02-06 Thread Sidney de Koning
lashcoders 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

[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
lman/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://chattyfig.figleaf.com/mai

Re: [Flashcoders] Components for Touchscreen

2009-01-30 Thread Sidney de Koning
sor. Different 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,

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

2009-01-27 Thread Sidney de Koning
) { total+= ".00"; } 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 wrote: Oh Allandt i misread, sorry. Yes flash does remove the zero at the end of decimal values. But then you only want

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

2009-01-27 Thread Sidney de Koning
ote: Ah 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 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).to

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

2009-01-27 Thread Sidney de Koning
an 27, 2009 at 10:20 AM, Sidney de Koning wrote: Hi Jimmi, Look at this then, To truncate Numbers in Actionscript: Three decimals: var yourNumber:Number = 23.263636453737383838383838; yourNumber = Math.round(yourNumber *1000)/1000; // Outputs 23.263 Two decimals: var yourNumber:N

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

2009-01-27 Thread Sidney de Koning
This also works for AS3 but then you have to data type the precision:Number to precision:int in the function signature. Sid On Jan 27, 2009, at 11:20 AM, Sidney de Koning wrote: function round(number:Number, precision:Number):Number { var decimalPlaces:Number = Math.pow(10

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

2009-01-27 Thread Sidney de Koning
there any alternative for that? Best regards, Jim On Tue, Jan 27, 2009 at 9:53 AM, Sidney de Koning 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 the result you want

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] NativeMenuItem keyModifier with function key (AIR)

2009-01-08 Thread Sidney de Koning
bug 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 > 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] NativeMenuItem keyModifier with function key (AIR)

2009-01-08 Thread Sidney de Koning
I can always add the shortcuts as some keyboard event listener hidden somewhere, but it'd be less than optimal (and wouldn't display the shortcut on the menu). Thanks, Zeh ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

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

2009-01-08 Thread Sidney de Koning
n somewhere, but it'd be less than optimal (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

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] Probably a simple answer...

2008-12-11 Thread Sidney de Koning
{ htmlLoader.load(new URLRequest( uTL )); } } } ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning Flash / AIR Develope

Re: [Flashcoders] flash player detection

2008-12-10 Thread Sidney de Koning
: "Sidney de Koning" <[EMAIL PROTECTED] > To: "Flash Coders List" 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 bau

Re: [Flashcoders] flash player detection

2008-12-10 Thread Sidney de Koning
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] Audio lag on KeyboardEvent.KEY_DOWN

2008-12-08 Thread Sidney de Koning
hattyfig.figleaf.com/mailman/listinfo/flashcoders -- -jonathan howe ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning Flash /

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

2008-12-08 Thread Sidney de Koning
ake this action really, but I may consider it. Thanks S ___ 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] 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] 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 http://www.google.nl/se

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] 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 onlin

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
ovative Learning Blog & subscribe. ___ 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 W

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

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

2008-07-30 Thread Sidney de Koning
answers at one 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 whe

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

2008-07-30 Thread Sidney de Koning
iewees or something that warrants a list like that to make things faster. But for website development 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. Ze

Re: [Flashcoders] When to use AS3?

2008-07-30 Thread Sidney de Koning
nterview thread and I thought it might be worth 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 (maybe

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

2008-07-30 Thread Sidney de Koning
008 at 12:03 PM, 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. T

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

2008-07-30 Thread Sidney de Koning
job after 2 days right? :) 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

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

2008-07-30 Thread Sidney de Koning
s as an XMLList. - 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 T

Re: [Flashcoders] hiring

2008-07-16 Thread Sidney de Koning
quite 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

Re: [Flashcoders] hiring

2008-07-16 Thread Sidney de Koning
Any info? Thanks Romuald ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Sidney de Koning Flash / AIR Developer @ www.funky-monkey.nl Techn

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 Dr

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 whttp://www.regular-expr

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
gt;: Hi Sidney, You have of course tried 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

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

2008-06-26 Thread Sidney de Koning
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] Calling super.apply He Jer, In the docs it says: public dynamic class Array So you can extend it. My problem is that n

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 w

[Flashcoders] Calling super.apply

2008-06-26 Thread Sidney de Koning
per.apply(this, args) ? public dynamic class 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

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=ig&hl=en&rlz=&=&q=excluding+classes+as3&btnG=Google+Search Sid On Jun 17, 2008, at 1:01 PM, Viktor Hesselbo

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
. Sid On Jun 12, 2008, at 4:30 PM, Kenneth Kawamoto wrote: Are you sure about that? var xml:XML = new XML(Fin & IT); 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

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 & instead of & On Jun 12, 2008, at 3:21 PM, ACE Flash wrote: i got it, uses... => & On Thu, Jun 12, 2008 at 9:14 AM, ACE Flash <[EMAIL PROTECTED]> wrote: hey there, Is it possible to display "&" in the xm

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 in

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

2008-05-29 Thread Sidney de Koning
ether letter-spacing works as I have not tried 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

[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 exc

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

2008-05-28 Thread Sidney de Koning
ar Shape object 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 u

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

2008-05-28 Thread Sidney de Koning
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. Becau

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 fol

Re: [Flashcoders] Question about Google Maps Flash APIs

2008-05-15 Thread Sidney de Koning
ROTECTED]> 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:5

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; // Creat

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 impr

  1   2   >