A Flash Developer Resource Site

Search:

Type: Posts; User: Daze70

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    646

    Thanks for your help guys! It works. Daze

    Thanks for your help guys!
    It works.

    Daze
  2. Replies
    1
    Views
    663

    Nobody can help me???

    Nobody can help me???
  3. Replies
    8
    Views
    646

    Somebody's able to help me???

    Somebody's able to help me???
  4. Replies
    8
    Views
    646

    Both ASP & Coldfusion(better) are WELL ACCEPTED....

    Both ASP & Coldfusion(better) are
    WELL ACCEPTED.
    Thanx
  5. 1) You can use actionscript to control the...

    1) You can use actionscript to control the triggered sounds, and use a var to set volume...so when on mouse release..you set this var to 0 and goto new url...

    2) If it's a linear animation, you...
  6. Replies
    3
    Views
    425

    You should do like this: currentVar =...

    You should do like this:

    currentVar = eval("var" + i);
    currentCatStr = eval("MAIN_CATEGORY" + i);
    currentVar=currentCatStr;

    Daze
  7. Replies
    8
    Views
    646

    Yes, thanks Sam. If someone got a Coldfusion...

    Yes, thanks Sam.
    If someone got a Coldfusion solution it would be also well accepted.
  8. Replies
    8
    Views
    646

    I need to send a var to one swf file inside a...

    I need to send a var to one swf file inside a HTML page to another swf file in the next HTML page by passing querystring. Can someone explain me how to load this value back in the swf file?
    Thanx.
    ...
  9. Replies
    1
    Views
    663

    Loading querystrings values

    I need to send a var to one swf file inside a HTML page to another swf file in the next HTML page by passing querystring. Can someone explain me how to load this value back in the swf file?
    Thanx.
    ...
  10. Replies
    1
    Views
    343

    You can load each movie linked by the buttons in...

    You can load each movie linked by the buttons in diffent targets.
    Then when the user press a button you check if the movie is just loaded (for example you can put on the loader of the movie...
  11. Replies
    3
    Views
    428

    I guess this should works fine: ...

    I guess this should works fine:

    cod=random(TotalIntroNumeber)+1;
    loadMovieNum ( "intro"+cod, target);

    Daze
  12. Goto http://www.ultrashock.com and search for...

    Goto http://www.ultrashock.com and search for isometrix,
    a tutorial from wireframe.
    take a look also to http://www.wireframe.co.za/ff2001/
    Good work

    Daze
  13. Replies
    2
    Views
    519

    Yes, but please post the code you've written. ...

    Yes, but please post the code you've written.

    Daze
  14. I had the same problem with it. Finally i used a...

    I had the same problem with it.
    Finally i used a high number of loops like 999+
    and works.

    Daze
  15. Replies
    4
    Views
    633

    You have to kill the path in the button action....

    You have to kill the path in the button action.
    Label are not called by paths, only by name.

    You did probably: _root.gotoAndPlay("aaa")
    Try with: gotoAndPlay("aaa")

    Bye

    Daze
  16. Guess you intend aliased?

    Guess you intend aliased?
  17. Replies
    6
    Views
    816

    The code on controller clip in menuclip contains:...

    The code on controller clip in menuclip contains:

    onClipEvent (load) {

    pos1 = 1;
    pos2 = 2;
    pos3 = 3;
    pos4 = 4;
    pos5 = 5;
    pos6 = 6;
  18. Replies
    6
    Views
    625

    Hey Mr. Malpractice (what a ****in cool album!)...

    Hey Mr. Malpractice (what a ****in cool album!)
    It's not so easy, but i've posted an explanation
    on the comments board from the PLASTIC MENU.
    You can reach it by the link you posted.
    If you'll...
Results 1 to 18 of 18




Click Here to Expand Forum to Full Width

HTML5 Development Center