Re: [Flashcoders] JSON issues with Flash Lite 2.1

2007-03-18 Thread Pete Thomas
framework : http://vegas.riaforge.org/ http://svn.riaforge.org/vegas/AS2/trunk/src/vegas/string/JSON.as EKA+ :) 2007/3/15, Pete Thomas [EMAIL PROTECTED]: Hi Guys Has anyone out there managed to successfully implement a JSON interface with Flash Lite 2.1 using AS2 I got both AS1 and AS2 versions

[Flashcoders] JSON issues with Flash Lite 2.1

2007-03-15 Thread Pete Thomas
Hi Guys Has anyone out there managed to successfully implement a JSON interface with Flash Lite 2.1 using AS2 I got both AS1 and AS2 versions from json.org but I get Bad String failure when publishing Flash Lite player (fine in player 7). I'm thinking this is either a glitch or something in the

[Flashcoders] Symbian C++ launcher for Flashlite 2.1 S60 v3

2007-02-28 Thread Pete Thomas
As anyone got any examples/tutorials of this working using Carbide I have been trawling about the web tuts but none are compiling correctly. P -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.4/705 - Release Date: 27/02/2007

[Flashcoders] calling argument function

2007-02-18 Thread Pete Thomas
I didn’t see this answered in digest so see below function callFunction(f:Function):Void { f(); } function sayHello():Void { trace(hello) } callFunction(sayHello) Pete -- No virus found in this outgoing message. Checked by AVG Free