A Flash Developer Resource Site

Search:

Type: Posts; User: Knoj

Page 1 of 17 1 2 3 4

Search: Search took 0.31 seconds.

  1. Images not showing up in HTML when page contains a .swf

    Hi, I have a HUGE problem...

    When I refresh a speciffic page containing a small .swf, and some OnLoad JavaScript, the images on the rest of the page do not all load... Is there a way I can be...
  2. Replies
    4
    Views
    817

    I can only suggest you browse through:...

    I can only suggest you browse through: www.dynamicdrive.com
    They have a window there that doesn't even have a border.
  3. Replies
    4
    Views
    817

    I have never played with popup blockers... I...

    I have never played with popup blockers... I would think that if you click on a link, and a window is opened, then it should work versus an onLoad. target="_blank" should work to open a window with...
  4. Replies
    4
    Views
    817

    PHP rand(); solved all my problems!!!

    I was having a MAJOR problem on only one page on a site I was working on. Problem as follows:

    I have a flash file load in the page with a form field, Once the .swf loads, it tells the page to run...
  5. Replies
    9
    Views
    2,379

    Best PHP book!

    I would have to say that the best book (it's a life saver) is "PHP 4 Bible" (ISBN: 0-7645-4716-X). It deals with many DB options, XML, and so much more! Plenty of code comes with it (via their...
  6. Replies
    9
    Views
    2,045

    Thanks NorthCode! Once again, you are...

    Thanks NorthCode!

    Once again, you are awsome! I also thank you for showing me how to find out what the charcodes for others are!
  7. Replies
    9
    Views
    2,045

    Regarding the code: function RemoveTags(t){...

    Regarding the code:


    function RemoveTags(t){
    var s = "";
    var keep = TRUE;
    for (i=0; i<t.length; i++) {
    c = t.charCodeAt(i)
    if (c == 60) keep = FALSE;
    if (keep == TRUE) s = s add...
  8. Replies
    65
    Views
    2,511

    Knoj... uh... it's German! Ok, I made the...

    Knoj... uh... it's German!
    Ok, I made the German part up, but my name is knoj.

    (It means "The Peoples corps of Yugoslavia")... Odd huh?
  9. Replies
    4
    Views
    673

    Actually, the additional return chars are when I...

    Actually, the additional return chars are when I load from a form variable into a flash variable with JavaScritp. What I want to remove is not as simple as removing \r\n from abcdeg\r\n it's more...
  10. Replies
    4
    Views
    673

    Thank you, but... My problem is not with extra...

    Thank you, but...

    My problem is not with extra characters at the end, my problem is on a multi-line text area. Every return carage becomes 2 return carages. I want to remove either the \rs or...
  11. Replies
    4
    Views
    673

    Hi, I am loading a variable into flash...

    Hi,

    I am loading a variable into flash that normally has half as many returns (\n) I don't know how this happens, but when it goes into flash, it adds extra returns... Does any one know how...
  12. Replies
    1
    Views
    850

    First of all, Throw away Front Page, and get this...

    First of all, Throw away Front Page, and get this free program: http://www.chami.com/html-kit/

    Ok, second.. You are somewhat right, and somewhat stuck out of luck... Only the newest IE browser...
  13. Replies
    2
    Views
    1,362

    If you were wanting to do that in flash, you...

    If you were wanting to do that in flash, you would put this in the GetURL javascript:self.close();void(0);
  14. Replies
    1
    Views
    653

    Sure, it will take a little bit of...

    Sure, it will take a little bit of actionscripting, but all you would have to do is to have a variable array of say 20 or so, and just store a lable, or a scene number in the array, then when the new...
  15. What I do for text files, is once I find the...

    What I do for text files, is once I find the information I am looking for, I save the ENTIRE text file message in one variable, then I save the orriginal "section" of data that I want to replace in...
  16. Replies
    8
    Views
    827

    I would be more than happy to hear from you any...

    I would be more than happy to hear from you any time! You are welcome to e-mail me at knoj@knoj.com

    Now, on to your reference to Java... What I think you are wanting to learn is NOT Java, but...
  17. Replies
    8
    Views
    827

    Well, I think I have found a solution that I will...

    Well, I think I have found a solution that I will be able to work with...

    http://www.macromedia.com/support/flash/ts/documents/scroll_text.htm I set the "message.scroll" variable to 1 with a...
  18. Replies
    8
    Views
    827

    Hey, thanks! I allways enjoy hearing that I...

    Hey, thanks!

    I allways enjoy hearing that I have helped someone! If you are looking for some more JavaScript to Flash, you should check out my latest tutorial:...
  19. Replies
    8
    Views
    827

    Right, I know about the maximum Characters, Flash...

    Right, I know about the maximum Characters, Flash 4 has this as well, but I need to speciffically limit the number of lines. If the user presses return, they will have used up a line! In with the...
  20. Replies
    10
    Views
    1,393

    Give this a shot. ...

    Give this a shot.

    http://www.flashkit.com/tutorials/Projector/Batch_Fi-William_-46/index.shtml

    I found it to be very usefull!
  21. Replies
    21
    Views
    3,409

    Back to the orriginal question: I think you...

    Back to the orriginal question:

    I think you should take a look at my tutorial, it should show you how to do EXACTLY what you are wanting to do with JavaScript contorolling Flash!

    You will LOVE...
  22. Replies
    0
    Views
    1,509

    HELP!!! (please) I need help. I need to make...

    HELP!!! (please)

    I need help. I need to make a multiline text field that does not scroll, it just stops letting you type when you have filled the text field up!

    I could set the text field to...
  23. Replies
    0
    Views
    423

    HELP!!! (please) I need help. I need to make...

    HELP!!! (please)

    I need help. I need to make a multiline text field that does not scroll, it just stops letting you type when you have filled the text field up!

    I could set the text field to...
  24. Replies
    8
    Views
    827

    HELP!!! (please) I need help. I need to make...

    HELP!!! (please)

    I need help. I need to make a multiline text field that does not scroll, it just stops letting you type when you have filled the text field up!

    I could set the text field to...
  25. Thread: sound toggle

    by Knoj
    Replies
    4
    Views
    708

    What I do is to place all of my sounds, and music...

    What I do is to place all of my sounds, and music in one movie clip, "sounds", and this movie clip has a movieclip for each sound, or tune. Then on the "sounds" movieClip, I put 2 keyframes. I make...
Results 1 to 25 of 404
Page 1 of 17 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center