A Flash Developer Resource Site

Search:

Type: Posts; User: adsalive

Page 1 of 7 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    380

    I believe, NO is your answer, but do get a 2nd...

    I believe, NO is your answer, but do get a 2nd opinion.
    If you must write this to a specific file, then I think you can only do this using a cgi like program. You can call a script, or application...
  2. Replies
    2
    Views
    405

    It sounds like the variable is most likely...

    It sounds like the variable is most likely loading in a different level than you expected. I would run debug and list variables to see if the variable is there. You are probably just referencing it...
  3. Replies
    1
    Views
    378

    How are you loading the text in first? If you...

    How are you loading the text in first? If you specify a variable to load in, make sure you are specifiying the correct level to load the text into.
  4. Replies
    1
    Views
    460

    One suggestion that may help you. When I am...

    One suggestion that may help you. When I am having trouble figuring out how to ref an object, particularly when it is nested a few deep, try using debug when testing your movie and use the list...
  5. Sure, you should be able to do this with...

    Sure, you should be able to do this with javascript:

    code for your button:
    on (release) {
    cookieinfo = "javascript:setCookie(" + fld.text + ")";
    getURL(cookieinfo};
    }


    in your html code...
  6. Replies
    1
    Views
    376

    Yes, it is pretty easy. First on one level...

    Yes, it is pretty easy.

    First on one level create an empty mc. To do this, simply create a box. Then select insert convert to symbol to make it a movieclip.

    In the instance panel below, name it...
  7. Dont know if this is even possible to do, but I...

    Dont know if this is even possible to do, but I want to
    be able to take an object and change the internal
    color, but not the outline. For example, if you had
    a nice red picture, but the outline...
  8. I want to make my swf allow the user to upload a...

    I want to make my swf allow the user to upload a file
    from their local machine, just like you can do with
    ordinary html code:
    <input name="Filename" type="FILE">

    Is this possible in flash as...
  9. Thanks I will give that a try!

    Thanks I will give that a try!
  10. I had the same question this morning and figured...

    I had the same question this morning and figured it out.
    I wasn't sure how to figure out what instance name it used within the scroller, so I looked at the variables in debug and found out that my...
  11. Thankyou in advance for your help! I have a...

    Thankyou in advance for your help!
    I have a movieclip that I need to make able for the user to rescale its width and drag as well. Basicly, picture a timeline where the user is draging to a position...
  12. Replies
    0
    Views
    413

    Thankyou in advance for your help! I have a...

    Thankyou in advance for your help!
    I have a movieclip that I need to make able for the user to rescale its width and dragable as well. Basicly, picture a timeline where the user is draging to a...
  13. Replies
    2
    Views
    494

    I believe the text font size issue is resolved...

    I believe the text font size issue is resolved with flashmx, but one thing you might want to look at if you are using flash5 or below is the type of font. Some fonts become much larger swfs than...
  14. Replies
    15
    Views
    5,740

    I couldnt help putting in my 2 cents. I have to...

    I couldnt help putting in my 2 cents. I have to disagree about the negative comments about running flash on palms. Dinasour that I am, I created tax form software on a Timex Sinclair years ago. Tap...
  15. Replies
    1
    Views
    1,068

    Hi, unfortunately I have not used Php, but at the...

    Hi, unfortunately I have not used Php, but at the flashgap site he has all the java source code and actually a few java example sources inserting movies, etc. If you look at the source and example...
  16. Replies
    3
    Views
    1,703

    Hello, I'm looking for source either in Java, or...

    Hello, I'm looking for source either in Java, or a C/C++ version that will compile on Linux to convert any, and hopefully all of the following to swf (avi,wav,mov,mpeg). I have other file conversion...
  17. Replies
    3
    Views
    576

    Hi, you may want to be cautious about doing it...

    Hi, you may want to be cautious about doing it this way though. Remember fscommand is not supported on several browsers, many of which are for the Mac os. That is why I never use fscommand.
  18. Replies
    2
    Views
    549

    Ahh, good idea, I will try that, thanks!

    Ahh, good idea, I will try that, thanks!
  19. Replies
    2
    Views
    549

    Is there a way to temporarily disable a mask? I'd...

    Is there a way to temporarily disable a mask? I'd like to have a mc slideout into a position that is currently masked, but be disabled during a button press, then it will be masked again during the...
  20. Replies
    0
    Views
    326

    Hi, I know there is a generator board, but it...

    Hi, I know there is a generator board, but it doesnt get
    read or posted to often, so here I'm taking a shot in hopes of a quick answer:

    Ok, perhaps I'm an idiot and just overtired today, but
    I...
  21. Replies
    1
    Views
    1,176

    We just tested the latest jgenerator. We...

    We just tested the latest jgenerator. We intergrated it with our test servlet. Basiclly our test servlet uploads various gifs, jpgs, and mp3's. Jgenerator wrapped the files very quickly and the swts...
  22. Replies
    1
    Views
    1,062

    Excellent, I've been waiting for this. I'll check...

    Excellent, I've been waiting for this. I'll check it out and give you my feedback as soon as I can!
    Thanks for taking the time to do this. Much appreciated!
  23. Replies
    1
    Views
    752

    Nevermind, shame on me. I should have checked...

    Nevermind, shame on me. I should have checked first. There are some very nice fla examples of checkboxes & radios right here on flashkit!
  24. Replies
    1
    Views
    752

    Anyone have any code out there that simulates...

    Anyone have any code out there that simulates html check boxes or radio buttons in flash. I can write it, but if there is a tutorial or code to start with to save time, since I'm not the creative...
  25. Replies
    2
    Views
    480

    This is not a detailed answer, but one approach...

    This is not a detailed answer, but one approach might be to make a few peices of your movie box. Create some lines and shapes that you think you will need to complete this. Make these all move clips....
Results 1 to 25 of 165
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center