A Flash Developer Resource Site

Search:

Type: Posts; User: Leftyplayer

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Two dumb questions I really need to ask (uploading flash website)

    Question 1: I have a swf that is 1024px wide by 738px height. And I'm wondering what would happen if, on the html page, I used the following code to embed this swf, using 977px by 575 as the...
  2. Replies
    5
    Views
    1,802

    Thanks 5TonsOfFlax. That helps. And I do care...

    Thanks 5TonsOfFlax. That helps. And I do care LOL.

    Any thoughts on the SWFProtection software?
  3. Replies
    5
    Views
    1,802

    p.s. would anyone recommend the "SWFProtection"...

    p.s. would anyone recommend the "SWFProtection" software or is it a waste of time/cash? Clearly, pros can hack anything, I'm seeking reasonable levels of protection, as it's all I can do.
  4. Replies
    5
    Views
    1,802

    .swf security question and site setup

    I am using CS3 with AS3. I have a series of flash games, each of which has the main .swf, a preloader .swf, 1-2 .as files and an xml file.

    1. I'll be using php (login is required) and am...
  5. I have a swf but no .fla - how do I find out dimensions used in .fla?

    I have a sample .swf. I'm supposed to make some flash movies set at the same size/ dimension as the sample swf. But how do I find out what the stage dimensions settings were for the sample swf (I...
  6. Replies
    8
    Views
    627

    thanks, will check them out. and, yes, I may...

    thanks, will check them out.

    and, yes, I may just do away with the switch altogether. i started out heading in a certain direction, but have ended up in a different place where now it doesn't...
  7. Replies
    8
    Views
    627

    Ah, thank you, that helps! Any...

    Ah, thank you, that helps!



    Any recommendations?
  8. Replies
    8
    Views
    627

    The error was from these changes: var...

    The error was from these changes:

    var tweenSX:Tween = new Tween(event.target,"scaleX",Strong.easeOut,event.target.scaleX,scaleXto,t,true);
    var tweenXY:Tween = new...
  9. Replies
    8
    Views
    627

    I'm getting this error with event.target: Error...

    I'm getting this error with event.target: Error #2071: The Stage class does not implement this property or method. I think it's because I'm using stage event / listener, rather than specific mc or...
  10. Replies
    8
    Views
    627

    Switch case loop for tweens

    I've got the following code (what it should do: on keypress, loops through movieclips, scaling each one toward center stage). However, where it says "this" is making the program think I'm referring...
  11. Replies
    2
    Views
    720

    Thanks. No, I didn't mean preloading an .html...

    Thanks. No, I didn't mean preloading an .html page. I mean I have my .swf page that I will publish to an .html page, but I also have a .swf that contains a preloader (for the .swf) in it. Not sure...
  12. Replies
    2
    Views
    720

    how to set up preloader on html page?

    I have a .swf with my animation. Then I have another .swf that contains my preloader.

    I haven't used preloaders before. I usually just publish my .fla to an html page and upload to my website. ...
  13. Replies
    3
    Views
    551

    okay, I have an idea - but would hate to spin my...

    okay, I have an idea - but would hate to spin my wheels. Tell me if I'm on the right track:

    I could set up one file (fla) that contains all the buttons. Then have each button load an external...
  14. Replies
    3
    Views
    551

    OOP - navigation buttons

    I have one .fla where a relatively large navigation menu will be presented to the user. This .fla has multiple frames and over 25 buttons all guiding user either to additional menu options...
  15. Replies
    2
    Views
    1,570

    Making a video out of multiple .swf

    I have multiple .swf files. I'd like to make a video that showcases a few seconds of each .swf (games). They're all programmed in Actionscript, so I'm hoping I don't have to import all .swf into a...
  16. Replies
    2
    Views
    386

    giving myself a bump ... still trying to solve...

    giving myself a bump ... still trying to solve this. Any help appreciated.
  17. Replies
    2
    Views
    386

    ... pretty please ... with sugar on top ... :)

    ... pretty please ... with sugar on top ... :)
  18. Replies
    2
    Views
    386

    PLEASE help - Motion_Finish problem

    In this code, I have two tweens that complete the process of turning a card over (using scaleX). However, between the first and second tween, I've set up a function to run at Motion_Finish of the...
  19. Replies
    3
    Views
    693

    Any suggestions?

    Any suggestions?
  20. Replies
    3
    Views
    693

    I'd love to get CS4, but alas, it will be a few...

    I'd love to get CS4, but alas, it will be a few more months before I can afford to upgrade. In the meantime, I'm hoping to find a tutorial in cs3.
  21. Replies
    3
    Views
    693

    Flip card question - good tutorial?

    I can only find a tutorial to do this for Flash Player 10, which I assume required CS4? I've searched and searched and can't find a tutorial to do it in CS3.

    I basically have a mc ("Card") with...
  22. Replies
    0
    Views
    318

    loading sound inside a container

    I have a simple question that I'm nevertheless struggling with.

    I'm doing frame by frame animation and have different sounds playing upon activation of different functions (not button based) both...
  23. Replies
    2
    Views
    663

    Thanks, I think that makes sense. I'm still...

    Thanks, I think that makes sense. I'm still learning the concepts behind the code and the parent/child thing gets me every time.
  24. Replies
    2
    Views
    663

    Problem with removeChild

    The code below works, but I'm having two problems. The text is not formatted on the first button clip (but is on subsequent clicks) and, more importantly, the removeChild is not working, so that...
  25. TextField problem and centering tween problem

    The final idea is: there are multiple movieclips on stage, on keypress, mc1 will scale larger (tween), text will fade in on corner of stage (tween), audio associated with that mc will play ... then...
Results 1 to 25 of 69
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center