Re: [Flashcoders] centering content on stage / resizable stage

2008-05-14 Thread EECOLOR
Make sure you have in your code (somewhere at the start) the following code: *stage.scaleMode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT;* Also make sure that you have the following property in your object / embed tag: salign=TL Greetz Erik On 5/14/08, Patrick J. Jankun

Re: [Flashcoders] Aligning images and text in textfield / textarea

2008-05-14 Thread EECOLOR
I remember the component named Deng, which is able to render a subset of HTML. It can be found here: http://deng.com.br/ HTML within Flash is one of the toughest things to do as the support for HTML within Flash is very limited. Greetz Erik On 5/6/08, Neil Jenkins [EMAIL PROTECTED] wrote:

RE: [Flashcoders] as3 namespace question

2008-05-14 Thread Dave Segal
Thanks for the response Erik. Yes, I am aware that compiling the entire base class of another swf is problematic. I was just trying to simplify things for the example. If the idea works I will to use an interface as a public api to the loaded swf. Anyway, I am very interested in seeing your

[Flashcoders] AMFPHP classes AS3

2008-05-14 Thread Vayu Robins
Hi. I was wondering if anyone here has som advice on running flash content from a database with the help of AMFPHP 1.9? Maybe someone has a brilliant class for this or good tutorial. I have searched the net, but am not finding much out there. I need to make several queries, for instance for

Re: [Flashcoders] AMFPHP classes AS3

2008-05-14 Thread Muzak
http://www.google.com/search?hl=enq=amfphp+tutorialmeta= http://www.sephiroth.it/amfphp.php - Original Message - From: Vayu Robins [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, May 15, 2008 1:01 AM Subject: [Flashcoders] AMFPHP classes AS3

[Flashcoders] hi.. need help asap.. newbie here.. hehe

2008-05-14 Thread rlyn ben
need to capture the input in textfield which is restricted to numbers only... and convert the string to number... this is my code but it wont work.. when i trace it.. it displays.. object [textfield].. or 0.. or NaN.. //stores age var userAge:Number = Number(age); var newAge:String =

[Flashcoders] Multiple query strings in a single URL

2008-05-14 Thread John R. Sweeney Jr
Howdy all, I currently have a app that pulls a single variable from the URL I.e. = index.html?page=2 I pass that info into my program with FlashVars using: -- script src=Scripts/AC_RunActiveContent.js type=text/javascript/script script type=text/javascript function