A Flash Developer Resource Site

Search:

Type: Posts; User: donaldparkerii

Page 1 of 20 1 2 3 4

Search: Search took 0.11 seconds.

  1. welchyboy send me an email same user name as my...

    welchyboy send me an email same user name as my flash kit @gmail.com
  2. Replies
    4
    Views
    670

    hey thanks that worked , i just wanted to post my...

    hey thanks that worked , i just wanted to post my final code just incase someone runs into this problem

    Main Movie:


    import library.xml.xmlProcesser;
    var myXMLProcesser:xmlProcesser = new...
  3. Replies
    4
    Views
    670

    just to the stage for now, in my main movie I...

    just to the stage for now, in my main movie I have

    import xml.xmlProcesser;
    var myXMLProcesser:xmlProcesser = new xmlProcesser("images.xml");
  4. Replies
    4
    Views
    670

    Processing XML

    I am working on my first XML class in AS 3.0, when processing the XML file I get an error "Call to possibly undefined method addChild". Is it because I am missing a class import?




    package
    {...
  5. Replies
    9
    Views
    946

    I have been learning flash mostly from forums...

    I have been learning flash mostly from forums and tutorials, I just got this book, AMAZING!!

    I also recommend lynda.com s video tutorials.
  6. Yeah I am not looking for work atm, I mean maybe...

    Yeah I am not looking for work atm, I mean maybe a few side jobs, but I got a stable day job. It doesn't load? It does on my machine, must be this damn free hosting.
  7. Replies
    22
    Views
    6,797

    very nice dude, congrads!

    very nice dude, congrads!
  8. Sticky: I didnt make this, and I forgot how i found it...

    I didnt make this, and I forgot how i found it but its an AS2.0 to 3.0 converter that works pretty good.




    http://www.5etdemi.com/convert/
  9. Still working, would like a little feedback if ya could

    http://donaldparkerii.freehostia.com/ <-- My Portfolio
  10. Replies
    3
    Views
    943

    looks good, love the menu, and the shirts HA!

    looks good, love the menu, and the shirts HA!
  11. Replies
    10
    Views
    1,148

    OK, so moving on to the next step after I got rid...

    OK, so moving on to the next step after I got rid of the first error 1010. Now I run into the same error different location.
    First of all let me give you my updated functions for my mouse events
    ...
  12. Replies
    10
    Views
    1,148

    OK I changed the funtion to function...

    OK I changed the funtion to


    function trans(loc:String):void
    {
    linkLoc = loc;
    trace(linkLoc);
    var myTrans:PageTransition = new PageTransition();
    contentLoader_mc.addChild(myTrans);...
  13. Replies
    10
    Views
    1,148

    yes i removied the contentLoader_mc.when...

    yes i removied the contentLoader_mc.when positioning the movie clip
  14. Replies
    10
    Views
    1,148

    I have this at the top of the screen //Main...

    I have this at the top of the screen


    //Main Movie
    var contentLoader_mc:MovieClip = new MovieClip();

    //Position MovieClips
    contentLoader_mc.x = 9;
    contentLoader_mc.y = 60;...
  15. Replies
    10
    Views
    1,148

    ok i changed the name of the variable but i still...

    ok i changed the name of the variable but i still get the error
  16. HA the north american union, lets hope for...

    HA the north american union, lets hope for everyone who is located here in the most awesome US of A that this WILL NOT HAPPEN!! Pretty much means say good by to our beloved Constitution and say...
  17. Replies
    10
    Views
    1,148

    Error 1010

    OK I am tring to learn actionscript 3.0 and it seems what used to be a few lines of code is now a huge chunk. There are a few things are preventing me from going forward that I need to clearn up

    ...
  18. id use CSS zindex. Give the cell with the...

    id use CSS zindex. Give the cell with the navigation bar a higher value
  19. I think I did that, here is what I have my code...

    I think I did that, here is what I have my code inside one of my movies


    //Pull GUI variables from LSCONGUI
    var guiVars = new LoadVars ();
    guiVars.onLoad = function()
    {

    bgColor =...
  20. Hey Roy I just used the code above and works...

    Hey Roy I just used the code above and works great, so I went a step futher and tried to pull the color value from a text file.

    Now in the setRGB, if I give it a hard coded color value such as...
  21. thats what i use

    thats what i use
  22. Replies
    3
    Views
    781

    Ocean Beach & OB Pier

    I've been spending a lot of time down at the beach so one day i grabbed my cam and poped off a few shots.

    http://i174.photobucket.com/albums/w93/donaldparkerii/*****_sm.jpg


    ...
  23. Replies
    1
    Views
    626

    f u spammer

    f u spammer
  24. Ha!

    ok i got it, i went to http://board.flashkit.com/board/showthread.php?t=389104&highlight=_droptarget

    after this i realized that i shouldn't be using _droptarget, I should be using hitTest so i...
  25. thats the thing, if i open the content file...

    thats the thing, if i open the content file published from captivate it works damn good, but if i load in through the skin file (has all the play back controls) i am only returned /contentShade_mc...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center