[Flashcoders] What would cause this...

2007-09-13 Thread Max Kaufmann
I'm downloading a SWF using the Loader class. It dispatches "open" and "progress" events, and gets to a point where the bytesTotal == bytesLoaded, however it never actually gets gets the content and it never dispatches "complete", "init", or any of the error events. Anyone else encountered this p

[Flashcoders] AS3 Bitmap class

2007-08-20 Thread Max Kaufmann
According to the AS3 documentation: >> A BitmapData object can be drawn to the screen by a Bitmap object in one of two ways: by using the vector renderer as a fill-bitmap shape, or by using a faster pixel-copying routine. The pixel-copying routine is substantially faster than the vector renderer,

[Flashcoders] AS3: MAJOR ISSUE WITH GOTOANDSTOP! HELP!

2007-07-19 Thread Max Kaufmann
(“labelWhereFooLives”); trace(clip.foo); // null trace(clip.numChildren); //1 trace(clip.getChildAtIndex(0)); //null --> wht? Trying to work around it is making my code terribly complex and crofty. HELP!! Max Kaufmann l Technical Art

[Flashcoders] AS2 --> AS3 issue with accessing clips

2007-07-17 Thread Max Kaufmann
trace(clip.numChildren); //1 trace(clip.getChildAt(0)); // null So it SAYS it has a child, but it's reference is null. I *know* I can get is by listening for Event.ADDED_TO_STAGE, but this makes my scripts much, much, much more complex. What's the deal, Adobe? Max Kaufmann l Technical

[Flashcoders] RE: loading CS3 swf into flex swf container

2007-06-15 Thread Max Kaufmann
ge is available to externally loaded content? Max Kaufmann l Technical Artist - 2105 Sarah St | Pittsburgh, PA 15203 O (412) 567-4606 W www.silvertreemedia.com C (440) 915-8277 E [EMAIL PROTECTED] -Original Message

[Flashcoders] loading CS3 swf into flex swf container

2007-06-15 Thread Max Kaufmann
available. Has anyone else run into this weird problem? Max Kaufmann l Technical Artist - 2105 Sarah St | Pittsburgh, PA 15203 O (412) 567-4606 W www.silvertreemedia.com C (440) 915-8277 E [EMAIL PROTECTED

[Flashcoders] syntax checking in flex

2007-06-13 Thread Max Kaufmann
a new class, just to get flex to highlight my errors as I'm typing. Max Kaufmann l Technical Artist - 2105 Sarah St | Pittsburgh, PA 15203 O (412) 567-4606 W www.silvertr

[Flashcoders] re: open an .exe from swf across http

2007-06-13 Thread Max Kaufmann
>>Anyone know any hacks?? No it cant be a projector. No there aren't any hacks. If a swf could execute a program remotely from a website, web security would be a myth! Max Kaufmann l Technical Artist - 21

[Flashcoders] syntax checking in flex

2007-06-13 Thread Max Kaufmann
Flex only auto-checks syntax for classes that are directly referenced in the document class. LAME. Is there a way around this? Max Kaufmann l Technical Artist - 2105 Sarah St | Pittsburgh, PA 15203 O (412) 567-4606 W

[Flashcoders] as3 "added" event funkiness

2007-04-13 Thread Max Kaufmann
their clips are added to or removed from the stage, but without them being registered with the event callback, everything falls apart. Am I doing something wrong? Is this just an Alpha bug? Will CS3 fix this? Max Kaufmann l Technical Artist --

[Flashcoders] AS2 TextField with html content question

2007-04-12 Thread Max Kaufmann
If a TextField in AS2 contains images, how does one detect that the images have finished loading? Or that the internal content height has changed? Max Kaufmann l Technical Artist - 2105 Sarah St | Pittsburgh, PA 15203 O

[Flashcoders] "faux"penGL library for AS2

2007-03-12 Thread Max Kaufmann
I've been tooling around with mimicking openGL in AS2. Here's a demo: http://www.mentalpicture.net/misc/ Currently implemented: 3D Transformation Matrix Stack OBJ File Loader Wireframe renderer Are there similar projects out there? Max Kaufmann Flash Developer Silver

RE: [Flashcoders] Writing out PDFs through code

2007-03-01 Thread Max Kaufmann
Flash doesn't out of the box, but processing does (http://www.processing.org) max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael Sent: Thursday, March 01, 2007 1:13 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Writi

[Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread Max Kaufmann
The following movie freezes up for no discernable reason, there's not even any actionscript or tweening or anything. It's just shapes in keys: http://www.mentalpicture.net/misc/test.html The small web file (http://www.mentalpicture.net/misc/test.swf) runs fine directly in the flash player, just n

[Flashcoders] JSFL: Converting contours to symbols

2007-01-17 Thread Max Kaufmann
The age-old problem, finally hacked: /* Symbolize Contours By Max Kaufmann */ function copy_array(src,dest) { for (var i=0; ihttp://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http