A Flash Developer Resource Site

Search:

Type: Posts; User: Thatsflash

Page 1 of 7 1 2 3 4

Search: Search took 0.07 seconds.

  1. The below will still work... fscommand...

    The below will still work...

    fscommand (save, "testfile.txt");

    but you have to compile you swf into an exe file
    with macromedia projecter.

    jc
  2. try this little demo to get you on the right...

    try this little demo to get you on the right track..
  3. you could you an if statement ! if user_input...

    you could you an if statement !

    if user_input eq _root.blank

    :)
  4. Replies
    2
    Views
    498

    do you mean like a scratchcard ?

    do you mean like a scratchcard ?
  5. Replies
    0
    Views
    348

    add a new line ....

    can anyone help with this ??
    i have a button that fetches input for two different input textboxes
    and displays them in a single multiline textbox

    i need the two inputs to be on seperate lines in...
  6. Replies
    3
    Views
    432

    on (press) { tellTarget ("your target") { ...

    on (press) {
    tellTarget ("your target") {
    gotoAndPlay (1);
    }
    }
  7. Replies
    2
    Views
    421

    Refresh content....

    I have an flash file that is in a html page.
    the flash file reads from a txt file on my server..
    i need the flash file to reload the txt every minute..
    as the content of the txt file will change...
  8. Replies
    2
    Views
    459

    Thankyou that was just what i was looking for it...

    Thankyou that was just what i was looking for
    it works great...

    cheers
    jc
  9. Replies
    2
    Views
    365

    I tend to place all my variables in the root so...

    I tend to place all my variables in the root
    so they all load up when the flash starts
    My movie clips then check the varibles when they run or loop
    and they can change them if they need to.
    ...
  10. Replies
    2
    Views
    459

    A random number question ??

    _root.choice = random (99)+1;

    which gives a random number between 1-100

    Is there a way of stopping the random number being 25 & 71 ??

    25 & 71 being example numbers..

    without using IF and...
  11. Thread: mailto:

    by Thatsflash
    Replies
    4
    Views
    574

    cheers thats works fine .. i was almost...

    cheers thats works fine ..
    i was almost there,but that was spot on
    thanks

    jc
  12. Thread: mailto:

    by Thatsflash
    Replies
    4
    Views
    574

    That is the way i have tryed but it does not...

    That is the way i have tryed
    but it does not seem to work !
  13. Thread: mailto:

    by Thatsflash
    Replies
    4
    Views
    574

    mailto:

    getURL ("mailto:email@mysite.com");

    Is it possible to for the user to change the email address via an input box ??
    and not from the new message box that pops up

    cheers
    jc

    ps im using flash...
  14. Replies
    5
    Views
    627

    [autorun] open=intro.exe will work fine on a...

    [autorun]
    open=intro.exe

    will work fine on a pc
    as long as your exe file is named intro.exe

    im not sure about what you need on a mac
    if you have a mac, have a look on a cd with autorun on it...
  15. Replies
    2
    Views
    454

    There is a proplem with the page that directs you...

    There is a proplem with the page that directs you to the
    nav.html page if you type that url in the flash content seems to run fine
    the proplem seems to be with the page that sends you there.
    ...
  16. Replies
    2
    Views
    465

    getURL ("http://www.yoursite.com", "_blank");

    getURL ("http://www.yoursite.com", "_blank");
  17. That brings back memories

    I built an html editer in flash a few years ago
    it allowed the user to create basic Html pages
    the only problem at the time was it could not handle pictures
    but it could handle all the html i...
  18. Thread: removed

    by Thatsflash
    Replies
    0
    Views
    325

    removed

    sorry this post went to the wrong place
  19. Replies
    2
    Views
    428

    getURL ("http://www.yoursite.com", "_blank"); ...

    getURL ("http://www.yoursite.com", "_blank");

    I hope this helps.
    This works XP Home version without any service packs
    with a zone alarm firewall..

    cheers
    jc
  20. Thread: PHP proplem

    by Thatsflash
    Replies
    2
    Views
    680

    the movie does read from the target file but only...

    the movie does read from the target file but only when the browser
    loads the the movie..
    After that you have to press a button to get the movies to read from that file again..
    i need the movie to...
  21. Thread: PHP proplem

    by Thatsflash
    Replies
    2
    Views
    680

    PHP proplem

    Hi
    I have two flash swf's that are on seperate pages
    They work as a small(very) chatroom the proplem is i cannot get them
    to continue to read from the file the other one is writting to..
    ...
  22. Replies
    2
    Views
    501

    You can change the font of the input box using...

    You can change the font of the input box
    using the character options.

    jc
  23. Replies
    11
    Views
    2,275

    :doughnut: very helpful................

    :doughnut: very helpful................
  24. Replies
    11
    Views
    2,275

    on (press) { dice = int(Math.random()*6)+1;...

    on (press) {
    dice = int(Math.random()*6)+1;
    }




    ~~~~
    Just create a textbox with the instance dice
    and the cut & paste the above into a button
  25. The proplem is with the gif file.. It contains...

    The proplem is with the gif file..
    It contains the white that you can see along the edges
    of the biohazard symbol.
    you will have to edit the out...

    jc
Results 1 to 25 of 163
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center