A Flash Developer Resource Site

Search:

Type: Posts; User: docjayman

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Try moving the 'dc.login(username, password);' to...

    Try moving the 'dc.login(username, password);' to a different location. I had the same problem and when I took my component call out of a function and put it into a 'on (press)' statement, it...
  2. Thread: ComboBox

    by docjayman
    Replies
    1
    Views
    414

    I guess I was using the old method with new MX...

    I guess I was using the old method with new MX 2004. Here is the code if anyone needs it.
    [CODE]
    var sport="";
    var sport2="";

    getthevalue = function() {
    sport = sports_cb.value;...
  3. Thread: ComboBox

    by docjayman
    Replies
    1
    Views
    414

    ComboBox

    I thought I had this figured out but I guess I don't. I have code for a combo box that works in one fla but won't work in any others. All I am trying to do is get the value of a combo box and set...
  4. on (release) { var email = email.text; ...

    on (release) {
    var email = email.text;
    if (email.indexOf ("@") == -1 || email.indexOf (".") == -1) {
    gotoAndPlay("sending");
    } else {
    ...
  5. Replies
    4
    Views
    508

    Do you think I could get that code the link above...

    Do you think I could get that code the link above is outdated I think?
  6. Replies
    1
    Views
    579

    I figured it out if anyone needs help.

    I figured it out if anyone needs help.
  7. Replies
    1
    Views
    310

    I figured it out if anyone needs help.

    I figured it out if anyone needs help.
  8. Replies
    1
    Views
    310

    Mucho Problem

    Okay I have been working on this problem with my site login structure for the last week coming up empty. All I want to do is have my Flash username/password form react the same way as my coldfusion...
  9. Replies
    1
    Views
    579

    Mucho Problem

    Okay I have been working on this problem with my site login structure for the last week coming up empty. All I want to do is have my Flash username/password form react the same way as my coldfusion...
  10. Thread: Form load

    by docjayman
    Replies
    0
    Views
    392

    Form load

    I am trying replace a ColdFusion form with a Flash form, but I am having trouble posting the form to the correct path. I am trying to replace (COLDFUSION CODE)
    <form action="#CGI.script_name#"...
  11. Replies
    2
    Views
    340

    Cool, makes sense - thanks a bunch!

    Cool, makes sense - thanks a bunch!
  12. Replies
    2
    Views
    340

    Path Problem HELP

    I am having a problem finding the path to a loaded movie I am trying to play().
    -The index page loads a movie "home" into a MovieClip called "empty1"
    -From there the movie "home" loads a movie...
  13. Thread: Path Problem

    by docjayman
    Replies
    0
    Views
    428

    Path Problem

    I am having a problem finding the path to a loaded movie I am trying to play().
    -The index page loads a movie "home" into a MovieClip called "empty1"
    -From there the movie "home" loads a movie...
  14. Replies
    0
    Views
    291

    Flash with Frames

    I am having a problem where some computers display the frames correctly and some don't. I have two html frames, the top frame with flash and the bottom frame (dataframe) reloads data from the...
  15. Replies
    2
    Views
    561

    Well Done! It works perfectly. Thanks a bunch.

    Well Done! It works perfectly. Thanks a bunch.
  16. Replies
    2
    Views
    561

    Next/Prev Frame()

    Okay, I have a movie named 'TESTMOVIE' when this code below is applied it works very nicely. When TESTMOVIE is rolled over it plays the movie until it hits the next keyframe or stop(). When rolled...
  17. Thread: Viewing

    by docjayman
    Replies
    2
    Views
    335

    Thanks, but where would I put the java because...

    Thanks, but where would I put the java because they are both loaded into the same window. When the new form is loaded it is loaded into a different level but not a different brower page. Is this...
  18. Thread: Viewing

    by docjayman
    Replies
    2
    Views
    335

    Viewing

    Okay, I can't get the right anwser on this one, please help! All I have is one movie loading into another movie. The position and size are fine on the new movie that is loaded in but when it is...
  19. Replies
    0
    Views
    307

    Top of New Load

    The problem is that when I load a movie into a new level that movie does not display the very top(beginning) of the movie. Meaning that you have a scroll up to get to the top of the movie because it...
  20. Replies
    2
    Views
    386

    Yep, you got it. It works like a dream thanks a...

    Yep, you got it. It works like a dream thanks a ton.
  21. Replies
    2
    Views
    386

    Flash w/ html Frames

    A bit to tricky for me. What I have is an html frame page that is broken up into 2 frames, the top and bottom. The top frame page is html and contains the flash, the bottom frame is cfm. and...
  22. Thread: button vs mc

    by docjayman
    Replies
    2
    Views
    336

    Good idea, that will fix the problem. Thanks!

    Good idea, that will fix the problem. Thanks!
  23. Thread: button vs mc

    by docjayman
    Replies
    2
    Views
    336

    button vs mc

    Why does a movie instance act differently than a button instance when the same code is supplied? Using this code when it is applied to a button everything works great, but when applied to a movie...
  24. Thread: Combo box

    by docjayman
    Replies
    1
    Views
    400

    Combo box

    I have a form that my customers can edit and update. The form contains a combo box with about 5 options. The form posts to an asp.net page. I have everything working as far as updating the...
  25. Replies
    5
    Views
    453

    The reason this (_level0.firstname) appears in...

    The reason this (_level0.firstname) appears in your input boxes is because you have the instance name and the var the same in the properties box. Change either one slightly in the properties panel...
Results 1 to 25 of 72
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center