A Flash Developer Resource Site

Search:

Type: Posts; User: kargrafx

Page 1 of 5 1 2 3 4

Search: Search took 0.12 seconds.

  1. While I love to use Flash a lot, I have found...

    While I love to use Flash a lot, I have found that often times, it is easier to replicate a simpler effect such as this through DHTML instead of using Flash. It loads quicker, requires less resources...
  2. CS3 What if the user is tabbing from one input field...

    What if the user is tabbing from one input field to the next, instead of clicking? Or, what if they click and then mouse away from it to type? I want the input field with focus to be double sized, to...
  3. CS3 How would I "embiggen" the current input field

    I am designing an input form, similar to the below, and I would like the currently focused input field, and the label next to it, to double in size... so when the user tabs through or clicks into a...
  4. Thanks, that works! ... I really should...

    Thanks, that works!


    ... I really should start learning AS3 one of these days... only so long that I can hold on to the past lol.
  5. root.gotoAndPlay(##) not working; how to do this in AS3?

    Basically the title is the question. I want to loop the root movieclip; in this case it plays from frame 1 through to frame 240, then I want to loop back to 97-240 infinitely afterwards... I tried...
  6. Replies
    4
    Views
    1,024

    Thanks for that link... from what I see, if the...

    Thanks for that link... from what I see, if the textfield is named 'timeInTXT', I could add AS to the MC that the textfield is inside, and say something like;

    timeInTXT.restrict="0-9";

    and that...
  7. Replies
    4
    Views
    1,024

    [CS4][AS2] Input Text formatted for time?

    I need to have a text input box which allows/forces the entry to be formatted as a time code (00:00:00)... how can I go about that?
  8. Replies
    1
    Views
    1,127

    Okay, I solved it, I think... all I had to do for...

    Okay, I solved it, I think... all I had to do for the first problem was to rename it so that the instance name d the variable name are different; I was using the same for both. Not sure why that is,...
  9. Replies
    1
    Views
    1,127

    {SOLVED} [CS4][AS2] Variables/Input Fields

    I have two problems...

    First, when I give a text input field a variable name, it displays a generic value such as '_level0.MCname.variableName'... How do I make it so that it is blank until...
  10. Replies
    1
    Views
    1,354

    How to read a folder on the server?

    I'd like to make a dynamic photo gallery that bypasses XML; so the website owner can just upload folders/images to a directory, and not bother updating an xml file.

    I think PHP could be one way to...
  11. Just a :bump: . . . anything? anyone? please?

    Just a :bump: . . . anything? anyone? please?
  12. Made a mistake, need some help... connecting MS SQL and Flash

    I took a job to make a flash based form, which connects to a SQL database. I thought it very simple; I would use PHP and set up the database, a day or two's work...

    Then, after I was done, I found...
  13. Replies
    0
    Views
    518

    [CS4] {AS2} Flicker Gallery

    I have a flash based site I am updating, and would like to switch to a Flickr gallery (currently linking to an external Coppermine gallery). I would like to add this within my existing flash site, so...
  14. Replies
    7
    Views
    2,163

    CS3 I did have it slow down to a crawl where I...

    I did have it slow down to a crawl where I *thought* it froze on one of the layers, but just as I was getting ready to kill it and reboot, it finished copying that layer... how long have you waited...
  15. Replies
    7
    Views
    2,163

    CS3 I never found a solution per se, but I came up...

    I never found a solution per se, but I came up with a work-around...

    What I did was to again, go through the template's library with a fine-toothed comb and cull out (deleted) every image,...
  16. CS4/AS2 Restrict DateChooser to 28 days out?

    What would be the simplest way, assuming it is possible, to use the existing DateChooser component to only allow the user to select today and 28 days out? This would allow moving into the next month,...
  17. Multiple .swf files in a web page - controlling each other?

    Okay, I recently had a HD crash and lost a huge flash based site... all I have are the swf files online, and the client wants some updates/changes. So I have to start from scratch! grrr.

    BUT!...
  18. just a bump, had set this project aside, need to...

    just a bump, had set this project aside, need to pick it up again.
  19. Replies
    0
    Views
    427

    programmatically create schedule

    Okay, I am trying to create a booking/appointment form for a friend. I have another post going about a different aspect, but here is the point of this post; I would like to read in data from a...
  20. Replies
    1
    Views
    558

    Try something like this... var...

    Try something like this...

    var cmbListener:Object = new Object();
    cmbListener.change = function(e:Object)
    {
    var menuItem:Object = menuCombo.selectedItem;...
  21. AS2 - ComboBox controlling multiple elements (used for booking/appointment program)

    I am working on a booking/appointment program for a friend. The desired end result is this;
    A date picker is used to select the day. A combo box is used to pick a service. Based on the service...
  22. Thanks, that makes sense. I have an idea; for...

    Thanks, that makes sense.

    I have an idea; for the spaceship design at least... I am fairly certain it won't work for the characters. I will probably need to post this in its own thread since it is...
  23. I was thinking of something along these lines......

    I was thinking of something along these lines... or possibly using a custom class to handle the avatar/paper doll. Just not sure which is easier, or which is best.


    Thanks, and that is good...
  24. New to AS3, new to CS4, looking for pointers on game design (and paper dolls)

    Mainly looking for pointers to the tutorials I am sure exist (but which I can't find). But I am also very open to any general or specific advice you may have to spell out for me in the thread.

    I...
  25. CS3 The problem with the tree component (and yes I...

    The problem with the tree component (and yes I considered it, even tried dragging a copy onto the stage and toying with it), is the appearance. I'm attaching 3 pictures of a general idea of how I...
Results 1 to 25 of 109
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center