Skip to content

Commit

Permalink
Move buffering indicator to bottom of skin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Brockman committed Dec 6, 2010
1 parent e0cbb06 commit 0751e18
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions skin-src/goplayer/BufferingIndicator.as
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package goplayer
mouseEnabled = false
mouseChildren = false

addChild(new Background(0x000000, 0.5))
addChild(canvas)

addEventListener(Event.ENTER_FRAME, handleEnterFrame)
Expand Down
2 changes: 1 addition & 1 deletion skin-src/goplayer/StandardSkin.as
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package goplayer
{
super.initialize()

addChild(bufferingIndicator)
addChildAt(bufferingIndicator, 0)
}

override public function update() : void
Expand Down
Binary file modified skins/goplayer-black-skin.fla
Binary file not shown.
Binary file modified skins/goplayer-gray-skin.fla
Binary file not shown.
Binary file modified skins/goplayer-white-skin.fla
Binary file not shown.

0 comments on commit 0751e18

Please sign in to comment.