A Flash Developer Resource Site

Search:

Type: Posts; User: pumpitup

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. to learn dynamic communication between flash...

    to learn dynamic communication between flash movies and javascript, go see
    http://www.macromedia.com/support/flash/ts/documents/java_script_comm.htm

    or read the following basic example snippet:...
  2. just posted a new thread on this subject to the...

    just posted a new thread on this subject to the feedback. Thanks for posting your suggestions...

    [Edited by pumpitup on 07-02-2002 at 03:24 PM]
  3. Ok. Lets face it. This board is *REALLY* great,...

    Ok. Lets face it. This board is *REALLY* great, and the people here are very *KOOL*, the moderators, the *SMARTEST* around.
    But there are always things that could make the community life easier,...
  4. Hi Kira, I would certainly enjoy to collaborate...

    Hi Kira,
    I would certainly enjoy to collaborate to your project. Could you think of a way to make this flash movie a collaborative project between Flash designers as well?
    For instance, each...
  5. Replies
    4
    Views
    477

    but, yes, if you don't have particular reasons to...

    but, yes, if you don't have particular reasons to do it using Flash, do as Tim suggests ;-)
  6. Replies
    4
    Views
    477

    If you use the streaming functionality, it...

    If you use the streaming functionality, it shouldn't be a problem viewing your sampler. The buffering should only take a few seconds. But I previously have had problemes fitting big streaming files...
  7. Thread: flash forms

    by pumpitup
    Replies
    1
    Views
    469

    You can use any free cgi script you want (e.a....

    You can use any free cgi script you want (e.a. formmail.cgi from http://www.scriptarchive.com/formmail.html).
    Just set up you button:
    on (release){
    ...
  8. Replies
    5
    Views
    596

    hi! go to the file>>publish settings. Go to the...

    hi!
    go to the file>>publish settings. Go to the html tab and set the dimensions in percents. This will resize your movie to a size depending of the html page (whether it sits alone in your page or...
  9. Thread: Flash Game

    by pumpitup
    Replies
    5
    Views
    371

    Where is your job located and how much are you...

    Where is your job located and how much are you getting paid? I might be interested in taking over your job.
  10. one more thing...i forgot to mention ;-) if your...

    one more thing...i forgot to mention ;-)
    if your target is at root level (_level0), just write:
    with(_root.mc1){...} from anywhere in your applet.
  11. hi! just write: on (release ) { with (mc1)...

    hi!
    just write:

    on (release ) {
    with (mc1) nextFrame();
    }

    mc1 being the object targetted,
    nextFrame() being an example of instruction given.
  12. Replies
    1
    Views
    436

    please, i need some help! Macromedia online...

    please, i need some help!
    Macromedia online documentation doesn't help much here; just as if nobody ever uses Netscape and Mac!
    just trying to get this line right:
    (I have a flash movie called...
  13. Replies
    3
    Views
    511

    if you have a structure like this: _root [... ...

    if you have a structure like this:
    _root [... [ A [ B [ C ] ] ] ...]
    where C is a child of B and a grand-child of A,
    you can set a value to a variable in your sub-sub movie using this syntax:...
  14. Replies
    2
    Views
    697

    oops! smiliez squeezzzed in! ... ...

    oops! smiliez squeezzzed in!
    ...
    getURL("javascript:prmpt('Do you?','oh yeah')");
    ...
  15. Replies
    2
    Views
    697

    hello gabrielle, try this on your button: ...

    hello gabrielle,
    try this on your button:

    getURL ("javascript:prmpt('Do you want to save this file before you close it?','of course not!')")

    then on your html page insert this:
    <script...
  16. Thread: HTML button

    by pumpitup
    Replies
    1
    Views
    476

    might sound silly to suggest this, but are you...

    might sound silly to suggest this, but are you sure you wrote your script into the button (because it looks like the code is executed when the frame gets read). The expression should be enclosed...
  17. Replies
    1
    Views
    436

    hi guys! i am currently trying to control...

    hi guys!
    i am currently trying to control movies from Netscape and macOS (e.a:document.swf_movie.tgotoFrame(20), etc...). With very poor results I have to admit. The code works fine under Explorer...
  18. Replies
    2
    Views
    751

    Thank you trickman! It helps!

    Thank you trickman! It helps!
  19. Replies
    2
    Views
    751

    Hi, I can't seem to find the loadMovieNum() or...

    Hi, I can't seem to find the loadMovieNum() or the loadVariablesNum()functions in the Macromedia actionscript reference book, even though it appears in Flash5 action script popup menu. Anyone used...
  20. Replies
    23
    Views
    1,608

    JAROD1974: If I knew this was in the back of...

    JAROD1974:
    If I knew this was in the back of your mind when you opened this thread, I wouldn't have cared to answer your thread. What kind of adult will you be when/if you grow up (is 1974 your real...
  21. Replies
    12
    Views
    650

    How does looks a typical flasher? slightly...

    How does looks a typical flasher? slightly overweight from nutella? How do you burn that food? swimming? running? making love? using computer as weight lifting device?
  22. Replies
    23
    Views
    1,608

    I speak French and presently live in Brussels,...

    I speak French and presently live in Brussels, Belgium. That is not in France, but it's close.
    I have plans to move to London in November.
    BTW: I will be looking for a place to share (I 'm clean,...
  23. Replies
    15
    Views
    1,041

    i am a macintosh man. But i think that if you go...

    i am a macintosh man. But i think that if you go to the download manager (go somewhere in your iE menu to open it) and paste the path in the url field, it will download correctly. Glad it worked...
  24. Replies
    15
    Views
    1,041

    hi benra! after reading your last message, i...

    hi benra!
    after reading your last message, i have modified the sample so that it answers your problem better (i hope). I prefer posting the sources in this forum, so it can be useful to more people....
  25. Replies
    15
    Views
    1,041

    Hi, benra Yeah, the server was down for a...

    Hi, benra
    Yeah, the server was down for a while...
    Do you have trouble accessing the .fla?
Results 1 to 25 of 108
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center