A Flash Developer Resource Site

Search:

Type: Posts; User: elliottg

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,087

    h.264 .mov and netStream.seek not working

    When working with MOV files using the h.264 codec and AAC sound I am unable to get netStream.seek to work correctly. No matter what argument I pass to netStream.seek it will always seek to 0.

    I...
  2. Replies
    2
    Views
    1,091

    I know this is frustrating. I'm sure overall it...

    I know this is frustrating. I'm sure overall it enables the FP to run better, but it seems as though somehow more of the memory managment could be handled behind the scenes.

    I still have not fixed...
  3. Replies
    2
    Views
    1,091

    Tween and Garbage Collection problem

    No matter what I do I cannot solve a tween AS3 Garbage Collection problem I am having that is wreaking havoc on my tween instances working correctly/consistently. Some Sprites never tween at all,...
  4. Replies
    4
    Views
    1,265

    Thanks heaps man.

    Thanks heaps man.
  5. Replies
    4
    Views
    1,265

    Gotcha. So the only members of a custom class...

    Gotcha. So the only members of a custom class that can be accessed without the class being instantiated are those that are declared to be static?

    Thanks
  6. Replies
    4
    Views
    1,265

    dispatchEvent()

    Can a custom class that has an event listener in it receive a dispatch event if it has not been instantiated?

    Thanks
  7. Replies
    3
    Views
    457

    Thanks heaps. Everything you mentioned worked...

    Thanks heaps. Everything you mentioned worked well!

    Thanks again
  8. Replies
    3
    Views
    457

    override errors on clone()

    I keep getting these errors on this code. I have read into it and I can't figure it out.

    Any thoughts?
    Thanks

    1010: The override attribute may be used only on class property definitions....
  9. So basically what I am seeing from this and from...

    So basically what I am seeing from this and from further research, I will need to implement a custom EventDispatcher that will notify subscribed class instances when URLLoader has issued the COMPLETE...
  10. Thanks. I'll look thru it now and get back to you...

    Thanks. I'll look thru it now and get back to you tomorrow.
  11. access URLVariables properties from another Class?

    I have this small "DataLoader" Class. Sorry about some of the code being redundant for posting purposes.


    package {
    import flash.display.MovieClip;
    import flash.display.Sprite;
    import...
  12. Replies
    7
    Views
    608

    Ah ha. I republished my jpgs and for some reason...

    Ah ha. I republished my jpgs and for some reason they worked this time. I had never noticed P-Shop export jpgs as progressive. Perhaps they are. And regarding the On2 VP6. Apparently a few of the...
  13. Replies
    24
    Views
    25,874

    This post has proved very helpfull. One...

    This post has proved very helpfull.

    One question. As far as I can tell using fileReferenceList.browse() allows you to only select multiple files from within the same local directory. Maybe I'm...
  14. Replies
    7
    Views
    608

    Thanks for your time!

    Thanks for your time!
  15. Replies
    7
    Views
    608

    Definitely not a progressive jpg. And the FLVs...

    Definitely not a progressive jpg. And the FLVs were made in Squeeze using only the Spark Pro Codec.

    Strange eh?
  16. Replies
    7
    Views
    608

    Both are problems, and they are not related. ...

    Both are problems, and they are not related.

    IE. the mask is not for the flv. I have used setMask() so I could mask some dynamic text and jpgs. The text and vector assets are masked properly. But...
  17. Replies
    7
    Views
    608

    Only working in Player 8?

    For some reason things that should be supported in Flash Player 7 are only working in Player 8.

    Two things:
    My dynamic masks are only working in player 8. I know these should work in in 7. I...
  18. Replies
    2
    Views
    919

    Excellent. Thank you.

    Excellent.

    Thank you.
  19. Replies
    2
    Views
    919

    flash player7 spark pro or On2 VP6?

    Does Flash Player 7 support .FLVs encoded with On2 VP6?

    Should I only use the Spark Pro codec for Flash 7?

    Any other tips relating to this would be great to.

    Thanks
  20. I figured it out. Even though the video was...

    I figured it out. Even though the video was completely loaded the problem would still persist. For whatever reason though, simply setting this method NetStream.setBufferTime(Number); to even 1 made...
  21. Working fine in Flash Player but not in browsers.

    I followed the excellent tutorials at gotoAndLearn.com to build a .flv scrubber utilizing NetStream.seek(). It shows the frames as you scrub thru them perfectly in the Flash player itself.
    ...
  22. Replies
    0
    Views
    400

    My .swf is 1100 pixels tall. it contains a few...

    My .swf is 1100 pixels tall. it contains a few library jpgs and all the interactive content is in the top half of the file. its a cool effect , when you scroll down it reveals the backgound art . the...
Results 1 to 22 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center