A Flash Developer Resource Site

Search:

Type: Posts; User: kwoodberry

Page 1 of 7 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    384

    no worries, sorted it!

    no worries, sorted it!
  2. Replies
    2
    Views
    367

    Well I asume the 7000 - 8000 data files are...

    Well I asume the 7000 - 8000 data files are currently residing somewhere?? i.e on a database like MS Access or a MySQL db on a server?

    Well with that amount of data you won't want to store it on...
  3. Replies
    1
    Views
    384

    Hi all With the help of a FK member I recently...

    Hi all

    With the help of a FK member I recently put together some A.S which formats text in flash as programs like MS Word does.

    Here's the link - only 3kb format text

    Although this script...
  4. Replies
    1
    Views
    469

    I wait if there is an indication of how long...

    I wait if there is an indication of how long you're likely to be waiting, i.e a percentage preloader. Even so, I wouldn't wait any longer than 90 seconds, on a 56k modem... and I'd say that was being...
  5. Replies
    2
    Views
    477

    HI all I would like to set a variable which...

    HI all

    I would like to set a variable which equals the width of my stage. I have done this before some time ago in Flash 4 (if you can remember back that far :D ) and think it is something like - ...
  6. Replies
    8
    Views
    703

    shikes, sorry Mirandir... didn't realise you'd...

    shikes, sorry Mirandir... didn't realise you'd put together a .fla. We must have posted about the same time.

    I played with the code until I got it working.

    Thanks for your community spirit...
  7. Replies
    8
    Views
    703

    hold tight.... I think .... I .... errrr I.......

    hold tight.... I think .... I .... errrr I.... Think I got it.... yeah, I got it! :)

    Managed to sort it out, playing makes perfect! :D

    Cheers for your help!
  8. Replies
    8
    Views
    703

    Hi, thanks for all your help Mirandir. ...

    Hi, thanks for all your help Mirandir.

    Unfortunately still can't get the idea of where the code is meant to go and at what point it's called?

    Can you shed any more light at all? Thanks for...
  9. perhaps this open source movie will give you some...

    perhaps this open source movie will give you some hints -

    http://www.flashkit.com/movies/Scripting/Physics/Elastic_-Arran_Sc-1990/index.shtml

    you could use something similar to this but...
  10. Replies
    1
    Views
    464

    Bit more detail needed. Are you saying you...

    Bit more detail needed.

    Are you saying you want the movie to play with out a window at all? i.e just your movie stage views when the exe is executed?

    This can't be done to my knowledge???
    ...
  11. Replies
    3
    Views
    508

    check out ...

    check out

    http://www.flashkit.com/movies/Animations/Scratchpad/Interfaces/Menu_scr-Stephen_-1724/index.shtml

    this may be what you are talking about?
  12. loadMovieNum ("path/to/your/textfile.txt", 0);

    loadMovieNum ("path/to/your/textfile.txt", 0);
  13. Replies
    3
    Views
    508

    sorry fella, your link doesn't work??? Sounds...

    sorry fella, your link doesn't work???

    Sounds like you are talking about inertia, where the pics or menu etc accelerates and decelerates depending on the point you are currently at.

    Check out...
  14. Replies
    8
    Views
    703

    OK thanks Mirandir, I see the function you're on...

    OK thanks Mirandir, I see the function you're on about. Can't see where I'd put the Selection.getBeginIndex() ???

    does it need to be called when the selection process begins, i,e - (onclick)
    ...
  15. Replies
    8
    Views
    703

    HI everyone. Probably not as easy as the...

    HI everyone.

    Probably not as easy as the subject title sounds... :(

    Don't forget everything I want to do will be done in Flash, just mimicking the MicroSoft Word interface.

    What I want to...
  16. Replies
    1
    Views
    495

    Can it be done??? More detail: I would like to...

    Can it be done???

    More detail: I would like to know if the advanced functions of flash 5 A/S gives you the ability to customise the right click menu.

    I know how to disable the right click...
  17. Replies
    16
    Views
    2,490

    Need to learn one of these languages ASAP. ...

    Need to learn one of these languages ASAP.

    Which do you think would be the quickest, easiest, most beneficial, to learn??

    They do the same job so are there any reasons for choosing one over...
  18. Replies
    2
    Views
    493

    Hi people You've probably all seen these flash...

    Hi people

    You've probably all seen these flash intros with endless quotes of info snippets regarding the web, e.g-

    "More than 60 million people use the internet"
    "Expected to grow to 100...
  19. 1st you need to explain to me where your random...

    1st you need to explain to me where your random number actionscript is in relation to the frame labels.

    It sounds like a targetting issue as you say it works when all the actions are all in the...
  20. Replies
    4
    Views
    398

    The problem is where you 1st set the initial...

    The problem is where you 1st set the initial variable in the main time line or where ever you set it. you need to have this -

    a = 0;

    NOT

    'a' = 0

    Then this action on your button -
  21. Replies
    2
    Views
    627

    No worries :) Sorted it out myself... for...

    No worries :)

    Sorted it out myself... for those of you interested here is the solution:-

    Put this action on the print button

    on (release) {
    printAsBitmap ("0", "bmovie");
    }
  22. Replies
    2
    Views
    627

    Hi All I need to be able to print a specific...

    Hi All

    I need to be able to print a specific frame from my movie. I already have a print button on the frame I wish to print with the action:

    on (release) {
    getURL ("print:");
    }
    ...
  23. Replies
    2
    Views
    966

    HI Everyone A friend and I have created a...

    HI Everyone

    A friend and I have created a dynamic community site for Heelys. Heelys are the latest craze to hit the skating scene in the USA, and will probably take Europe by storm when release...
  24. Replies
    5
    Views
    1,112

    Cheers Kory Sorted the problem after working...

    Cheers Kory

    Sorted the problem after working through it more logically as you've stated above. Problem was with where the sk.php was located on the server.... it doesn't seem to like it anywhere...
  25. Replies
    5
    Views
    1,112

    Thanks for the quick response Kory but...

    Thanks for the quick response Kory but unfortunately that hasn't fixed the problem???

    How can I simple see whether the script is the problem, the flash or the server??

    I have gone through the...
Results 1 to 25 of 162
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center