A Flash Developer Resource Site

Search:

Type: Posts; User: hauswaerter

Search: Search took 0.02 seconds.

  1. Re: Re: flash mx2004

    thanks, thats just what i do at the moment, but i have the feeling i make very slow progress.
    a.
  2. Re: flash mx2004

    can you recommend a book to learn actionscript?
    i know just the basics.
    and i also miss the normal mode......
    thanks anna
  3. Replies
    3
    Views
    1,384

    thanks!!!

    thanks!!!
  4. Replies
    3
    Views
    1,384

    hi! is there another possibility to have...

    hi!
    is there another possibility to have control over the sound in a video apart from splitting sound and video and import them as two seperate items?

    i would like to have an on/off button for...
  5. Replies
    1
    Views
    445

    hi! i would like to make a script to check the...

    hi!
    i would like to make a script to check the bandwidth of the user,
    so i can lead him automatically to a low- or a high bandwidth animation.
    anybody an idea where i can get information how to...
  6. Replies
    0
    Views
    1,322

    hi! i want to create an on/off button for the...

    hi!
    i want to create an on/off button for the sound of a video.
    OFF is simple to do with:

    on (release) {
    stopAllSounds();
    }

    but i have difficulties with the ON, as i can not address...
  7. video

    i would like to implement video in flash,
    and to have an easier way to create forms and its validation (like you have in dreamweaver f.i.)
  8. Replies
    1
    Views
    378

    answer

    in the meantime i found the answer to my question myself....
    if you multiply your variable- its fine when you write a*10 , if you want to write a+10 you need to mark the variable as a number.......
  9. Replies
    1
    Views
    378

    i got a variable(a), which is a number in a...

    i got a variable(a), which is a number in a txt-file. f.i a=130

    i want to display it in my flash as a graphic:
    ....
    ha=a;
    setProperty ("_root.grafik", _xscale, ha*100);
    and as text.
    the text...
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center