[Flashcoders] Find item in array

2006-10-03 Thread Josh Tynjala
I am right in thinking that p code is pseudo-code and therefore does not indicate code bytes? In this case, pcode refers to the actual bytecode in the SWF. I'm not sure of the origins of the term pcode. The program Flasm that Steven refers to can convert the bytecode in a SWF to a human-readable

RE: [Flashcoders] Stage.width not working in IE

2006-02-13 Thread Josh Tynjala
In Firefox and Mozilla, you need to manually set the height of the page via CSS to get the Flash movie to resize correctly: html, body {height: 80%;} -- While trying to make a sample, the problem has changed: now it works in Opera and IE, but in Firefox and Mozilla can't see Stage.height...

Re: [Flashcoders] FWD- code completion ASDT

2005-12-08 Thread Josh Tynjala
of the folder that you chose above in Classpath of . for Project. Click Add. Then OK. That should be it. Any classes in the folder you chose should be available for code completion. Make sure to use import on any if they are in namespaces. Josh Tynjala Original Message Subject

RE: [Flashcoders] removeEventListener not working?

2005-10-27 Thread Josh Tynjala
for you, but I've switched to it in my projects without a hitch. Josh Tynjala Zeus Design -- Date: Thu, 27 Oct 2005 15:39:17 +0200 From: Martin Klasson [EMAIL PROTECTED] Subject: RE: [Flashcoders] removeEventListener not working? To: Flashcoders mailing list