Page 1 of 1

Running animation on Pi

Posted: Wed Dec 30, 2015 5:37 pm
by keldster
Hi,

I'm looking to run (long) flash based (I think this is best) on a Raspberry Pi.

Is flash ok to use?

How best to do this on a Pi?

Cheers

keld

Re: Running animation on Pi

Posted: Wed Dec 30, 2015 5:50 pm
by mahjongg
flash does NOT work on a PI
Adobe does not support the PI!

best solution would be to use Python.

Re: Running animation on Pi

Posted: Wed Dec 30, 2015 6:20 pm
by keldster
Ahh ok. Thanks for the reply. Thats a shame.

How do you mean use Python (language)?

Cheers

K
mahjongg wrote:flash does NOT work on a PI
Adobe does not support the PI!

best solution would be to use Python.

Re: Running animation on Pi

Posted: Mon Jan 04, 2016 2:13 pm
by st0kes
Do you already have the animation in flash? You can just convert this to an mp4 or other video file. The Pi can play all kinds of video media with the right software installed.

If this is going to be a more interactive animation, then you will need to use a programming language like python to deal with the interaction.