A Flash Developer Resource Site

Search:

Type: Posts; User: krashe1313

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    9
    Views
    1,989

    not a bad idea. thanks

    not a bad idea. thanks
  2. Replies
    9
    Views
    1,989

    great, thanks. i'll keep this post unresolved for...

    great, thanks. i'll keep this post unresolved for now, in case i hit any snags.
  3. Replies
    9
    Views
    1,989

    Interesting, I'll check it out. Thanks. Any...

    Interesting, I'll check it out. Thanks.
    Any thoughts on execution? I'm not looking for actual code. but more the outline approach.

    Right now i'm thinking
    SWF talks to a PHP file which talks to...
  4. Replies
    9
    Views
    1,989

    Thank you for confirming my thoughts. I have no...

    Thank you for confirming my thoughts. I have no problems using a DB on a server. Although, I'm currently building/running/testing locally on my machine using wamp. Obviously, I'll need to move this...
  5. Replies
    4
    Views
    2,953

    the problem I had when I ran your code is that...

    the problem I had when I ran your code is that when you ran the function grow(myCircle), you were passing the movie clip of myCircle to the function.

    However when, on ...
  6. Replies
    9
    Views
    1,989

    multiple computers sharing one timer?

    Hello,
    I'm working on a trivia based game, much like those played in bars. Where the faster you answer the more points you get. Everything works fine if the timer (using the Timer Class) is local to...
  7. I am doing something stupid - ArgumentError: Error #1063: Argument count mismatch on

    figured it out and deleting this post.... as soon as i figure that out...
  8. well, that was just too simple! :yikes: not sure...

    well, that was just too simple! :yikes: not sure why i didn't think of that. thanks for getting me back on track!
  9. [RESOLVED] Pausing and Resuming a sound loop

    So my program starts playing and my background music starts to play and loops...

    mySoundChannel = mySound.play(0, int.MAX_VALUE);

    but i'd like to be able to pause the background music and then...
  10. gotcha. you've been a big help. thanks!

    gotcha. you've been a big help. thanks!
  11. excellent. thanks for taking the time to explain...

    excellent. thanks for taking the time to explain this. now that it makes a little more sense (not completely. i mean i couldn't right this on my own!), i've gone back to working with the xeyes...
  12. alright. starting over, i'm trying to simplifying...

    alright. starting over, i'm trying to simplifying things. do them step by step, maybe even learn something as i go along. so i've made a new movie with some text boxes, just to get some sort of...
  13. alright. i'll give it a shot. first i think i...

    alright. i'll give it a shot. first i think i need to grab some coffee, get up, stretch my legs and take a break.... maybe i'm sitting too close to see the solution.

    thanks for your help with...
  14. oops. typo. so using the html from the...

    oops. typo.



    so using the html from the demo and i pulling the swfobject.js file into my folder, i then plugged my swf into the demo's html code and it works fine. so it seems that in order for...
  15. i looked at the page source for the demo and i...

    i looked at the page source for the demo and i wonder if it might have something to do with how the demo is embedded into the html page:


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  16. yeah, it works in the demo, but when i pull the...

    yeah, it works in the demo, but when i pull the code and run it on my own... i'll check out the new link you just gave me and see what i come up with.
  17. thanks 5Tons..... i think this is getting me...

    thanks 5Tons..... i think this is getting me somewhere! i was able to play with the code to get it to work with to some degree. now granted my knowledge of JS is...well, to be honest.... zip.

    so...
  18. [RESOLVED] Is it possible to obtain the mouse position out side of flash?

    i have an eye. instance name: "eye1". it follows the mouse around just great using the following code...

    stage.addEventListener(MouseEvent.MOUSE_MOVE,eyesFollow);

    function...
  19. ah, makes perfect sense now :cool: thanks!

    ah, makes perfect sense now :cool: thanks!
  20. ah, makes perfect sense now. thanks!

    ah, makes perfect sense now. thanks!
  21. i figured as much, but when i used event i was...

    i figured as much, but when i used event i was getting an error (don't recall it now). maybe i just typed in something dumb, like evnt. i have a bad thing where i look at a word and even if it's...
  22. [RESOLVED] clearing multiple textboxes with 1 function

    is if i have a textbox, name_txt, i can clear it with a function:

    //initial value of the text field
    name_txt.text = "name";
    //function to clear the text filed once clicked
    function...
  23. i forgot to reply to this post! sorry! your help...

    i forgot to reply to this post! sorry! your help worked perfect! thank you.

    one last question though so build off of this. everything works fine if the number entered is an integer. however, what...
  24. excellent. thank you for the response. i look...

    excellent. thank you for the response. i look forward to checking these out back at home. thank you
  25. [RESOLVED] 3 textbox "confirm contents" questions

    Hello all,

    Been a while since I was in AS3, due to work and other projects, but I'm back and have a few questions. I did a search, but I'm not sure I searched the right things since these seem...
Results 1 to 25 of 88
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center