A Flash Developer Resource Site

Search:

Type: Posts; User: enpstudios

Page 1 of 20 1 2 3 4

Search: Search took 0.68 seconds.

  1. Could you guys please help get this dog adopted?

    Can you please pass along this link: www.adoptcooper.com and help this lttle guy get adopted?

    Thank you if you can :)
  2. Replies
    4
    Views
    4,362

    Twitter Page!

    https://twitter.com/#!/thanksmitt
  3. Replies
    4
    Views
    4,362

    Mitt Romney Saved the Auto Industry?

    I am sure that everyone has heard the claim that Mitt Romney personally saved the Auto Industry? Go this facebook page and tell Mitt Thank you for doing something that he will believe that he has...
  4. Replies
    30
    Views
    17,203

    Holy Crap! I haven't seen your name on my screen...

    Holy Crap! I haven't seen your name on my screen for years. How have you been?
  5. Replies
    58
    Views
    25,522

    I hope not, she has been in my life for so long....

    I hope not, she has been in my life for so long. I still love her!
    I have been doing a lot of PHP and JQuery lately though.
  6. Flash CS5 keeps crashing before it fully opens

    I have Flash CS5 and it keeps crashing before it fully opens, here is the error code I am getting:




    Application Name: Flash.exe
    Application Version: 11.0.2.489
    Application...
  7. Replies
    18
    Views
    5,869

    Do you think they will allow flash on apple...

    Do you think they will allow flash on apple devices now?
  8. Replies
    0
    Views
    1,313

    Have you seen this template anywhere?

    Hello everyone, I was wondering if anyone has seen this site?

    http://www.art-studio.tv/v2011/

    If you have, do you know if it is a flash xml template or a custom design?

    Thanks guys,
    -Eric
  9. Replies
    2
    Views
    14,330

    Does anyone know where this is from?

    Hello everyone, I was wondering if anyone has seen this site?

    http://www.art-studio.tv/v2011/

    If you have, do you know if it is a flash xml template or a custom design?

    Thanks guys,
    -Eric
  10. Replies
    2
    Views
    1,726

    Try this: gotoAndPlay("repeat");

    Try this:

    gotoAndPlay("repeat");
  11. Use the Timer Class. Here is a tutorial:...

    Use the Timer Class. Here is a tutorial: http://www.republicofcode.com/tutorials/flash/as3timer/
  12. It sounds like the object you are trying to move...

    It sounds like the object you are trying to move is losing focus when your timeline changes frames.

    Try: stage.focus = yourMovieClipNameHere;
  13. Replies
    4
    Views
    1,699

    I agree, Flash is telling you it cannot find the...

    I agree, Flash is telling you it cannot find the functions.
  14. Replies
    1
    Views
    6,509

    You need to use the SoundTransform Class: ...

    You need to use the SoundTransform Class:



    import flash.media.SoundTransform;

    var volumeControl:SoundTransform = new SoundTransform();

    volumeControl.volume = 0;
    chn.soundTransform =...
  15. Replies
    1
    Views
    1,609

    Unexpected File Format on Launch!

    I have had Flash CS5 since it came out, I have updated the program regularly.
    When I open Flash it gives me the Unexpected File Format Error. Even though I am not opening any files. Does anyone know...
  16. Replies
    6
    Views
    1,957

    Try setting: var angle:Number; to var angle:uint;

    Try setting: var angle:Number; to var angle:uint;
  17. Replies
    5
    Views
    1,640

    I agree, Flash Builder or Flash Develop is a much...

    I agree, Flash Builder or Flash Develop is a much better choice for writing AS!
  18. Replies
    2
    Views
    1,688

    Thank you very much for the help. It has been...

    Thank you very much for the help. It has been alot of fun transitioning fully to AS3.

    Your example worked perfectly!! :)



    I had originally used Object instead of Array, but when I ran the...
  19. Replies
    2
    Views
    1,688

    Loaded XML file into Associative Array?

    Hi guys,

    I have a question for you. I have loaded XML into flash and everything is great.
    I have an Associative Array that makes a dynamic menu and everything is great.

    What I would like to do...
  20. Replies
    4
    Views
    2,953

    I see that you have: ...

    I see that you have:


    tweenScaleX.addEventListener(TweenEvent.MOTION_FINISH, shrink);


    Did you define the shrink function?

    It should have the tweenScaleX and tweenScaleY inside of it with...
  21. Replies
    2
    Views
    1,735

    What I used to do was to create a global variable...

    What I used to do was to create a global variable named "frame"
    I would then have the movieclip play the fade out sequence and when it hits the last frame it would look at the global variable...
  22. Replies
    7
    Views
    1,793

    I agree with 5TonsOfFlax, your question was not...

    I agree with 5TonsOfFlax, your question was not 100% clear. We did not know if you meant upload as in browse the users pc and load the image in that way.

    Or load externally from an image folder or...
  23. Replies
    1
    Views
    1,258

    This is how I do it in AS3/CS5 Just a note, you...

    This is how I do it in AS3/CS5
    Just a note, you also need to create a new Font in the library for embedding to work. :)



    var a2iText:TextField = new TextField();
    var a2iTextFormat:TextFormat...
  24. Replies
    2
    Views
    1,020

    Are you trying to get each movie clip to play in...

    Are you trying to get each movie clip to play in random order?
  25. Replies
    2
    Views
    1,267

    I would use Event.Complete: ...

    I would use Event.Complete:


    myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, printLoaded);

    function printLoaded(evt:Event):void
    {
    addChild(web);
    }
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