A Flash Developer Resource Site

Search:

Type: Posts; User: FlashmanSK

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. It doesn't seem to change anything, maybe I have...

    It doesn't seem to change anything, maybe I have the code in the wrong place?
    I wanted it so that when clicked on the default text, it gets erased. But it doesn't do that for some reason.

    Thanks,...
  2. this is my code, but it doesn't seem to be...

    this is my code, but it doesn't seem to be working :/ makes sense though:


    var var_load:URLLoader = new URLLoader;
    var URL_request:URLRequest = new URLRequest( "send_email.php" );...
  3. Oh and one more question, can I make it so that...

    Oh and one more question, can I make it so that when I click on the existing text, it gets erased so you can just start typing in the box without manually having to erase it?
  4. THANK YOU SO MUCH! haha I didn't know it would be...

    THANK YOU SO MUCH! haha I didn't know it would be as simple as that! how did you know it was chinese?? it just said the font was called Kozuka
  5. sorry to bother, but did anyone take a look by...

    sorry to bother, but did anyone take a look by any chance?
  6. Oh sorry, try this:...

    Oh sorry, try this: https://rapidshare.com/files/3626078741/shahob_website11.fla
  7. I dont believe it does. I would really appreciate...

    I dont believe it does. I would really appreciate it if you could take a quick look at my file :) I just can't seem to find the solution sadly.

    Thanks,
    SK
  8. Input text box doesn't work within movieclip

    Hello,

    I made a contact form in my flash website, but for some reason, you can't type in the input text boxes I made. I already have embedded the text, so that isn't the problem. I think maybe...
  9. Replies
    0
    Views
    2,926

    CS3 Input Text box doesn't work

    Hello,

    I made a contact form in my flash website, but for some reason, you can't type in the input text boxes I made. I already have embedded the text, so that isn't the problem. I think maybe...
  10. Oh one more question, why was b. pointing at my...

    Oh one more question, why was b. pointing at my last button as you said before?
  11. Your code looks fine, but it seems to not work...

    Your code looks fine, but it seems to not work for some reason.
    I got what I wanted by modifying your code into this:

    import flash.display.*;
    import flash.events.*;

    var buttons:Array = [box1,...
  12. I tried implementing your code, and tried this: ...

    I tried implementing your code, and tried this:

    import flash.display.*;
    import flash.events.*;


    var buttons:Array = [box1, box2, box3];
    var current:MovieClip = null;

    for (var i:int = 0; i...
  13. I'm sorry, what do you mean by the loop?

    I'm sorry, what do you mean by the loop?
  14. Hello, thanks for your help. This is my code so...

    Hello, thanks for your help. This is my code so far, but there seems to be some problems. I'm sure I probably modified the code incorrectly, could you please help me out?


    var buttons:Array =...
  15. Sorry for the misunderstanding, but thank you so...

    Sorry for the misunderstanding,
    but thank you so much! I just would like to make a few modifications to the code with your help.

    The alpha change doesn't seem to happen until you click into the...
  16. Its a little confusing to explain, but i know for...

    Its a little confusing to explain, but i know for a fact i cannot do it like that using event listeners and such. I don't know much coding so if you could help me out, here is my file:
    ...
  17. How to use a listen function from a movieclip

    Hello,

    I am trying to put a command in one of my movieclips (mc1) that will say:

    When mc2 is at frame 20 (or has done a function assigned previously),
    gotoandplay frame 5 (in mc1).


    Please...
  18. Replies
    20
    Views
    9,662

    CS3 I really hope I can get a solution to this soon...

    I really hope I can get a solution to this soon :/

    I'm sure its probably some code I have to put in for it to be able to input text within a movieclip.
  19. Replies
    20
    Views
    9,662

    CS3 Weird, I posted my website up on the internet,...

    Weird, I posted my website up on the internet, and it only seems laggy on my computer. Could it be not the loading of it but the actual processing of it? Maybe my processor isn't as powerful as other...
  20. Replies
    20
    Views
    9,662

    CS3 I was also curious about that. is there any way I...

    I was also curious about that. is there any way I can preload that background effect? I have a preloader but it doesn't seem to help with thee laggy effects on the background.
    Just to confirm, you...
  21. Replies
    20
    Views
    9,662

    CS3 On your computer, did you test out my file in...

    On your computer, did you test out my file in your browser? If you did, did the text box work? And was the overall intro laggy?
  22. Replies
    20
    Views
    9,662

    CS3 I don't have a problem with that just stand...

    I don't have a problem with that just stand alone, like if I put it on my main timeline for example it would be fine. But the problem seems to be because it is within a movieclip.

    I can't figure...
  23. Replies
    20
    Views
    9,662

    CS3 Yes, I have CS3. What do you suggest I do? The...

    Yes, I have CS3. What do you suggest I do? The published flash played in my browser still has the same error so I don't understand why CS4 would fix a problem like this. Sorry for any inconvenience....
  24. Replies
    20
    Views
    9,662

    CS3 Flash doesn't let me open the file: "Unexpected...

    Flash doesn't let me open the file:
    "Unexpected file format"

    It's also only 62KB for a .fla
  25. Replies
    20
    Views
    9,662

    CS3 I'm sorry, I must be missing something :) I...

    I'm sorry, I must be missing something :)

    I clicked embed and chose uppercase, lowercase, numerals, and punctuation. When I preview it though, the boxes aren't typable or really clickable. The...
Results 1 to 25 of 157
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center