A Flash Developer Resource Site

Search:

Type: Posts; User: Giblin

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    513

    Thank you that was it its been one of those days.

    Thank you that was it its been one of those days.
  2. Replies
    5
    Views
    513

    Oh right ok ty it was driving me crazy Ill check...

    Oh right ok ty it was driving me crazy Ill check that thanks
  3. Replies
    5
    Views
    513

    Um no I'm not sure but if that were true why is...

    Um no I'm not sure but if that were true why is 11 not greater than 16?
  4. Replies
    5
    Views
    513

    4 > 16 What!?!?!?!?!

    Ok so Im working with a large amount of numbers 366 of them and I need to find the largest number in the Array so I run the following code on my Array.

    Here are the first few numbers of the Array...
  5. Replies
    2
    Views
    393

    Ok all this does exactly what I don't want and...

    Ok all this does exactly what I don't want and have been poring though this for a week now and I am getting no were. I don't want a photo gallery. I don't want the large images hooked to thumb...
  6. I think its because _root refers to the MC time...

    I think its because _root refers to the MC time line not your main Time line so it cant find what it needs. try _global that should make the code look at the main time line or you can add...
  7. Replies
    2
    Views
    393

    Importing Images from XML

    Hey everyone I'm trying to figure out how to load a list images form an XML file and have all the images loaded into there own MC that I can later call individually I have seen some examples of...
  8. Replies
    1
    Views
    416

    Makeing SWF filr Tesparent

    I know there is a way to make HTML appear through a SWF file in AS2 but I cant remember what the code is and I cant find it.

    Can anyone help me out here Please.

    Thank you
  9. Replies
    1
    Views
    454

    I'm not sure why your link is not working but...

    I'm not sure why your link is not working but putting the swf file in an HTML doc should not have any effect on the function of the swf file that I have ever seen. I know that is not allot of help,...
  10. Replies
    3
    Views
    1,000

    Ok I see two possible spots but I'm not 100% sure...

    Ok I see two possible spots but I'm not 100% sure on ether of these. First I have always been told not to load the file before the function because the function may not be complete before the file...
  11. Replies
    3
    Views
    499

    No looping, and I don't know I have never really...

    No looping, and I don't know I have never really done a preloader, so anything that will work. Even if you can point me some were. I have been looking, but cant seam to find anything that helps.
  12. Replies
    3
    Views
    499

    Long Animated MC into preloader

    OK I have seen this done but Im not even sure were to start. I have a Animated MC that I want to use as a preloader but the preloader ends before the animation how do I link the animation to the...
  13. Ok this seams so simple but it dose not work any...

    Ok this seams so simple but it dose not work any ideas what I did wrong?

    AS2 code

    import flash.external.ExternalInterface;

    ExternalInterface.addCallback("textChange", null, textChange);
    ...
  14. thank you that helps alot

    thank you that helps alot
  15. Replies
    11
    Views
    743

    sure!

    sure!
  16. Replies
    11
    Views
    743

    OK so so try this this.MC_Photo.stop();...

    OK so so try this




    this.MC_Photo.stop();

    import mx.transitions.Tween;
    import mx.transitions.easing.*;
    var myTween:Tween = new Tween(MC_Photo,"_y", Strong.easeOut, 800, 100, 8, true);
  17. Replies
    11
    Views
    743

    Ok first you have nothing in your code there that...

    Ok first you have nothing in your code there that says stop the play of MC_Main . So that means the min. the swf loads its going to start the animation in MC_Main. You need to stop that, I cant...
  18. Replies
    11
    Views
    743

    Ok so MC_Main loads and dose its thing then waits...

    Ok so MC_Main loads and dose its thing then waits for you to hit "b1" then MC_ main moves out of the way and MC_Photo moves in and then when its done moving plays its animation. Correct?
  19. That link is not working for me can you try again...

    That link is not working for me can you try again I tried searching on that site for ExternalInterface class in AS2 and Im not getting anything


    Thank you
  20. Replies
    11
    Views
    743

    Ya kinda, I forgot to ask is the video on the...

    Ya kinda,

    I forgot to ask is the video on the stage or are you calling the video in?

    and what MC is the video in?

    the onload is only going to work if your loading the video into the clip at...
  21. Replies
    5
    Views
    546

    try this is test text

    try <span>this is test text</span>
  22. Replies
    11
    Views
    743

    I would say the way your code is looking its...

    I would say the way your code is looking its because the video is not loading before the animation starts in your frames. Try putting a onload or something like it so that your animation dose not...
  23. [F8]Trigering an event in a swf from PHP or HTML

    I have a site I'm working on and wondered if there is a way to have the html or php buttons trigger a change in the swf. I'm using AS2.
  24. Replies
    0
    Views
    3,081

    SWF encypter for Mac

    What is the best for Mac for protecting my SWF files?
  25. Replies
    0
    Views
    490

    Best SWF enencrypter for Mac

    Just like it says what is the best for a Mac user,

    There are so many out there. I have looked at a few and I thought I would just ask you guys before I buy any. I need one of the best out there....
Results 1 to 25 of 46
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center