The game I am making will probably go over the 10MB limit for uploads. What I plan to do is host a demo version in the Scratch website and the full version on my webpage. I can do this with the Java player, but I am clueless about doing it with the flash player. Any help would be much appreciated.
Offline
Well, the code is fairly simple.
<object type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/PlayerOnly.swf" width="482" height="401" id="flashplayer" style="visibility: visible; position: relative; margin-left: 4px; z-index: 1000; ">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="flashvars" value="project=****URL OF PROJECT FILE****" />
</object>The full screen code is a bit more complicated, though.
Offline
It uses an old version of the Flash Player and doesn't work. Any ideas? =/
Offline