0

I've got a chromeless player working well in a flash document with actionscript 3, however I'm struggling to implement a position bar with seek controls similar to the one you see on the youtube website itself. Can anyone point me in the right direction? I've looked up the documentation that Google provides but I can't seem to make any sense of anything related to this.

Thanks! :)

user1892540
  • 211
  • 1
  • 4
  • 8

1 Answers1

1

Though Google isn't explicitly clear about this, it appears you would go about adding a seek bar as you would with any other FLV video player in ActionScript.

I would recommend that you look at some open source examples such as JWPlayer. Specifically in ControlbarComponent.as

I also found an author who is creating a similar player as you that was kind enough to release the source code to the project. There is a download link to the zip here.

Andreas
  • 417
  • 2
  • 5