Ticket #998 (closed enhancement: worksforme)

Opened 3 years ago

Last modified 10 months ago

Frame-by-frame animation for buffer icon

Reported by: pablo Owned by: pablo
Priority: Normal Milestone: Backlog
Component: general Keywords:
Cc: zach Forum thread:

Description

For animated buffer icons that don't rotate easily, it would be nice to have a non-swf mechanism for creating the animation. One way to do this would be to provide a frame-by-frame animation for skin elements. The skin XML would look like this:

<component name="display">
	<sequence name="bufferIcon" interval="150">
	    <frame element="bufferIcon01" />
	    <frame element="bufferIcon02" />
	    <frame element="bufferIcon03" />
...
	</sequence>
	<elements>
		<element name="bufferIcon01" src="bufferIcon0001.png" />
		<element name="bufferIcon02" src="bufferIcon0002.png" />
		<element name="bufferIcon03" src="bufferIcon0003.png" />
...
	</elements>
</component>

Change History

comment:1 Changed 3 years ago by jeroen

  • Milestone changed from Flash 5.3 to Flash 5.4

Moving this to 5.4, so it goes together with all other skin enhancements.

comment:2 Changed 3 years ago by zach

  • Cc zach added
  • Component set to general

comment:3 Changed 3 years ago by jeroen

  • Summary changed from Skinning: Frame-by-frame animation for buffer icon to Frame-by-frame animation for buffer icon
  • Type changed from enhancement to feature
  • Milestone changed from Player 5.4 to Backlog

Frankly, with some tricks there's quite some things one can do with the buffer rotation. Not so much needed.

We should probably list out the tricks in the skinning guide:

  • 90deg rotations
  • rotating icons first half a rotation cycle in Fireworks/Photoshop
  • very slow rotation speeds

comment:4 Changed 13 months ago by jeroen

  • Priority set to Normal
  • Type changed from feature to enhancement
  • Milestone changed from Backlog to Player 6.0

comment:5 Changed 12 months ago by pablo

  • Milestone changed from Player 6.0 to Backlog

Placing in backlog, since v6 skins continue to use the spinning animtion

comment:6 Changed 10 months ago by jeroen

  • Status changed from new to closed
  • Resolution set to worksforme

The rotation looks great in HTML5 and good enough in Flash. Closing this one for now.

Note: See TracTickets for help on using tickets.