Re: [Flashcoders] Facebook Actionscript Graph API and explorer

2011-05-04 Thread kris range
I've experienced this before. It has to do with the some access_tokens or users (not all) retrieved from FB using IE. If you try it with the access_token that is provided when you log into developers.facebook.com it seems to work. I submitted a bug for this a while ago though I don't think I ever

Re: [Flashcoders] ALT+GR in FireFox 4.0

2011-04-28 Thread kris range
If I remember correctly, this has popped up a few times and I think it's related to the wmode property being set to transparent or opaque. If you can remove that, it should go away. On Thu, Apr 28, 2011 at 8:47 AM, Elia Morlin elia.li...@gmail.com wrote: Does anyone have an AS3 solution for the

Re: [Flashcoders] pureMVC, swfaddress and multiple proxies

2010-11-14 Thread kris range
From what it sounds like, I think you want to do something like this: When you receive your event from SWFAddress, you could have your SWFAddress proxy dispatch a notification that a command would listen for. That command could go through your XML nodes and do whatever it is you need to do. Not a

Re: [Flashcoders] MVC and Event Architecture

2009-08-05 Thread kris range
I would really suggest looking into it as it has streamlined a bunch of my previous workflow. I use PureMVC ( with the fabrication utility ) a lot at work and really enjoy it. As with any framework that you use, it might not fit every specific project need, but generally it's been great. As far

Re: [Flashcoders] Flash/Flex Font Embedding

2008-11-26 Thread kris range
-- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Kris Range

Re: [Flashcoders] snap to guide AS code?

2008-11-23 Thread kris range
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Kris Range ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] sizing an arbitrary loaded swf

2008-10-02 Thread kris range
or if you are loading the swf files from external data source like xml, put an attribute in your xml of the size needed. component url=/someswf.swf width=500 height=400 / On Thu, Oct 2, 2008 at 9:05 AM, Steve Abaffy [EMAIL PROTECTED] wrote: Just brainstorming here, not sure if this will work.

[Flashcoders] Anchor tag in textfield looks clickable, but its not

2008-09-18 Thread kris range
In our application we are using css styled html text through externally loaded stylesheets and fonts. Everythings been working great. The clients says they want to use anchor links in the text. So we put in some sample html links to test and something is a miss. The links, they show up, they look

[Flashcoders] CJK runtime font embedding

2008-04-15 Thread kris range
I'm looking for some advice on what others have done for AS3 runtime font embedding, specifically in relation to Chinese/Japanese/Korean languages. Embedding these character sets seems to be a heavy load but the other option of device fonts doesn't seem to exciting either. :) Thanks, Kris Range