A Flash Developer Resource Site

Search:

Type: Posts; User: LinehanDesign

Page 1 of 6 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    5,444

    publish pc & mac to USB questions

    i work on PC, so publishing to mac is still pretty foreign to me...

    we have created a flash application that's being distributed on a locked USB drive. we published to PC (.exe) and mac (.hqx)......
  2. Replies
    6
    Views
    1,569

    Flash8 sigh. that's too bad. i was hoping for a sort...

    sigh. that's too bad. i was hoping for a sort of equivalent to the "right click and save" function...

    here's what's going on exactly, and maybe i can brainstorm with you all on it...

    a song...
  3. Replies
    6
    Views
    1,569

    Flash8 download button question

    i can only find info on this using AS3... i, however, am still using AS2...

    i need to create a button that a user can click to download an MP3. the only thing i could think to do was use a...
  4. Flash8 and, wow... too bad i'm having such a difficult...

    and, wow... too bad i'm having such a difficult time with it, too... i actually found a great tutorial online about timeline scrubbers, and once i added one to my MC i got all excited... but... ...
  5. Flash8 wow! i had no idea... and look! so much...

    wow! i had no idea... and look! so much information!!! so glad i asked... thank you so much!!!
  6. Flash8 having trouble in my search for help (AS2)

    i'm lost, and maybe i just can't figure out how to word my search, but i'm looking for help in creating a seek bar for an MP3 that is loaded with the loadSound command... by "seek bar" i mean the...
  7. Flash8 SOLVED!!! i figured out that since the...

    SOLVED!!! i figured out that since the reactivation button was inside the movie clip and not the main scene, that i needed to adjust the script:

    this._parent.recordButton.enabled = true;

    and i...
  8. Flash8 i tried adding that code to the "X" (close)...

    i tried adding that code to the "X" (close) button in the MC so that when the MC closes it also reactivates the recordButton (two birds, one stone), but it didn't work... i'm wondering if i've...
  9. Flash8 UPDATE: i changed the AS in the button to...

    UPDATE:

    i changed the AS in the button to this:

    on (press) {
    tellTarget ("recordPopup") {
    gotoAndPlay(2);
    }
    }
    on (release) {
  10. Flash8 does this mean that i need to add a "on...

    does this mean that i need to add a "on (release)" or something? currently, my button has this AS:

    on (release) {
    tellTarget ("recordPopup") {
    gotoAndPlay(2);
    }
    }
    recordButton.enabled =...
  11. Flash8 that is an interesting theory, and i've never...

    that is an interesting theory, and i've never thought about not using "-" in the names of things... i went in and changed all the names that had "-" in them, but (unfortunately) that was not the...
  12. thanks! now that i actually know what to look...

    thanks! now that i actually know what to look for i will be able to find the help i need!
  13. Flash8 the error i get is this: the button is...

    the error i get is this:



    the button is called record-button both in the library and the instance name, if that makes a difference...

    here is the code that i have in the button:


    on...
  14. Flash8 i tried that and got an error... also, when i...

    i tried that and got an error... also, when i added it, i was no longer able to control the MC...

    :-(
  15. mouseover brings button position to front

    please see this example:

    http://www.modnpop.com/one-page/home/tester.swf

    i'm trying to figure out how to bring a button to the top of the "pile" when you mouseover... on mouseout, i would like...
  16. Flash8 "deactivate" (?) button on a layer beneath a MC.

    using an older version of flash, but it's what i got... also, not really well-versed on flash - i've always just used enough to get by... so please bare with me...

    i have an illustrated room...
  17. Replies
    2
    Views
    466

    Flash8 duh. i knew it would be easy. lol. thanks!

    duh. i knew it would be easy. lol. thanks!
  18. Replies
    2
    Views
    466

    Flash8 auto-launch centered popup

    i hate auto-launching anything. i hate popups. my client wants both. ugh.

    i know how to launch a centered popup with the click of a button, but i don't know how to launch a centered popup once a...
  19. Replies
    0
    Views
    673

    auto-launch centered popup

    i hate auto-launching anything. i hate popups. my client wants both. ugh.

    i know how to launch a centered popup with the click of a button, but i don't know how to launch a centered popup once a...
  20. Flash8 that's crazy... it totally works... can you...

    that's crazy... it totally works... can you explain what just happened???
  21. Flash8 okay, here is what i'm thinking... 24 frames...

    okay, here is what i'm thinking...

    24 frames in timeline. each frame contains all doors, but the only doors that are activated (that contain a button that "opens" the door) are the door that...
  22. Flash8 advent calendar question that has NOT been covered here yet

    or, at least i've searched the forum and haven't found anything like this yet...

    my client wants an advent calendar with a free song download available each day of december (each door triggers a...
  23. makes sense. thank you!

    makes sense. thank you!
  24. altering actionscript on this preloader

    hi. i used the tutorial here:
    http://www.flashkit.com/tutorials/Actionscripting/Create_a-Jake-1414/index.php
    to create a preloader for a site intro which is pretty hefty... it works great...
    ...
  25. resolved in another forum: ...

    resolved in another forum:

    http://board.flashkit.com/board/showthread.php?t=794763
Results 1 to 25 of 148
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center