Re: [Flashcoders] ALT+GR in FireFox 4.0

2011-04-29 Thread Elia Morlin
Surely someone has a fix ? On Thu, Apr 28, 2011 at 4:14 PM, Elia Morlin elia.li...@gmail.com wrote: I know, but I can't remove opaque. It must be opaque. On Thu, Apr 28, 2011 at 3:47 PM, kris range krisra...@gmail.com wrote: If I remember correctly, this has popped up a few times and I

Re: [Flashcoders] XMLList Namespace Madness

2011-04-29 Thread Henrik Andersson
Start by throwing away the XMLList wrapper, what you really have is a single XML element, stop trying to pretend otherwise. Once you have the XML instance, just call the namespace method with the prefix to get the correct Namespace instance to use. Or even simpler, create the Namespace

RE: [Flashcoders] XMLList Namespace Madness

2011-04-29 Thread Merrill, Jason
Once you have the XML instance, just call the namespace method with the prefix to get the correct Namespace instance to use. Or even simpler, create the Namespace object directly from the used url. If you followed the thread, that's what I was doing and it wasn't working. Jason Merrill

RE: [Flashcoders] XMLList Namespace Madness

2011-04-29 Thread Merrill, Jason
Here is my final utility function to disable XML namespaces if anyone finds this useful: /** * This method will disable, but not remove namespace declarations in an XML document. Namespace declarations * are altered from using a color designator (:) to a

Re: [Flashcoders] XMLList Namespace Madness

2011-04-29 Thread Ross Sclafani
typo On Apr 29, 2011, at 2:54 PM, Merrill, Jason wrote: color designator (:) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] XMLList Namespace Madness

2011-04-29 Thread Merrill, Jason
You've never heard of the color (:)? Kinda inbetween fuschia and midnight blue. ;) Jason Merrill Instructional Technology Architect Bank of America Global Learning ___ -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com

Re: [Flashcoders] ALT+GR in FireFox 4.0

2011-04-29 Thread Helmut Granda
Hi Elia, Are you on a non-english keyboard? I never heard of that combination but that may have to do with you using a Spanish or Portuguese keyboard? I am only asking this because it will help understand your issue better. I read somewhere in line that ALT+GR is the @ symbol? In English

Re: [Flashcoders] XMLList Namespace Madness

2011-04-29 Thread Peter Ginneberge
The following works for me: === var myXMLList:XMLList = XMLList(GetUserProfileByNameResponse xmlns=http://microsoft.com/webservices/SharePointPortalServer/UserProfileService; xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;

RE: [Flashcoders] XMLList Namespace Madness

2011-04-29 Thread Merrill, Jason
Cool - thanks Peter. Jason Merrill Instructional Technology Architect Bank of America Global Learning ___ -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Peter Ginneberge

[Flashcoders] Indesign generated swfs: IDSWFFile.as messes with my clicks!

2011-04-29 Thread Micky Hulse
I built a simple pre-loader that loads swfs generated by Adobe Indesign CS4. Long story short, these Indesign swfs were not clicking when clicked! Here's my click code (the Indesign swf loads into swfContainer sprite): [/code] // Setup linking with inline handler:

[Flashcoders] Re: Indesign generated swfs: IDSWFFile.as messes with my clicks!

2011-04-29 Thread Micky Hulse
On Fri, Apr 29, 2011 at 1:59 PM, Micky Hulse mickyhulse.li...@gmail.com wrote: 2. Any tips on how to trump the code from IDSWFFile.as? I think I found a solution. When generating an output profile or swft file from Indesign, there are these options (selected by default): Include Buttons