>How does the data get to the player?

It is directly addressible, in place, in flash eeprom.

>Does Hijack copy the animation from flash into RAM
>and then directs the player to the animation?

The "player" in this case is a simple for-loop inside the kernel, which copies an animation frame directly to the display memory.

-ml