[Flashcoders] Handling LoadVars.sendAndLoad() redirection

2007-04-11 Thread Elie Zananiri
calling is being redirected? Has anyone encountered a similar problem and found a solution? Thanks for the help, -- Elie Zananiri ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

[Flashcoders] embedded fonts yet again

2007-03-17 Thread Elie Zananiri
Hello, I am having a problem with embedded fonts that is a little peculiar and I was wondering if someone knew how to fix it. I have an SWF which uses a custom font that works properly. I created a Font in the library, added it to a TextFormat, set it to the TextField, and there is no

[Flashcoders] embedFonts problem

2006-10-24 Thread Elie Zananiri
class? Thanks for the help, -- Elie Zananiri http://www.prisonerjohn.com http://www.digital-spa.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Re: quotes in XML

2006-08-09 Thread Elie Zananiri
=.rawurlencode($string).; ? Flash: unescape(string); Regards, Sebastian Wichmann -Urspr�ngliche Nachricht- Von: Elie Zananiri [EMAIL PROTECTED] An: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Gesendet: Dienstag, 8. August 2006 20:28 Betreff: Re: [Flashcoders] quotes in XML

[Flashcoders] quotes in XML

2006-08-08 Thread Elie Zananiri
the string. Is there a way to re-encode the string before creating an XML tree from it? Is there a better way to do what I am trying to do? Thanks for the help! -- Elie Zananiri http://www.prisonerjohn.com http://www.digital-spa.com ___ Flashcoders

Re: [Flashcoders] quotes in XML

2006-08-08 Thread Elie Zananiri
and Training http://www.figleaf.com http://training.figleaf.com -- Elie Zananiri http://www.prisonerjohn.com http://www.digital-spa.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

[Flashcoders] trying to call a function passed as an argument

2006-06-29 Thread Elie Zananiri
Hi all, I have this method where I need to call a function passed as an argument (kind of like in setInterval()) and I don't understand the documentation and can't get it to work. First of all, I don't understand how to pass the function as a parameter. Am I passing a String or an actual