A Flash Developer Resource Site

Search:

Type: Posts; User: Tomppa

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    291

    How to adjust multiple soundtracks?

    I have a flash movie (mx) that plays soundloop in background and I adjust that with a volumeslider like this:

    Frame 1:
    soundtrack = new Sound();
    soundtrack.attachSound(_level4);

    Frame 2:
    vol...
  2. Replies
    2
    Views
    390

    correction!!!

    put this in the first frame

    fscommand ("fullscreen", true);
  3. Replies
    2
    Views
    390

    answer

    this is the thing:

    Put this in the first frame:
    fscommand ("fullscreen", "true");
  4. Replies
    1
    Views
    400

    How to close a projector???

    I made a projector with flash 6 that fills the screen at first frame. I need to put a button in it so that user can close the this projector (there are such people who are not aware of the esc-key)....
  5. I have movieclip that loads varibles from...

    I have movieclip that loads varibles from txt-file and puts text into dynamic textarea and does some counting with the variables. When the coontent of the txt-file gets too long MC won't work. It...
  6. I made a flash movie that loads an external...

    I made a flash movie that loads an external txt-file containing variables. See below:
    ...
  7. Thread: call

    by Tomppa
    Replies
    1
    Views
    307

    I have to call variables from leve0, frame...

    I have to call variables from leve0, frame "variables" to swf-file on level 1. What's the exact script. I've tried some different ways but they don't seem to work.
  8. Replies
    2
    Views
    453

    I have an external txt-file that contains a...

    I have an external txt-file that contains a variable amount = 3

    I tried to convert it from string to numerical value with this command: amount = Number(amount); but the result was that amount...
  9. Replies
    1
    Views
    359

    This is how it goes: In a movieclip (instance...

    This is how it goes:

    In a movieclip (instance name ikon) I create a variable to parent movie and the variable has the same name as the instance itself >>>

    _parent.nameOfInstance = this._name;
    ...
  10. Thread: flash detection

    by Tomppa
    Replies
    2
    Views
    456

    Where I can find a javascript code that detects...

    Where I can find a javascript code that detects if flashplayer is installed to users computer. Of course I can always use HTML-refresh and small flash-movie to detect this, but if the user don't have...
  11. Replies
    1
    Views
    1,054

    Is there a way to define x and y position to...

    Is there a way to define x and y position to loaded movie. So far I have made the loaded movie same size as the "parent" movie and that way got the elements on the right place.
  12. Is it possible to upload an external (jpg) image...

    Is it possible to upload an external (jpg) image to flash movie?
  13. Thread: news manager

    by Tomppa
    Replies
    2
    Views
    395

    No, not that simple. So I need server side...

    No, not that simple. So I need server side functions.
  14. Thread: news manager

    by Tomppa
    Replies
    2
    Views
    395

    Does anybody / anywhere have a good SIMPLE...

    Does anybody / anywhere have a good SIMPLE tutorial for making a news manager? So that "webmaster" could add one news from the net and it would replace the recent news on the database. No archives...
  15. Thread: txt-file

    by Tomppa
    Replies
    3
    Views
    472

    Howdy How can I mark "&" sign to loadable...

    Howdy

    How can I mark "&" sign to loadable txt-file without breaking the text apart. Plain &-sign will show only the text before the sign.
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center