I have managed to insert a basic/small flash animation to my Pi Processbook display that I have found on the web using this code
Code:Private Sub Display_Open()
ShockwaveFlash1.Movie = GetPath(Application.ActiveDisplay.Path) & "Whitebird1.swf"
ShockwaveFlash1.Play
End Sub
My question is - has anyone used any basic flash animation software which I can use to create my own animations? These animations would only have to be basic 3D letters/shape animations? If so could anyone recommend some inexpensive software for me to use?
Chris