This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-01-11 21:19:38

Rub0Gameton
Scratcher
Registered: 2008-03-30
Posts: 100+

Need to host a project on my website.

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.


Are you doing a collab and need a 24/7 TeamSpeak channel? Contact me... somewhere. =P

Offline

 

#2 2013-01-11 21:57:57

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Need to host a project on my website.

Well, the code is fairly simple.

Code:

<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.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#3 2013-01-12 13:12:12

Rub0Gameton
Scratcher
Registered: 2008-03-30
Posts: 100+

Re: Need to host a project on my website.

It uses an old version of the Flash Player and doesn't work. Any ideas? =/


Are you doing a collab and need a 24/7 TeamSpeak channel? Contact me... somewhere. =P

Offline

 

Board footer