A Flash Developer Resource Site

Search:

Type: Posts; User: landrvr1

Page 1 of 2 1 2

Search: Search took 0.17 seconds.

  1. Replies
    6
    Views
    1,196

    Flash8 Bump.

    Bump.
  2. Replies
    6
    Views
    1,196

    Flash8 *bump* Yup. Everyone hates preloader...

    *bump*

    Yup. Everyone hates preloader questions. So do I. But I still need an assist.
    :p

    Also tried putting my preloader on the main.swf timeline but that was a disaster.
  3. Replies
    6
    Views
    1,196

    Flash8 anyone? :)

    anyone? :)
  4. Replies
    6
    Views
    1,196

    Flash8 *bumpity bump!*

    *bumpity bump!*
  5. Replies
    6
    Views
    1,196

    Flash8 Challenge to Center Working Preloader

    I'm in a bit of a pickle and can't sort my way out.

    I'm loading an external swf that has a preloader on Scene 1, and the main content on Scene2. While the content on Scene 2 centers nicely, the...
  6. Flash8 *crazy bump*

    *crazy bump*
  7. Flash8 *bumpity* Anyone? Please lend a hand! This...

    *bumpity*

    Anyone? Please lend a hand! This is driving me crazy. :eek::yikes:
  8. Flash8 *bump* Anyone?

    *bump*

    Anyone?
  9. Flash8 BTW, this is the effect I'm after: ...

    BTW, this is the effect I'm after:

    http://www.bestdesigns.com.au/

    I absolutely love the fish buttons and that they will scroll/loop, but stop when you mouse over. (If I'm not on the right...
  10. Flash8 Scrolling movieClip: Loop within set area?

    I've got a movieClip that's scrolling across the stage that loops nicely (kinda like the many cloud animations out there).

    I've set the clip up to stop it's scrolling on a rollOver, and start up...
  11. Ahh, great. Thanks for that.

    Ahh, great. Thanks for that.
  12. Cool, I'll check that out. Thanks

    Cool, I'll check that out. Thanks
  13. Thanks. Nice bit of code. I don't need it for...

    Thanks. Nice bit of code. I don't need it for this project, but I'll tuck that away. :)


    Discovered last night that exporting an FLV using the H.264 codec is only available on the new Premiere...
  14. Okay, cool. The H.264 compression. I'm really...

    Okay, cool.

    The H.264 compression. I'm really fuzzy on this point. Where/when/how do I incorporate the H.264?

    I'm in Premiere. Do I export via the Media Encoder and select H.264? Then...
  15. [CS3/AS2] Flash For Large Touch Screen Display: Need some tips.

    Greetings all.

    Starting a new project for a piece that will run on a 52" LCD monitor, and need some advice. I've only created for the web, so I'm a bit out of my depth here.

    My stage size is...
  16. Replies
    6
    Views
    846

    Thanks. That's close to what I'm after, but the...

    Thanks. That's close to what I'm after, but the clips don't go back to their original position. They seem to go to a relative one. The site I posted above has exactly what I'm trying to achieve,...
  17. Replies
    6
    Views
    846

    *bump* Can anyone point me in the right...

    *bump*

    Can anyone point me in the right direction?
  18. Replies
    6
    Views
    846

    Ahh, excellent. So far I've got this: ...

    Ahh, excellent.

    So far I've got this:


    import mx.transitions.Tween;
    import mx.transitions.easing.Bounce;

    // set stage scaling
    Stage.scaleMode = "noScale";
  19. Replies
    6
    Views
    846

    A$&*%HFG SPRING effect!?! How!!??

    Grrrrrr. This is driving me crazy. I've been searching high and low for a tutorial on how to achieve this awesome spring effect on the buttons/clips when you resize the screen.
    ...
  20. Got it. Needed to use this on the timeline: ...

    Got it. Needed to use this on the timeline:


    playPause.onRollOver = function() {
    if(this._currentframe == 1) {
    this.gotoAndStop("pauseover");
    }
    else {
    this.gotoAndStop("playover");...
  21. [F8] Play/Pause clip not working with NetStream...

    Hey, I've got a play/pause movie on my timeline to control an FLV via NetStream. The idea is to switch from a play symbol to a pause symbol, but it's not working.

    Here's the code for the movie:
    ...
  22. [F8] Keeping FLVPlayback Component Centered within movieClip on resize?

    Hey all,

    I've got a project in which I'm loading a movieClip that contains an FLVPlayback component. Without the component the movieClip itself will stay centered upon a screen resize. Add the...
  23. Whoops. Got it. Needed to replace the _root...

    Whoops. Got it. Needed to replace the
    _root with
    this._parent._parent

    :)
  24. onClipEvent + _root = Sliding Pages Not Working

    I'm having a tough time with a page sliding clip, and not sure what to do.

    I've got a movieClip with a page sliding effect that I found here at Flash Kit. It's perfect for what I need, however...
  25. Ahh, that's excellent. I really appreciate the...

    Ahh, that's excellent. I really appreciate the help.
Results 1 to 25 of 50
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center