A Flash Developer Resource Site

Search:

Type: Posts; User: momtartin

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    11
    Views
    1,995

    YES! That is exactly what I am trying to do,...

    YES! That is exactly what I am trying to do, except I'm trying to not have the MC's disapear when I hit the other buttons. For example if I'm on MC_PhotoNorm and I hit the Print button, things go...
  2. Replies
    11
    Views
    1,995

    Alright, that didn't really work, but going back...

    Alright, that didn't really work, but going back to Flashwhips technique, did. Sort of. It still acts as if every MC inside of the big one is MC_Video, and I don't know why. I think if I can get...
  3. Replies
    11
    Views
    1,995

    Okay, so using the scripting provided by...

    Okay, so using the scripting provided by Flashwhip, I was able to get it to sort of work, however, I've been still trying to play around with it, and can't get it to do what I want it to do (which I...
  4. Replies
    11
    Views
    1,995

    Alright cool, now I can get things to move, but...

    Alright cool, now I can get things to move, but it still doesn't seem to play the MC's when I hit the button, just moves them, or that MC_Video is to the right of MC_Photo, it treats MC_Photo as if...
  5. Replies
    11
    Views
    1,995

    Error

    Alright that didn't quite work. I got an error message saying:
    "The class or interface 'int' could not be loaded.

    Here is my script:

    stop();

    import mx.transitions.Tween;
    import...
  6. Replies
    11
    Views
    1,995

    Flashwhip, yea, MC_Photo is one of the Child...

    Flashwhip, yea, MC_Photo is one of the Child MC's. See I've yet to work with arrays, so that's why I never thought of that.
    Now obviously I have no real clue what that's saying in the 2nd line, so...
  7. Replies
    11
    Views
    1,995

    [F8] Moving Multiple MC's at once

    I'm trying to move multiple MC's at once with AS.
    So in order to do this, the simple way (at least I figured so) I have one giant MC, with multiple MC's inside of it. This is my script:
    ...
  8. [CS3] AS3vAS2: Which one should I be working with?

    Alright, I'm working a lot with AS2 lately, but I see that AS3 has come out. Now my question is, should I just stop messing with AS2 and start learning AS3? Which one should I be focussing my...
  9. Replies
    125
    Views
    272,466

    Sticky: So I ended up just calling the customer service...

    So I ended up just calling the customer service line, and apparently they had my domain on a server which didn't like PHP, and only used SMPT. So once they switched it over, I got it working, so...
  10. Replies
    125
    Views
    272,466

    Sticky: Simpletext was replaced with Text Edit on macs....

    Simpletext was replaced with Text Edit on macs. Though I'm wondering, should I have placed my php file in the same folder as my swf file? The way I have it set up is as follows (this is the local...
  11. Replies
    125
    Views
    272,466

    Sticky: I wrote that in Text Edit on my mac. What program...

    I wrote that in Text Edit on my mac. What program do you recommend? And what should I do now? I mean it works if I click on it, and it sends me an e-mail, but when I tried to upload my Flash file and...
  12. Replies
    125
    Views
    272,466

    Sticky: Edit, nevermind, that works now when I click on...

    Edit, nevermind, that works now when I click on that. So should I just try retyping all the original PHP script into a txt document and then try sending an e-mail from my contact form? Or is there...
  13. Replies
    125
    Views
    272,466

    Sticky: I don't think I quite understand. I did what you...

    I don't think I quite understand. I did what you said (Changed the rtf format to a txt format, then uploaded the txt file, and changed the extension to a php file).
    http://www.tomartin.net/mail.php...
  14. Replies
    125
    Views
    272,466

    Sticky: Are you saying I need to make it as a rtf or .txt...

    Are you saying I need to make it as a rtf or .txt file and upload it? Cuz if I do that, it just downloads when I click on it. As evidenced here:
    http://tomartin.net/mail.rtf
  15. Replies
    125
    Views
    272,466

    Sticky: Alright, here is the updated file: ...

    Alright, here is the updated file:
    http://www.tomartin.net/Email.html
  16. Replies
    125
    Views
    272,466

    Sticky: Yea I do, should I try that and see if that...

    Yea I do, should I try that and see if that simplifies things at all?
  17. Replies
    2
    Views
    1,997

    Some servers are picky and will only let you send...

    Some servers are picky and will only let you send mail to the domain e-mail address. I'm having issues trying to do that though alone, so I may be wrong, but that's what I've read
  18. Replies
    125
    Views
    272,466

    Sticky: Such as this? http://www.tomartin.net/mail.htm ...

    Such as this?
    http://www.tomartin.net/mail.htm

    Sorry, I'm relatively new to PHP
  19. Replies
    125
    Views
    272,466

    Sticky: Here is all that shows up:...

    Here is all that shows up:
    http://www.tomartin.net/php.php

    Should I have renamed the php file "index" instead?
  20. Replies
    125
    Views
    272,466

    Sticky: Okay, I uploaded just the that php file, and it...

    Okay, I uploaded just the that php file, and it showed up in the directory, so when I clicked on it, nothing happened. No e-mail, or anything. I take it I need to talk to the server staff now?
  21. Replies
    125
    Views
    272,466

    Sticky: Okay, I can't figure out why this isn't working....

    Okay, I can't figure out why this isn't working. I'm trying to send an e-mail from my flash site, and it acts like it's going through, but I'm not getting any of my test e-mails.

    Here is my AS:
    ...
  22. Replies
    11
    Views
    738

    That is exactly what I want it to do. Thanks a...

    That is exactly what I want it to do. Thanks a lot.
  23. Replies
    11
    Views
    738

    Alright, then let's try this with tweens (which...

    Alright, then let's try this with tweens (which I've only used once or twice before to be honest, but this is as good of time as any to figure out something new).


    import mx.transitions.Tween;...
  24. Replies
    11
    Views
    738

    Yes, that is exactly what I want it to do

    Yes, that is exactly what I want it to do
  25. Replies
    11
    Views
    738

    It's cool. Yea, the MC is on the stage, and it's...

    It's cool.
    Yea, the MC is on the stage, and it's not a video that I'm trying to play, it's the MovieClip.
    So basically I have animation inside the Movieclip that starts playing before the...
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center