Re: [Flashcoders] Font embedding with Regular & Bold versions

2010-05-27 Thread dopeco...@hotmail.com
Well isn't that a slap in the face with a wet fish ... that did it Sumeet ... 10 years of flash destroyed by Auto kerning ;) Thanks mate. Sumeet Kumar wrote: Hi :) Not sure why, but unchecking the auto kern checkbox solved the problem for me. Thanks Sumeet Kumar - Original Message ---

Re: [Flashcoders] GPU, Direct or Normal?

2010-05-27 Thread Fahim Akhter
That makes two of us brother. Fahim Akhter Game Developer | White Rabbit Studios | http://apps.facebook.com/feline-frenzy/ On Thu, May 27, 2010 at 9:33 PM, Kevin Newman wrote: > I'd like a lot more info on this subject as well - general info - when is > which mode better, what happens if the G

Re: [Flashcoders] Font embedding with Regular & Bold versions

2010-05-27 Thread Sumeet Kumar
Hi :) Not sure why, but unchecking the auto kern checkbox solved the problem for me. Thanks Sumeet Kumar - Original Message - From: To: "Flash Coders List" Sent: Friday, May 28, 2010 6:25 AM Subject: [Flashcoders] Font embedding with Regular & Bold versions Hi all, I have sear

[Flashcoders] union 1000-user free licence announced (multiuser dev platform)

2010-05-27 Thread co...@moock.org
greetings flashcoders. at fitc, we recently announced a free 1000-user licence for union: http://www.unionplatform.com/?p=1115 also, this week, we posted an online multiplayer pong game tutorial: http://www.unionplatform.com/?page_id=1229 and a multiuser fridge magnets tutorial: http://www.uni

[Flashcoders] Font embedding with Regular & Bold versions

2010-05-27 Thread dopeco...@hotmail.com
Hi all, I have searched far and wide for the solution on this one, but to no avail. The old chestnut of font issue rears it's head again (reminds me of good old Flash 4 days), the basic scenario is this, and a link to a sample file is below: Two textfields on stage, the first, a static text

Re: [Flashcoders] Papervision 3d help

2010-05-27 Thread allandt bik-elliott (thefieldcomic.com)
yeh you're going to have to get heavily into some as3 - there's no half measures with pv a On 25 May 2010 21:26, Merrill, Jason wrote: > You need to download the Papervision3D library. And you have to know how > to use Papervision - you can't just apply small little parts of it to > other Flash

[Flashcoders] Funny, Code Worked Before...

2010-05-27 Thread John Singleton
> From: John Singleton > To: Deepanjan Das > Sent: Thu, May 27, 2010 1:03:10 PM > Subject: Re: [Flashcoders] Funny, Code Worked Before... > > >From: Deepanjan Das < > href="mailto:deepanjan@gmail.com";>deepanjan@gmail.com> >To: > John Singleton < > href="mailto:johnsingleton...@yahoo.c

Re: [Flashcoders] GPU, Direct or Normal?

2010-05-27 Thread Kevin Newman
I'd like a lot more info on this subject as well - general info - when is which mode better, what happens if the GPU isn't supported on the particular hardware, how can I take better advantage of GPU, etc. Kevin N. On 5/24/10 8:28 AM, Fahim Akhter wrote: Hi, In a event driven game with lot

Re: [Flashcoders] Funny, Code Worked Before...

2010-05-27 Thread Deepanjan Das
Hi John, No in this case no need to pass the Event. Try classifying the SWF file as local-with-networking or trusted. Check for allowScriptAccess="always" in the containing document. You will not be able to navigate the windows "_self", "_top", or "_parent" if the SWF file is contained by an HTM

Re: [Flashcoders] Funny, Code Worked Before...

2010-05-27 Thread Deepanjan Das
Just a guess as I am not aware of the whole picture: try this - function completePreloader(e:Event) as you call this on an event. Let me know. Also check if your debugger is on. On Thu, May 27, 2010 at 8:13 PM, John Singleton wrote: > Hi; > I have this code: > >function completePreloa

Re: [Flashcoders] Funny, Code Worked Before...

2010-05-27 Thread Matt S.
does it work differently locally vs when uploaded to the server? .m On Thu, May 27, 2010 at 10:43 AM, John Singleton wrote: > Hi; > I have this code: > >        function completePreloader() >        { >            navigateToURL(new URLRequest('index.py')); >            trace('yep'); >        } >

[Flashcoders] Funny, Code Worked Before...

2010-05-27 Thread John Singleton
Hi; I have this code: function completePreloader() { navigateToURL(new URLRequest('index.py')); trace('yep'); } that is triggered after all the assets have loaded in the preloader. It prints the trace. But it doesn't surf to the URL. It just sits t

Re: [Flashcoders] Loader.unload not freeing the memory

2010-05-27 Thread allandt bik-elliott (thefieldcomic.com)
isn't unload buggy still? http://www.gskinner.com/blog/archives/2008/04/failure_to_unlo.html a On 27 May 2010 13:55, Glen Pike wrote: > Also note that Flash will only free up memory it thinks it needs to... > > > On 27/05/2010

Re: [Flashcoders] Loader.unload not freeing the memory

2010-05-27 Thread Glen Pike
Also note that Flash will only free up memory it thinks it needs to... On 27/05/2010 13:37, Andrew Murphy wrote: Hi. :) Are you calling garbage collection after you unload? If you don't call for it then it may take a while for Flash to get around to doing it. http://www.craftymind.com/2008/04

RE: [Flashcoders] Loader.unload not freeing the memory

2010-05-27 Thread Andrew Murphy
Hi. :) Are you calling garbage collection after you unload? If you don't call for it then it may take a while for Flash to get around to doing it. http://www.craftymind.com/2008/04/09/kick-starting-the-garbage-collector-in- actionscript-3-with-air/ (The above article is AIR specific, but some o

[Flashcoders] Loader.unload not freeing the memory

2010-05-27 Thread Sumeet Kumar
Hi All, I have some AS2 swf files(with lots of AS2 code) which i am loading in a AS3 file using Loader Class Object. The problem is that once i unload the as2 swf from the AS3 file, the memory is not just getting freed. I have removed all the as3 listeners. Has anyone experinced something li

[Flashcoders] Get XML nodes path.

2010-05-27 Thread Glen Pike
Hi, I have had a google and a read of the docs - I am trying to see if there is a shortcut to finding the full "path" to a specific node in an XML document from the node itself. Can this be done without walking back up the node tree in E4X / XML, e.g. a method, or something? Th

Re: [Flashcoders] Object Oriented Programming with Actionscript source files

2010-05-27 Thread John McCormack
Downloads for all books are here: http://www.friendsofed.com/downloads.html By the way, the eBook costs just $10 - today only: http://friendsofed.com/dotw/ John On 26/05/2010 23:30, Donald O. Davis wrote: Hello, Does anyone know where I can get the "Object Oriented Programming with Actionscr

Re: [Flashcoders] Object Oriented Programming with Actionscript source files

2010-05-27 Thread Henrik Andersson
Donald O. Davis wrote: Hello, Does anyone know where I can get the "Object Oriented Programming with Actionscript" source files? I would check the first few pages of the book. That and the last few pages of the book. ___ Flashcoders mailing list F