« Opera Mini v4 Beta 2 Available for DownloadApple Selling 1 in 6 Laptops »

9 comments

  1. § Shunjie said on :
    Heres a tip on how to convert them in AS3 ;)

    http://expertria.com/index.php/archives/30
  2. § Richard Leggett® Email said on :
    Hi Shunjie,

    Great tip thanks indeed, I should post the code I'm using to read in from a file soon.

    I wanted to ask you, where have you found the mx.utils.Base64Encoder class? It is not available in the Moxie SDK, perhaps in 2.0.1?.
  3. § Shunjie said on :
    Hi Richard,

    You can find it in the Flex 3 SDK (Movix) at

    /frameworks/projects/framework/src/mx/utils

    I think its not in the docs but you can use it ;)
  4. § Richard Leggett® Email said on :
    Thanks for the reply Shunjie, it seems I have that class missing still. Never mind, the alternative works very well for now.
  5. § JesterXL said on :
    For URL encoding, I've found Base64 isn't safe if you can't use CDATA (*ahem* *cough* Google's XML parser *cough*), so, throw it at a encodeURIComponent call, Base64 it, and then encodeURIComponent again for good measure. Always works!
  6. § Richard Leggett® Email said on :
    Nice tip, cheers Jesse! Unfortunately some specs prevent you from using CDATA (like XMLRPC), but otherwise definitely the better option to CDATA.
  7. § marie® Email said on :
    Hi

    I’ve been looking at attending the “Flash on the beach” event down in Brighton and was wondering whether you would be able to give me a further insight into the kinds of ideas and talks that you will be taking.

    I’m a third year student studying web and new media; I’ve just started a new module where I intend on progressing my flash skills further, by attempting to produce some kind of motion graphic sequence incorporated in a new game or something new that hasn’t been attempted as of yet. It all seems very broad and vague, which it is, but as part of my module, I need to find out about “what’s new” in the flash era at the moment, what are people in the industry now starting to make, and so was wondering whether you would be able to give me an insight in to what “you” believe is up and coming, and what flash experts are now experimenting with?

    It would not only help my understanding of flash more, but would enable me as a student to get my work up to industry standard level.

    I’m sorry this email is very broad, but I would just basically like some kind of insight into what different new media professionals such as yourself believe students like me, should take flash, what should we be producing and why.

    I really hope to hear from you soon.
    Yours sincerely
    Marie Williams
  8. § anoop Email said on :
    An error occur during d usage of Base64...the code i used is

    var username:String = "username";
    var password:String = "password";
    var encodedCredentials:String = Base64.encode(username + ":" + password);
    var headerArray = new Array(
    new URLRequestHeader("Authentication",
    "Basic " + encodedCredentials));
    request.headers = headerArray;
    request.request = { status: tweet_txt.text };
    request.send();

    ;;;;;here tell d error access of undefined property Base64...can u help me
  9. § Vikky Email said on :
    Hi,

    Does any one has an AS file for Flash AS2?
    Which will convert the given file to a base64 format? Or where can I find it?

    Thanks in advance :)

Comments are closed for this post.

Contact. ©2010 by Richard Leggett. multi-blog / webhosting UK.
Design & icons by N.Design Studio. Skin by Tender Feelings / Evo Factory.