/**
 * Stripgenerator framework
 *
 * @fileOverview	Stripgenerator_about
 * @author			Matej Keglevic, Copyright (c) 2009, ThirdFrameStudios
 */

/**
 * Description.
 * 
 * @name	Stripgenerator_about
 * @class	Short Description.
 * @author	Matej Keglevic, Copyright (c) 2009, <a href="http://www.thirdframestudios.com">ThirdFrameStudios</a>
 * @version	1.0
 */
window.addEvent('domready', function() {
    $('flash').show();
    
    var obj = new Swiff('/static/flash/VideoPlayer_StripTweet.swf', {
        container: $('flash'),
        width: 820,
        height: 490,
        play: true,
        vars: {
            src: '/static/flash/StripTweet.mp4',
            thumb: '/static/images/video_start.jpg'
        },
        params: {
            wmode: 'opaque',
            bgcolor: '#2e2a27'
        }
    });
});