A Flash Developer Resource Site

Search:

Type: Posts; User: stangdesign

Page 1 of 7 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    1,340

    stageListener.onResize Not working in IE

    Here's what I have:


    stageListener = new Object();
    stageListener.onResize = function() {
    resizeScale();
    };
    Stage.addListener(stageListener);
    function resizeScale() {
    container._width =...
  2. Replies
    4
    Views
    407

    haha.. Thanks... but that's not what I was asking.

    haha.. Thanks... but that's not what I was asking.
  3. Replies
    4
    Views
    407

    Nevermind -...

    Nevermind - http://board.flashkit.com/board/showthread.php?t=741163
  4. Replies
    4
    Views
    407

    Scaling question

    I've got a flash piece that I want to scale to the width (horizontally) of my browser window on screen. When I scale the window, the objects within my flash scale also. How do I prevent this from...
  5. Creating a "Play All" function for interactive cd

    I'm creating an interactive cd with traditional navigation and a "play all" feature. I was planning on doing playAll==true; within my "play all" nav and having the movie clips look for it within the...
  6. Replies
    0
    Views
    817

    1 player/multiple flv's/ cue points

    I have one player that I'm loading flv's into. I do not have access to rerendering out the flv files. They were given to me and I am unable to make modifications or add cue points within the flv. I...
  7. Replies
    1
    Views
    813

    Flash 8 flv? can i add code to it?

    Can I add code to an flv file created in flash 8 that loads another flv file into another movie clip? Trying to use a "play all" feature via my custom nav. Any support would be appreciated.
  8. Replies
    2
    Views
    424

    Your best bet would be to find tutorials that...

    Your best bet would be to find tutorials that could help you learn. What you are trying to accomplish wouldn't be easy enough to explain in a couple of sentences. Check out the tutorial section and...
  9. Replies
    2
    Views
    659

    also, adding this works, but doesn't generate a...

    also, adding this works, but doesn't generate a random number in one direction.
    this._rotation += random(5);
    if (this._xscale == 30 || this._yscale == 30) {
    delete this.onEnterFrame;
    }...
  10. Replies
    2
    Views
    659

    scale and random rotate with ease?

    I'm trying to shrink an object down and randomly rotate it to the left or right. The code below works, but rotates the opject after the scaling, and at once... without any "tweening". Can someone...
  11. Replies
    2
    Views
    465

    Ah yes marshallhansen. This worked great. Thank...

    Ah yes marshallhansen. This worked great. Thank you!
  12. Replies
    2
    Views
    465

    Pause/execute/pause/execute - HELP

    I'm trying to pause something, run the function, when the function is done running, pause again and then execute. What have below works for the first pause and execute:

    startTime = getTimer();...
  13. Replies
    0
    Views
    395

    video background? best way to proceed

    my client wants a .mov file as the background for the title screen. I was thinking about using a jpg sequence of about 90 frames to fake it, but i'm not sure that's the best solution. How should I...
  14. If I make the stage smaller and scale it up it...

    If I make the stage smaller and scale it up it will still run at the same speed, no?
  15. So.. what would be my solution?

    So.. what would be my solution?
  16. Replies
    0
    Views
    683

    Running Slow, is video an option?

    Attn Video monkeys,
    I've got a flash presentation that is running off a pc. It will be displayed on 3 flat panels, each with a resolution of 1366 x 768. The presentation will be running horizontally...
  17. Flash Presentation Slow - Figure out this Equation

    I've got a flash presentatino that is running off a pc. It will be displayed on 3 flat panels, each with a resolution of 1366 x 768. The presentation will be running horizontally using window's...
  18. Replies
    1
    Views
    334

    Preloading my externally loaded jpgs

    I've got a flash document which loads a text file, which then loads my text and jpgs. Locally, it works fine. When I upload it, all the text loads ok, but it takes a bit of time for the graphics to...
  19. Replies
    7
    Views
    1,070

    Thanks everyone. Deadbeat.. you've nailed it!...

    Thanks everyone. Deadbeat.. you've nailed it! Thanks!
  20. nope.. keep going:)

    nope.. keep going:)
  21. Replies
    7
    Views
    1,070

    nope.. anymore?

    nope.. anymore?
  22. this video is a swf. I have no access to editing...

    this video is a swf. I have no access to editing it. It's client supplied. Thanks.
  23. Replies
    7
    Views
    1,070

    Converting video on the fly

    I'm looking for a server-based solution that can convert videos to flv's or swfs on the fly. I'd like to be able to run videos in my portfolio through an online "converter". Does such a tool exist...
  24. loading external swf and stopping it after load

    I'm trying to load an external swf and pause it immediately after it loads. I will not have the ability to get into the swf I'm loading to put a stop at the first frame. This is what I have so far:...
  25. Replies
    6
    Views
    496

    Thanks! That works perfectly. I was wondering how...

    Thanks! That works perfectly. I was wondering how to reference the txt file. I assumed that was the issue. Thanks again.
Results 1 to 25 of 151
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center