Sandbox: Difference between revisions

m reverted temporary changes
mNo edit summary
Line 206: Line 206:


== Streaming Video ==
== Streaming Video ==
=== Create an Account ===
<html> 
<div id="media">
            <object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="498" codebase="http://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0">
                <param name="src" value="http://toonz.ca/tutorials/wiki/Wiki%20Create%20Account/Wiki%20Create%20Account.swf"/>
                <param name="bgcolor" value="#1a1a1a"/>
                <param name="quality" value="best"/>
                <param name="allowScriptAccess" value="always"/>
                <param name="allowFullScreen" value="true"/>
                <param name="scale" value="showall"/>
                <param name="flashVars" value="autostart=true"/>
                <embed name="csSWF" src="http://toonz.ca/tutorials/wiki/Wiki%20Create%20Account/Wiki%20Create%20Account.swf" width="640" height="498" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
            </object>
        </div>
</html>