A Flash Developer Resource Site

Search:

Type: Posts; User: va

Page 1 of 11 1 2 3 4

Search: Search took 0.06 seconds.

  1. Thread: stopping function

    by va
    Replies
    1
    Views
    354

    stopping function

    Hi all!

    Can anybody tell me how to stop this function when entering Frame 2?


    This code is on frame 1:
    -----code

    function one(pAnzahl, pBreite, pHoehe,pFlockenDim,pFlockenDichte) {
    for...
  2. Thread: flap banner?

    by va
    Replies
    1
    Views
    753

    expanding banner?

    Hi all,

    Do you know how to build a flap-banner in flash? the original size is 468 x 60 when mouseOver size increases to 468 x 500.

    So, do I need to set up the document size as 468 x 60 or 468 x...
  3. Replies
    6
    Views
    515

    I think i'm gonna work with SharedObjects as you...

    I think i'm gonna work with SharedObjects as you suggested.

    Thanks a lot,
    ----va
  4. Replies
    6
    Views
    515

    Thanks, I'll take a look at this. Is it...

    Thanks,

    I'll take a look at this.
    Is it possible to use html-text to generate php-code inside the flash file?

    Cheers,
    ----va
  5. Replies
    6
    Views
    515

    hm, i was afraid that there's no possibility....

    hm, i was afraid that there's no possibility.
    Since I don't have access to the site that embeds the swf (a banner) I can't use PHP.

    Is there any other way to regognize unique users than the IP?...
  6. Replies
    6
    Views
    515

    Getting IP Adress via Flash

    Hello!

    Is there a way (just like getVersion() ) to get the IP adress of users browsing my swf file?

    Thanks,
    ----va
  7. Replies
    5
    Views
    580

    nice site, i like the music and the loading...

    nice site,
    i like the music and the loading effects.... and the graphics,
    also i find the information very quckly, which in my opinion is the miost important.

    i think the over colors of the...
  8. Thread: Nightwork

    by va
    Replies
    3
    Views
    442

    Thanks for your replies, we've gone through weeks...

    Thanks for your replies, we've gone through weeks of testing but didn't get that....
    Anyway thank you for taking are look and the feedback.

    What screen resolution are you using?

    Cheers,
    ----va
  9. Thread: Nightwork

    by va
    Replies
    3
    Views
    442

    Nightwork

    Hey, our new website is online by now.
    Any comments are very much appreciated.

    http://www.nightwork.at

    Cheers,
    ----va
  10. Thread: Rotating textfields

    by va
    Replies
    3
    Views
    321

    still doesn't work...

    Thanks for the replies, but
    sorry guys, didn't work either


    here the full code, if that helps:

    createEmptyMovieClip("tf",1);
    //creating BackgroundColour
    tf.beginFill(0xCCCCCC, 50);...
  11. Thread: Rotating textfields

    by va
    Replies
    3
    Views
    321

    Rotating textfields

    Hi all,

    I just can't rotate an textfield. The textfield gets lost all the time.

    code:

    createTextField("text1", 2, 400, 335, 146, 16);
    text1._rotation=270;
    text1.type="input";...
  12. Replies
    2
    Views
    359

    thanks

    I'm going to try that. The only problem could be, that i'm needing this as a event triggered by a button.

    Thanks alot,
    ----va
  13. Replies
    2
    Views
    359

    moving mc's using actionscript?

    Hi all,

    I'm trying to move a movieclip from A to B using 3 Frames, where Pos.A ist variable and Pos.B is fixed at x=100, y=100.

    Frame 1:
    I'm checking the coordinates of Position A, using...
  14. Replies
    3
    Views
    407

    ok....

    Could it be - as I'm doing this offline - that Flash can't use the loadVariables command while I'm not having PHP or CGI, etc.. installed?

    It seems to be impossible to open my txt file.


    Any...
  15. Replies
    2
    Views
    429

    Thank you.

    Thank you. I found out, I was having some trouble with the _root.etc in the loaded SWF.

    Cheers,
    -----va
  16. Replies
    3
    Views
    407

    Loading variables from a text file?

    Hi all,

    This doesn't seem to work:

    -------code--------
    on(release) {
    loadVariables ("pic.txt", "_root.targetMC);
    trace("anz")
    }
    ------/code--------
  17. Replies
    2
    Views
    429

    Actionscript in loaded movies

    Hi,

    Maybe this has been asked for a thousand times, but it's simple answered...:

    Do i use loadMovie(...) or loadMovieNum(...) to keep the actionscript activity alive in the loaded swf-file?...
  18. Hi, You can't mix actionscript commands and...

    Hi,

    You can't mix actionscript commands and tweens on the same movieclip. This will always cause the tween to stop.
    Why don't you try either to do all of the animation in actionscript or just do...
  19. Replies
    4
    Views
    418

    ??? on (release) { trace(_root.btntxt); }

    ???

    on (release) {
    trace(_root.btntxt);
    }
  20. Replies
    1
    Views
    399

    HTML text

    Hi,

    You can use the following html tags: <A>, <B>, <FONT COLOR>, <FONT FACE>, <FONT SIZE>, <I>, <P> & <U> in your flash movie. All you have to do is activating the "use html text" button that...
  21. Replies
    4
    Views
    418

    Actionscript used commands

    Hi there,

    You can use textfields as objects in MX. I'm not sure but i think "text" cannot be used as an instance name, because it's reserved by actionscript. If you set an instance name, you can...
  22. Thread: frame rate change

    by va
    Replies
    4
    Views
    443

    no. even if you load a swf-file into the main...

    no.

    even if you load a swf-file into the main movie.

    ----va
  23. I've had the same problem - it seem that you...

    I've had the same problem - it seem that you can't use dynamic text fields within masks.

    Cheers,
    ----va
  24. Thread: Debugger?

    by va
    Replies
    2
    Views
    527

    Does that problem occur when you rool over a...

    Does that problem occur when you rool over a button? More info you help.

    However, you'll start the debugger hitting Crtl+Shift+Enter

    ----va
  25. Thread: fireworks...

    by va
    Replies
    2
    Views
    407

    Re: fireworks...

    and what is your question?
    ----va
Results 1 to 25 of 267
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center