A Flash Developer Resource Site

Search:

Type: Posts; User: jtvalles

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,384

    It is a browser-based application using Flash...

    It is a browser-based application using Flash Player.
  2. Replies
    3
    Views
    3,384

    ByteArray to FileReference

    I know I can use this to save ByteArray data to disk:


    var ba:ByteArray = new ByteArray;
    ba.writeUTFBytes('<?xml version="1.0" encoding="iso-8859-1"?>\n'+text)

    var fr:FileReference...
  3. Replies
    9
    Views
    1,709

    I went back to your first post and: package {...

    I went back to your first post and:

    package {
    import com.adobe.serialization.json.JSON;
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import...
  4. Replies
    9
    Views
    1,709

    This is an effort to improve a previous project....

    This is an effort to improve a previous project. I can't post that project because the newsFeed is unavailable outside my network.

    My original project was a fully frame-scripted (messy)...
  5. Replies
    9
    Views
    1,709

    Thanks again arkitx. Your code works perfectly. I...

    Thanks again arkitx. Your code works perfectly. I modified it to output json.

    I still have to decode the json file in my .fla script. Can you tell me how I can obtain the "newsData" object after...
  6. Replies
    9
    Views
    1,709

    Thanks arkitx. It works perfectly.

    Thanks arkitx. It works perfectly.
  7. Replies
    9
    Views
    1,709

    Access Class object in .fla

    Hello all. I have tried for days to solve this. I am trying to access the "newsData" object from my .fla to populate my manually created textfields.

    Can someone help me access the object?

    Here...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center