=== Top of the Swiki === Attachments ===

Squeak and Shockwave

Squeak is able to load and display shockwave files.
Try to evaluate the following lines in a morphic project:


(FlashMorphReader on: (HTTPSocket
httpGet: 'http://www.audi.co.uk/flash/intro1.swf'
accept:'application/x-shockwave-flash'))
processFile startPlaying openInWorld.