A Flash Developer Resource Site

Search:

Type: Posts; User: multioscar

Page 1 of 20 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,624

    my file name is actually banner648_213.swf.......

    my file name is actually banner648_213.swf.... Dont know y....
  2. Replies
    1
    Views
    1,624

    Sth strange happening in my mac

    I dont know whether I press command + enter.... I need to go "file>publish file" to see the result rather than that shortcut
    ...
  3. Replies
    3
    Views
    786

    flash no longer necessary?

    since iphone cant load that.....

    I am wondering to learn that or not.....
  4. Faster way to edit the position in different keyframe

    Is there any ways to move the symbol which located in frame 1 and 2 at same time?
  5. different frame rate for different movieclip

    How to set different frame rate for different movieclip? Is it possible?
  6. Replies
    3
    Views
    2,278

    yes, but how can I know the user click on the...

    yes, but how can I know the user click on the input text and give it action to clear the textfield if I dont use on enterframe?

    Any ways to do that?
  7. Replies
    3
    Views
    2,278

    Clear Input Text

    I am confused to clear the text input box when I click on the search function.

    I found a function for it in AS3
    search_txt.focusHandler = function() {
    trace("Set focus.");
    };

    But I am...
  8. Replies
    2
    Views
    418

    shorten the script

    Can anyone suggest a good way to shorten the script as below?


    function prev2() {
    if (currentBtn==1) {
    //m1.mm1.prevFrame();
    m2.mm2.prevFrame();
    m3.mm3.prevFrame();...
  9. Replies
    3
    Views
    613

    it still look the same. Can anyone who can give...

    it still look the same. Can anyone who can give me some hints?

    I have the attached files(CS3)
  10. Replies
    3
    Views
    613

    Play the movieclip

    I havent used AS2 for long time. TOday I try a simple code like below code that but it stop in frame s rather than play in the movieclip. It looks like the function "gotoAndStop" but I type...
  11. Replies
    1
    Views
    454

    enable function

    b1.addEventListener(MouseEvent.CLICK, clickHandler);
    function clickHandler(me:MouseEvent) {
    trace("b1")
    b1.enabled = false;
    }

    How come I cant disable the button by this function?

    Any help...
  12. using for loop to identify a valuable to a movieclip except one

    for (var i:int = 1; i <= 8; i++) {
    this["b" + i].visible=true
    }

    I am wondering whether I can set all b1,...b8 movieclip to visible except b7?

    should I identify each movieclip to visible...
  13. How to write in Flash to load php and generate XML

    THis is the original method I use for generating XML in Flash. But this time I want to use php to generate XML

    myXML = new XML();
    myXML.load("/common/media/end.xml");
    //getURL
    ...
  14. Replies
    1
    Views
    521

    Access the variable on the main stage

    If I wanna to access a variables which located on frame 1 of the main stage, can I write a script to access that in a movieclip which located in frame 2?

    Or the movieclip has to be in frame 1 to...
  15. Replies
    1
    Views
    2,347

    ioErrorHandler

    When I ouput an external swf, the flash works but the error has come up

    ioErrorHandler: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2036: Load Never...
  16. Thread: netstream

    by multioscar
    Replies
    0
    Views
    598

    netstream

    Is there any ways to load an external video without using netstream method? I use netstream for it but it play and stop alternatively when the client use slow bandwidth internet.

    I search a...
  17. Replies
    0
    Views
    645

    Loading bar for netstream

    Can we add a loading bar for a external video which was inputed using netstream method?
  18. Replies
    3
    Views
    558

    Yes, how to achieve it?

    Yes, how to achieve it?
  19. Replies
    1
    Views
    364

    loop problems

    Hi, I need to display a mc inside a mc, sth like this
    contentMain.txt1._visible=true;
    contentMain.txt2._visible=true;

    and then I wrote a loop like this
    for.......
  20. Replies
    3
    Views
    558

    pictures looping showcase

    If I have 10 pictures and have a box to show 5 pictures which will move to the right side. Is it difficult to write a script to loop to showcase those pictures inside the box endlessly.

    The order...
  21. Replies
    1
    Views
    360

    idea of looping

    How to write a loop for the following script so it will be shorten for them?

    stop();

    var btn1=false;
    var btn2=false;
    var btn3=false;
    var btn4=false;
    var _mc1:MovieClip = new liu_result1();...
  22. Replies
    5
    Views
    853

    Something I am trying but not working...

    Something I am trying but not working
    this[["m"+j]["mm"+j]].onEnterFrame = function() {
    trace("mm")
    };

    this[["m"+j+".mm"+j]].onEnterFrame = function() {
    trace("mm")
    };
    ...
  23. Replies
    5
    Views
    853

    this.m1.mm1.nextFrame();...

    this.m1.mm1.nextFrame();
    this.m2.mm2.nextFrame();
    this.m3.mm3.nextFrame();
    this.m4.mm4.nextFrame();

    If I tried this script, This works for me,

    BUt whenever I use the loop method, it says".....
  24. Replies
    5
    Views
    853

    loop problem

    I tried to play around with looping but I found some problems with this function
    This is something I want to achieve
    this.m1.mm1.prevFrame();
    .....
    this.m10.mm10.prevFrame();
    ...
  25. Replies
    1
    Views
    450

    jpeg and animation

    I have 10 jpg which same size and the name is liked a1, a2, a3...a10

    Can I import them to flash and arrange them to same position on the stage and the animation is like

    frame1:a1.jpg...
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