A Flash Developer Resource Site

Search:

Type: Posts; User: Media Resistance

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    388

    I sort of figured that this was going to be...

    I sort of figured that this was going to be required and it would be a hell of a lot easier than what Scudsucker illustrated.

    I've been looking for an opportunity to learn SQL/PHP.
  2. Replies
    4
    Views
    388

    scripting a search function

    Hey all, I come with a strange question about search functionality in flash movies.

    The most recent project we've taken on here has asked us to develop a new course in an entirely flash...
  3. Replies
    1
    Views
    585

    Continuous loop scroll

    I don't know why I'm having so much trouble getting this to work, but I'm trying to create an animation that is a constantly scrolling background.

    The background consists of six photos that scroll...
  4. thanks a lot. for some reason I thought it was...

    thanks a lot. for some reason I thought it was going to be a lot more complicated than that... I've been messing with all kinds of ****.
  5. Here's a simple one... frames and flash links

    hey everyone. I have a flash movie playing in one frame with links in it.

    The links load an html page into another frame...

    but I can't seem to figure out how to get to work. Can someone help...
  6. Replies
    1
    Views
    453

    OK WTF??? (code inside)

    I'm having trouble with this button. It's not doing what it should be logically doing.



    on (release) {
    ok_check2++;
    upperNameCorrect1 = relation1.toUpperCase();
    upperNameInput =...
  7. wtf? text field and getFocus issues -- code inside!

    Below is a script I've been struggling with for a little while. I have a set of text fields, one of them is called 'letter' -- as you can see, you're supposed to enter a variation of $50,000.00 into...
  8. here's the deal... I have two text fields. In...

    here's the deal... I have two text fields. In one text field, you enter a social security number WITHOUT hyphens and when you click the other text field, the SSN needs to become hyphenated...
  9. Replies
    4
    Views
    524

    actually... I figured it out with a little...

    actually... I figured it out with a little tweaking.

    I tell you, the convenience of the intarweb has made me lazy.

    I'm still a n00b, but learning.
  10. Replies
    4
    Views
    524

    excellent! I'm now one step closer. just one...

    excellent! I'm now one step closer.

    just one more thing. How do I speed it up? The current "scroll" rate is really slow.

    cheers!
  11. Replies
    4
    Views
    524

    I'm still working on this "scrolling" list. ...

    I'm still working on this "scrolling" list.

    I'm trying to get the scroll bar to work like a windows scroll bar since my movie emulates a piece of windows software.

    here's the issue.

    I have...
  12. Replies
    1
    Views
    457

    as soon as you provide an FLA I'll be glad to...

    as soon as you provide an FLA I'll be glad to have a look.
  13. Replies
    1
    Views
    534

    anyone have a link or an example I could learn...

    anyone have a link or an example I could learn from?

    I'm trying to make a list like a drop down menu that contains buttons and I want to scroll the list.

    I've looked around but all I can find...
  14. Replies
    2
    Views
    501

    hey again! I was wondering if anyone might...

    hey again!

    I was wondering if anyone might know how to script this.

    I have a text field in which the user enters the date. They click a button which then checks to see if the date is formatted...
  15. Replies
    2
    Views
    465

    how do I get the movie to parse %? my text...

    how do I get the movie to parse %?

    my text file that the variables are loading from looks like this:

    &def_percent=0%&

    I tried putting the % in "" but that didn't do the trick.
  16. Replies
    5
    Views
    779

    I was talking about the lack of nakedness... :D

    I was talking about the lack of nakedness... :D
  17. Replies
    5
    Views
    779

    what a disappointment!

    what a disappointment!
  18. Replies
    1
    Views
    417

    maybe a little code will help peeps understand...

    maybe a little code will help peeps understand this a little better



    on (release) {
    if (_root.checks == 3) {
    gotoAndStop (40);
    } else {
    gotoAndStop (30);
    }
  19. Replies
    1
    Views
    417

    Is there a bug or something where sometimes...

    Is there a bug or something where sometimes variables won't set like you tell them to?

    I have a text field that is supposed to receive a variable from a .txt file (via loadVariables).

    There are...
  20. thanks! I found a way to do it since I posted,...

    thanks! I found a way to do it since I posted, but your way is a lot simpler.

    I was setting a variable when the frame loaded:

    counter = 0

    then the checkboxes would telltarget counter++ or...
  21. for some reason I can't get it working right. ...

    for some reason I can't get it working right.

    I have a page that requires the user to click four checkboxes. They can't advance until all four are checked.

    I'm trying to set it up so that each...
  22. Replies
    2
    Views
    463

    much appreciated. :)

    much appreciated. :)
  23. Replies
    2
    Views
    463

    Greets all. I have a page with an input text...

    Greets all.

    I have a page with an input text field and I need the cursor to be blinking in the field when the page loads.

    Any way to do that?
  24. Replies
    4
    Views
    569

    new development! the F4 key opens the browser...

    new development!

    the F4 key opens the browser history in IE.

    I'm not sure that Flash is acknowledging the key press.
  25. Replies
    4
    Views
    569

    *bump* current code looks like this: ...

    *bump*

    current code looks like this:


    onClipEvent (enterFrame) {
    if (Key.isDown(115)) {
    gotoAndPlay ("Scene 4", 1);
    trace ("THIS IS THE RIGHT MOTHER****ING KEY");
    }
Results 1 to 25 of 62
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center