A Flash Developer Resource Site

Search:

Type: Posts; User: phitho

Page 1 of 3 1 2 3

Search: Search took 0.13 seconds.

  1. Replies
    1
    Views
    586

    MC printing black...

    Hello,

    I have an MC I'd like to print, and use the following bit of code to do so:


    printbtn.onRelease = function() {
    var my_pj:PrintJob = new PrintJob();
    if (my_pj.start()) {
    if...
  2. Replies
    0
    Views
    274

    Exporting old text?

    Nevermind, programmer/designer stupidity...please delete this thread...
  3. Replies
    2
    Views
    613

    Worked perfectly, thanks a million! :thumbsup:

    Worked perfectly, thanks a million! :thumbsup:
  4. Replies
    2
    Views
    613

    Quotation marks in dynamic text

    Hello all,
    I have a line of code that is troubling me greatly...I'm trying to put in the following line of text into my movie without having to load a text file:
    20" x 50" x 10"
    So when I put the...
  5. Thread: Big problemo...

    by phitho
    Replies
    2
    Views
    457

    I've actually figured out the problem, I created...

    I've actually figured out the problem, I created the original movie a year ago, and when I did the updates recently it seems as though the newer flash files weren't working with the older ones. I...
  6. Thread: Big problemo...

    by phitho
    Replies
    2
    Views
    457

    Big problemo...

    Hi, I'm hoping someone can help me out here...

    When I export my movie and view it on my hard drive everything is fine and all parts of my movie(s) show up. However, when I upload my project to my...
  7. Replies
    2
    Views
    279

    Found the solution to my second post....the...

    Found the solution to my second post....the holderclips that I load the swf's into was masked. I moved it out of the mask and now they load in my main movie as expected.
  8. Replies
    2
    Views
    279

    Me again....ok so I've been digging around with...

    Me again....ok so I've been digging around with this problem, and maybe this will clue someone in to what is going on.

    In showMC I have 2 imported mc's...when I export showMC these mc's load and...
  9. Replies
    2
    Views
    279

    Embeded MC problem

    Big Ol' Problem here with paths and an 'if' statement.

    I've got an embedded mc (showMC) that has buttons to control 3 different mc's inside showMC. When I export showMC, everything works great. ...
  10. Replies
    1
    Views
    706

    IE/Firefox problem...

    I use Javascript to open my website (built in flash) in a new window. The JS detects screen res and resizes the window and flash movie accordingly. It works wonderfully in IE, but in Firefox the...
  11. Replies
    1
    Views
    373

    Multiple button control

    I'm trying to manage 11 buttons I have on my stage. I have numerous, ridiculously long codes for each button, which look like this



    s1.onRollOver = function() {
    s1.gotoAndStop("over");
    };...
  12. Replies
    0
    Views
    392

    Controlling external swf problem...

    I've got buttons that control MC's on my main stage. Each movie holds an external swf. Each MC on my stage is 50 frames long. What I'm trying to do is each time a different button is pressed, the...
  13. Replies
    2
    Views
    500

    2 click button, reverse MC

    I've got a button that I want to do 2 things to a movie clip. The first click causes the MC to play till it hits the end of it's animation and then stops. The second click of the button will cause...
  14. Replies
    1
    Views
    344

    Controlling timelines...

    How come something so simple (in theory) is so difficult? :p (...I know it's because I suck at AS) :D :o

    I have an MC on _root that when it starts playing to tell another embedded MC...
  15. Replies
    5
    Views
    654

    Not right now they don't. I'm just trying to get...

    Not right now they don't. I'm just trying to get the over/down states to work properly.

    Here's the fla. The Home button is now an MC (in an attempt to see if that would fix it....it does not)...
  16. Replies
    5
    Views
    654

    Hmm...There is code in the MC inside the button...

    Hmm...There is code in the MC inside the button that I put on the last frame, a gotoAndPlay("framelabel") because I don't want it starting over from frame 1. That's the only other bit of code I have.
  17. Replies
    5
    Views
    654

    setInterval question

    I am having a problem with some code using the setInterval command. I have a movie that is 20 frames long. I have several buttons (of course) and in each button I have 2 layers. One layer is text...
  18. Thread: Removing MC

    by phitho
    Replies
    2
    Views
    312

    Yeah it was a goofy mistake on my part regarding...

    Yeah it was a goofy mistake on my part regarding paths. I've been away from programming in flash for so many months I'm making silly mistakes (not that I was any good at this before, but still...) ...
  19. Thread: Removing MC

    by phitho
    Replies
    2
    Views
    312

    Removing MC

    I've got a flash movie with 2 frames on the main timeline. The first frame is a preloader, the second holds the site content. In that second frame I've got an MC sitting on the stage that plays...
  20. Replies
    1
    Views
    469

    Pop up window and popup blockers.

    HI, I've got a major problem that I need to find a way around. Obviously (due to the title of this thread) I'm looking for a way to beat popup blockers. I have a website I'm working on that when...
  21. Replies
    6
    Views
    622

    Well, I got it to work one way; the hitarea for...

    Well, I got it to work one way; the hitarea for each button (I like using MC's to act as buttons) is turned to _visible=false; for whichever one is pressed, and back to =true; when another button is...
  22. Replies
    6
    Views
    622

    Dallas, your script is very simple and most...

    Dallas, your script is very simple and most effective, but could you go just one step furthur? I'd like to know how to disable each button after they are pressed, because if you press them twice in...
  23. Replies
    8
    Views
    440

    Give frame 91 on your _root timeline a frame...

    Give frame 91 on your _root timeline a frame label. For example, label frame 91 'here' (minus the ' ' marks) and try this code on frame 125 of your MC:


    stop();
    _root.gotoAndPlay("here");
    ...
  24. Replies
    5
    Views
    546

    Hello, if someone who is more familiar with AS...

    Hello, if someone who is more familiar with AS would care to explain what the purpose of the ' delete this.onEnterFrame;' line is? Are you deleting the = function? If so, why exactly? Thanks for...
  25. Thread: heavy.com

    by phitho
    Replies
    0
    Views
    453

    heavy.com

    How do the guys at heavy.com get their movies to resize to fit the resolution so perfectly???
Results 1 to 25 of 53
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center