A Flash Developer Resource Site

Search:

Type: Posts; User: mraspiller

Page 1 of 20 1 2 3 4

Search: Search took 0.13 seconds.

  1. Thread: Simplify?

    by mraspiller
    Replies
    4
    Views
    499

    your file crashed my Flash app...

    your file crashed my Flash app...
  2. Thread: mx or f5

    by mraspiller
    Replies
    4
    Views
    538

    gSOLO_01 You took the words right out of my...

    gSOLO_01

    You took the words right out of my mouth :)
  3. Replies
    1
    Views
    417

    what do you mean by "it doesn't work"?

    what do you mean by "it doesn't work"?
  4. Replies
    2
    Views
    399

    What they probably did was: They created...

    What they probably did was:

    They created separate SWFs loaded them in via MCs into a main SWF...

    The buttons sit on the main SWF...
  5. Replies
    6
    Views
    505

    While there are many ways to do something in...

    While there are many ways to do something in Flash, there are efficient ways & not so efficient ways...it sounds to me like you are going about making the menu in a more difficult way...I can send...
  6. Thread: mx or f5

    by mraspiller
    Replies
    4
    Views
    538

    Flash 5 & MX are pretty close, but there are many...

    Flash 5 & MX are pretty close, but there are many AS changes. I reccommend staying current...And, no, Flash 5 cannot open MX files, but MX can open Flash 5 files...
  7. Replies
    13
    Views
    736

    What if the movie is calling a specific...

    What if the movie is calling a specific file...would it look like this?

    getURL("fileName.js", "void(0);");
  8. Replies
    13
    Views
    736

    Biff Tanon... Thanks for the help...gonna try...

    Biff Tanon...

    Thanks for the help...gonna try what you suggested...
  9. P.S. I didn't see the 1st "comment" from you...

    P.S. I didn't see the 1st "comment" from you about the footer till just now...Besides, why does it bother you so much? I come to FK to get help, I don't constantly pay attention to what my footer...
  10. Replies
    3
    Views
    405

    Well, anyone with a PII 400 is gonna see...

    Well, anyone with a PII 400 is gonna see EVERYTHING slow...so I wouldn't worry about too much...New software, etc is geared towards faster computers now anyway...
  11. You CAN pause anything if it is loaded on the...

    You CAN pause anything if it is loaded on the main timeline.

    Dude what is your problem? I thought it was a joke we BOTH were sharing. (You had the same footer...remember?) Apparently something...
  12. 1. Load the larger creature on a level higher...

    1. Load the larger creature on a level higher than the smaller one

    2. On the main timeline, put the folowing code on the same layer & just before, the animation on that layer begins

    Let's say...
  13. A. Import it as however you wish to save it. GIF...

    A. Import it as however you wish to save it. GIF is fine, although the larger the image, the larger the file size of the SWF.

    B. If you "Break Apart" the image (ctrl+B), then you can select a part...
  14. Replies
    13
    Views
    736

    Well, I can't give the code out, but let's say...

    Well, I can't give the code out, but let's say it's just an alert box...
  15. Replies
    13
    Views
    736

    It's just one line...

    It's just one line...
  16. Replies
    13
    Views
    736

    The problem is that the .js file is just a...

    The problem is that the .js file is just a command that calls a file that basically says, "go to the server, and get/open a file that is sitting there..."

    Make sense?

    When I do what you...
  17. Replies
    13
    Views
    736

    getURL???? PLEASE HELP!!!!!!

    Can Flash open .js files? I am trying to do this:

    onClipEvent(load){
    getURL("/alert.js");
    }

    but it is prompting me to download the file, & when I click OK, it give me a syntax error...but I...
  18. Replies
    11
    Views
    644

    It's a .sit file...Flash doesn't recognize...

    It's a .sit file...Flash doesn't recognize it...can you send an FLA?
  19. Replies
    7
    Views
    572

    oldnewbie, is there anything you CAN'T...

    oldnewbie, is there anything you CAN'T do????????????
  20. Replies
    11
    Views
    644

    You purchased the FLA? If so, you can email it to...

    You purchased the FLA? If so, you can email it to me & I'll help you out...I assume it's just a little bit of text? Nothing too complex right? I'm at work & can't devote too much time to it...
    ...
  21. It can't find the file...

    It can't find the file newsite/centerhome.htm...so since you are loading your pages into HTML frames, it looks like the page that can't be found is causing a glitch which is preventing the Flash...
  22. Thread: Question

    by mraspiller
    Replies
    24
    Views
    1,796

    That is done with MCs... create a button &...

    That is done with MCs...

    create a button & then create a MC with the other buttons in it...

    put the following script on the 1st button:

    on(rollOver) {
    attachMovie("MCname","MCname",1);
    }
  23. Replies
    18
    Views
    645

    Post the fla & one of us will do it for...

    Post the fla & one of us will do it for you...it's hard for us to know what you want without seeing the fla
  24. Replies
    18
    Views
    645

    Lets say the last frame of your movie is 25...put...

    Lets say the last frame of your movie is 25...put this where you want the script to be...

    gotoAndPlay(25);
  25. Replies
    3
    Views
    482

    Why does it HAVE to be browser based?

    Why does it HAVE to be browser based?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center