A Flash Developer Resource Site

Search:

Type: Posts; User: EchoFive

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    2,161

    I have been tinkering with this, I made a custom...

    I have been tinkering with this, I made a custom class that extends the Flex Image class, and set the source and add it as a child of a VBox through actionscript. I am not sure if there is a better...
  2. Replies
    4
    Views
    2,161

    No, I had not seen that. However considering I...

    No, I had not seen that. However considering I need a method of specifying which image is loaded into the class at runtime I don't think that the workaround mentioned would help much.
  3. Replies
    4
    Views
    2,161

    Extending Sprite?

    So, I need to create an Actionscript 3 class that I can instantiate into a Flex app as a child. I have been mulling over how best to do this for like a week now, and I think I have an idea, but i'm...
  4. Replies
    2
    Views
    1,299

    Well, to be honest I think I figured out a method...

    Well, to be honest I think I figured out a method to do what I described above, however I am having alot of trouble with getting the layout to work with this.

    Here is the code I am working with:
    ...
  5. Replies
    2
    Views
    1,299

    Child for a

    I am building a photographic portfolio for a friend, and I am looking at methods of creating the menu system. I think I have a pretty good design down, but I need to be able to add an image as a...
  6. As far as I understand adding a [Bindable] tag...

    As far as I understand adding a [Bindable] tag registers that variable or object to dispatch / recieve data change events from other objects it is bound to.

    I know the binding system is all based...
  7. That worked like a charm, it's a little strange...

    That worked like a charm, it's a little strange the registration needs to be in the upper left but whatever works.

    Thanks amigo.
  8. Replies
    13
    Views
    978

    Sorry, I mustave missed your reply Kitter. I...

    Sorry, I mustave missed your reply Kitter. I can't really post the code, I don't think my company would be so happy about that. However I'll try to awnser any questions you might have.
  9. I am going to post the files to my webserver in...

    I am going to post the files to my webserver in case anyone has the fortitude to look at them.

    They are really simple, All I was trying to do with this is figure out how a few things would work...
  10. I appreciate the quick reply. I looked over my...

    I appreciate the quick reply. I looked over my .fla file, and the only thing in it is the movieclip Border, and the movieclip itself only contains a little artwork there is nothing off the stage.
    ...
  11. Positioning problems with an imported Movieclip in Flex

    I am trying to create an animated movieclip in the Flash IDE and get it into Flex. I figured out how to do all the importing, but when I do bring it in it floats in the upper left corner of the...
  12. Replies
    13
    Views
    978

    I suppose I could use a cookie, but ideally it...

    I suppose I could use a cookie, but ideally it would all be server side. The app I am writing is a demo of a backend interface so our clients will be able to update relevant information (in this...
  13. Replies
    13
    Views
    978

    Yeah I could manage that, however I'm unclear on...

    Yeah I could manage that, however I'm unclear on how I would let flash know which of the files it needed to open when the user comes back to edit the information again? (it looks like there will be...
  14. Replies
    2
    Views
    371

    LOL, little stupid error =P I appreciate the...

    LOL, little stupid error =P I appreciate the help, it worked like a charm :scared:

    Mabye less advil for me >.<
  15. Replies
    2
    Views
    371

    Absolutly retarded problem

    So I know this has to be something tiny I am overlooking, I have done this kind of thing several times in the past. Even done it once with the data I am trying to parse this time. I know this is a...
  16. Replies
    13
    Views
    978

    Here is another question though. Everything...

    Here is another question though.

    Everything works great, the XML gets updated with the new information, but half the time when the data finishes reloading after changes you don't see the new...
  17. Replies
    13
    Views
    978

    Ok, in case anyone is curious I got this working....

    Ok, in case anyone is curious I got this working.

    with AS3 you need to have


    $mybody = $GLOBALS['HTTP_RAW_POST_DATA'];

    set up to get the data as far as I can tell, other than that the rest...
  18. Replies
    13
    Views
    978

    Ok, obviously I am still very new at this getting...

    Ok, obviously I am still very new at this getting flash to interact with PHP thing, hell I don't actually know any PHP at all, still learning MXML and AS3. However, I tried to adapt what you did to...
  19. Replies
    13
    Views
    978

    Cool, I'll see if I can hack that out to AS3, I...

    Cool, I'll see if I can hack that out to AS3, I appreciate it man.
  20. Replies
    13
    Views
    978

    XML exporting, PHP co-operation?

    So, I have written a AS 3 project that basically opens an XML file, and allows the user to edit the contents of the file. I need a way to write the new information over the old file, but I have...
  21. You sir, are my damn hero! Thanks for the patient...

    You sir, are my damn hero! Thanks for the patient explanation, it really helped me out, I need to airmail you a beer or something!
  22. Hmm, I'm not entirely sure what you mean by my...

    Hmm, I'm not entirely sure what you mean by my load method is not "blocking," but I appreciate the insight, it's pretty much what I thought was happening. So, if I understand you correctly I should...
  23. XML Importer help, I think i'm an OOP newb!

    So, I am trying to write a pretty basic XML importer for a flash site i'm working on, and I have gotten it to work in a closed environment. I'm currently working on a class though, and whenever I...
  24. Hmm, allright i'll set it up without the...

    Hmm, allright i'll set it up without the playtoAndStop, the main window animations are kind of large and when I duplicate and reverse them for the back button functionality it kinda bloats the flash...
  25. Cs3

    Cs3
Results 1 to 25 of 31
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center