Hi Eric, I'm the person Jeff mentioned who is building the project.
Essentially its a rubiks cube with images drawn inside a JPanel,
we would like to somehow play a movie in the background of the JPanel.
One way would be to have several images that loop, and then just repaint
them one at a time, but my concern is the amount of work the cpu has to
do on top of what it already does with the calculations and the repainting
the cube itself.
I think this would be a bit of a drag on the cpu, and would be awful for
users with less powerful computers.
I don't know if its possible to play an actual movie clip in the JPanel,
seems like a difficult thing to set up.
Would like to use sound too, but when JARing the application from eclipse,
executing the JAR file on desktop caused difficulties playing the sound
files, but I know it works fine on
applets.
Any thoughts? Thanks