A Flash Developer Resource Site

Search:

Type: Posts; User: grumblemarc

Page 1 of 20 1 2 3 4

Search: Search took 0.31 seconds.

  1. Replies
    2
    Views
    2,025

    Too big. What resolution did you design that in?

    Too big. What resolution did you design that in?
  2. How would that be an option? Anyways. The only...

    How would that be an option? Anyways. The only way I see for you to workaround this would be to have a length of empty frames in your main movie which would be the same length as that of your loaded...
  3. Thread: preloader

    by grumblemarc
    Replies
    5
    Views
    1,292

    Then your problem was a looping and not the...

    Then your problem was a looping and not the preloader? To keep this from happening next time look at the "MOVIE" tab and put a tick in the box that says "Stop playing at end of movie".
  4. Thread: preloader

    by grumblemarc
    Replies
    5
    Views
    1,292

    Just try changing the script to this onFrame...

    Just try changing the script to this

    onFrame (1,afterPlacedObjectEvents) {
    stop();
    }
    onEnterFrame(includingFirstFrame) {
    p = percentLoaded();
    percent = p+"%";
    ...
  5. Replies
    1
    Views
    1,087

    There are standalone programs such as this...

    There are standalone programs such as this that will do what you need. Also Flash can import AVI files directly, if I'm not mistaken, that can be exported as SWF and imported into Swish.
  6. Thread: preloader

    by grumblemarc
    Replies
    5
    Views
    1,292

    onFrame (1,afterPlacedObjectEvents) { ...

    onFrame (1,afterPlacedObjectEvents) {
    stop();
    }
    onEnterFrame(includingFirstFrame) {
    p = percentLoaded();
    percent = p+"%";
    Bar.BarFill._xscale = p;
    if (p >= 100) {
    ...
  7. Replies
    6
    Views
    1,248

    See that's what I read but I guess people are...

    See that's what I read but I guess people are looking for a solution to eliminate the entire menu altogether. Some want to substitute their own context menu. I didn't see anywhere that indicates that...
  8. Replies
    6
    Views
    1,248

    I haven't used this yet but will this work...

    I haven't used this yet but will this work without modification in Swish?


    code:--------------------------------------------------------------------------------
    //earlier versions of flash...
  9. Replies
    2
    Views
    791

    Then don't use Swish if there aren't going to be...

    Then don't use Swish if there aren't going to be any animations. Makes no sense. Stick to HTML, CSS, Javascript, PHP, etc. The problem you are having with the spaces on bothe sides of your SWF will...
  10. Replies
    3
    Views
    1,086

    Do this. Simplify the name of the SWF. Call it...

    Do this. Simplify the name of the SWF. Call it something like dvsbanner. Make sure it's all lower case. Republish your movie and HTML. See if that changes anything.

    Also, what is the filesize on...
  11. Replies
    3
    Views
    1,086

    Make sure both the HTML file AND the SWF are...

    Make sure both the HTML file AND the SWF are uploaded and in the same directory (folder). According to your source code they should be but when I tried to access the SWF directly by typing...
  12. Replies
    11
    Views
    2,107

    Actually I don't think so. If you look closely...

    Actually I don't think so. If you look closely you can see that there is an actual distortion of the image and not just a "workaround" effect. If you are just talking about the panoramic effect...
  13. HERE (http://www.challisandroos.com) is the...

    HERE is the actual link.

    I didn't see the problem you described using IE6.
  14. Replies
    2
    Views
    890

    Sounds like the flashplayer aint installed. Just...

    Sounds like the flashplayer aint installed. Just a guess. Also check for those 3rd party programs that allow you to block Flash animations.
  15. Replies
    6
    Views
    1,112

    It's pretty tight right now. Just add some more...

    It's pretty tight right now. Just add some more content int he work area and you're done. Can't see anything else I would change.
  16. Replies
    8
    Views
    1,205

    Not to detract BUT this isn't a place where you...

    Not to detract BUT this isn't a place where you come to get the obligatory pat on the back because you created something. If you don't want to hear someone's honest opinion then don't post.
    ...
  17. Replies
    4
    Views
    966

    Sounds like some kind of preloader problem. Does...

    Sounds like some kind of preloader problem. Does the loaded movie have a preloader?
  18. Replies
    5
    Views
    1,081

    I've ben coming here for a while and never...

    I've ben coming here for a while and never noticed that. Kind of too subtle don't you think?
  19. Replies
    4
    Views
    1,006

    You're gonna have to explain this one a little...

    You're gonna have to explain this one a little better or provide an example of the problem you are having. In the Transfom panel you can specify the center of an object but I'm not sure if this will...
  20. Replies
    4
    Views
    1,375

    As a suggestion you should have posted this with...

    As a suggestion you should have posted this with the original thread instead of starting a new one just to say the site was finished.

    As for the site.
    Get the graphic elements out of the...
  21. Replies
    2
    Views
    1,094

    doesn't work? We're...

    <div align="right"></div> doesn't work? We're talking about regular HTML pages? I'm not really sure what you mean when you say "external text that is rendered as HTML".
  22. Replies
    2
    Views
    977

    It has been suggested I elaborate further so I...

    It has been suggested I elaborate further so I will. I suggested using a mask in the sprite so that your loaded movie will always be the dimensions you require. I also noticed that the "profiles"...
  23. Replies
    2
    Views
    977

    Mask it.

    Mask it.
  24. No music. Sound fx would be perfect.

    No music. Sound fx would be perfect.
  25. Replies
    9
    Views
    1,683

    It really isn't all that. It's kind of BASIC....

    It really isn't all that. It's kind of BASIC. Very.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center