In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

mona lisa

Get Adobe Flash player
by paq 13 Mar 2011

    Talk

    makc3d at 13 Mar 2011 16:03
    wait a minute... each image is actually 256x256? why would you split it then?
    paq at 13 Mar 2011 16:35
    I wanted to show "Related Images" as one big image. This code is mere joke (or experiment). It doesn't mean anything.
    bradsedito at 13 Mar 2011 21:12
    haha, its actually kind of cool how it aligned it
    bradsedito at 13 Mar 2011 21:13
    kind of makes me want to explode it into particles but I feel like doing that to the mona lisa is bad for karma
    esimov at 14 Mar 2011 15:35
    how can i use the related image functionality in wonderfl? i was searching for something this without results!
    esimov at 14 Mar 2011 15:38
    one more thing: there is any modality to use wonderfl image assets? because if i try to use external image i face Security domain error, which prevent flash to access url's outside the local domain
    Embed
/**
 * Copyright paq ( http://wonderfl.net/user/paq )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/7e5u
 */

//mona lisa By Dystopos
//http://www.flickr.com/photos/dystopos/65621320/
//
package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            
        }
    }
}