Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Squeak and Flash3
Last updated at 4:31 am UTC on 29 September 2006
updateMe

Squeak is able to load and Flash 3 files




Try to evaluate the following lines in a morphic project:

(FlashMorphReader on: (HTTPSocket
    httpGet: 'http://www.zogotounga.net/DAs/fmis.swf' 
    accept:'application/x-shockwave-flash'))


(doesn't seem to work in 3.8)

flash movie courtesy of Stéphane Rollandin

Movie1.fla (This is a link to a 3MB download. What does it contain?)

It would be nice to have more links to tested example .swf files to see how good the implementation is.

Q: Is it possible to generate simple .swf files with Squeak? No: Not really.