[Flashcoders] Combobox stop working after resize

2005-11-08 Thread Martin Tremblay
; this.test_cb.setSize(nCurrentSize == 100 ? 200 : 100); } Martin Tremblay -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.12.8/162 - Release Date: 11/5/2005 ___ Flashcoders mailing list

[Flashcoders] Getting File name when using ReferenceList

2006-04-05 Thread Martin Tremblay
Hi, I'm uploading an image using FileReference::upload. My php file which handle the actual file is placing the file in the appropriate folder and rename the file. My question is: How can I retrieve the new name using the callback provided with the FileReference method ? Martin

RE: [Flashcoders] Can this be true?

2006-05-02 Thread Martin Tremblay
; this.nLastFrame = nCurrentFrame; } Martin Tremblay lvl ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

[Flashcoders] using parseInt() and Math.floor() doesn't return the same value

2006-10-19 Thread Martin Tremblay
I'm wandering if we should continue to use Math.floor() and Math.ceil() since they are unreliable. Code: var a = 2.999; trace(parseInt(a.toString())); trace(Math.floor(a)); trace(a); output: 3 2 3 Would using methods using parseInt to simulate Math.floor() and Math.ceil() be

[Flashcoders] Dynamically placing caret in a textfield

2007-01-22 Thread Martin Tremblay
I'm trying to place the caret at a specific position in a textfield, but this seems to work only after I click at least once in the textfield. But in my app, I CAN'T click, anybody know a way to get the caret to blinking at a specific position without clicking in the textfield first ?? Here's

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread Martin Tremblay
some documentation before we do), but we could share our IsoGrid class right now since it's pretty easy to use. Martin Tremblay Lead Developper Lvl ps: you can reach me directly at mtremblay lvlstudio com we are currently looking for a tile iso game engine for one of our projects

[Flashcoders] FLV CuePoints - discrepancies between CuePoint time and actual time

2007-05-17 Thread Martin Tremblay
is playing directly into a Video object. thx Martin Tremblay LvL Studio ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig

[Flashcoders] Re: FLV CuePoints - discrepancies between CuePoint time and actual time [updated]

2007-05-18 Thread Martin Tremblay
I used Flash Encoder 8 instead of Sorenzon Squeeze and now my cuepoint are perfectly synchronized. Unfortunately even using similar parameters the quality of the flv is better with Sorenzon Squeeze. In Sorenzon Squeeze, the cuepoint get called exactly 1 1/3 of seconds before. Martin Tremblay lvl

[Flashcoders] AS3 how to link movieclip manually put on the stage to class member

2007-08-08 Thread Martin Tremblay
{ //onthestage_mc is a movieclip manually put in the .fla m_mcOnTheStage = onthestage_mc; } } Is there a better way? Martin Tremblay LVL Studio ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

[Flashcoders] Loaded file is an unknown type ??

2007-09-10 Thread Martin Tremblay
with the cache on my machine? This is driving me crazy. Thx in advance Martin Tremblay LVL ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] AS3 receiving mouse event on overlap sibling sprite

2008-02-05 Thread Martin Tremblay
Hi, Trying to have two sibling sprite that overlap receive mouse event in the section that overlap. Is that possible? code: package { import flash.display.* import flash.events.*; public class MouseEventTwoMC extends MovieClip { public

[Flashcoders] E4X Non sense !!! Need help

2008-02-15 Thread Martin Tremblay
EX4 cannot find a node using E4X when one of it's sibling has the same name. Is there a way to avoid this problem ? var xmlData:XML = root accesscode id=S001 shortcutS001/shortcut shortcutsmallbusiness/shortcut /accesscode

[Flashcoders] Re: E4X Non sense !!! Need help | Thank Kenneth

2008-02-18 Thread Martin Tremblay
Thanks Kenneth This was exactly what I was looking for. //trace(xmlData2.accesscode.(shortcut.text()[0] == S000)); Martin T LVL /// Date: Fri, 15 Feb 2008 16:57:13 -0500 From: Martin Tremblay [EMAIL PROTECTED] Subject: [Flashcoders] E4X Non sense !!! Need help To: flashcoders

[Flashcoders] Using FlexBuilder3 profiler with FlashCS3

2008-04-25 Thread Martin Tremblay
Hello, Is there a way to use the Flexbuilder3 profiler with a FlashCS3 file? I just want to take a swf and run it through the profiler. Is it possible? Martin t. LVL ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com