Discuss Scratch
- Discussion Forums
- » Announcements
- » We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
- ke1235
- Scratcher
100+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
The readme says “Running the HTML5 player on your own website, or locally, you will need to have PHP so that the proxy.php file can be used to load assets from the same domain.” It sounds like I need to change some setting, but I'm not sure what it means.
;
;
Last edited by ke1235 (Oct. 30, 2013 01:07:55)
- rodrigocalix
- Scratcher
1 post
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Amazing!!! Iam great with Javascript!!, i will try to do what i can
Thanks!!!
Thanks!!!
- scratchisthebest
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Ugh, I try to set up my own copy and of course that's when net2ftp goes down and 000webhost explodes
…Do I really need the PHP to get it to run in any way, shape, or form? Can I get a local copy of the files the PHP script gets? Is xdomain policy invalid on a local copy?
thx
…Do I really need the PHP to get it to run in any way, shape, or form? Can I get a local copy of the files the PHP script gets? Is xdomain policy invalid on a local copy?
thx
- PonyoPenguin
- Scratcher
500+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
If you buy me a manga I'll help finish your HTML5 Scratch player.
- jji7skyline
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Looks promising! I'd help in any way I can, but I can't use github at the moment
- scratchisthebest
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Are you having some life Looks promising! I'd help in any way I can, but I can't use github at the moment
*puts on sunglasses*
issues
- Hardmath123
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Starred! I've been looking forward to this for a while now.
I'd love to help contribute. (I coded the paint editor for Snap!.)
I'd love to help contribute. (I coded the paint editor for Snap!.)
- blob8108
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
It's not clear how we'll handle 1.4 loads with this player - but rather than implement the entire conversion in the html5 player, again, we could consider doing something server side.Kurt is pretty stable right now; you could use that to do the whole conversion in Python (EDIT: ie, server-side).
Alternatively, I believe there's pre-existing code for reading .sb files in JS.
Last edited by blob8108 (Oct. 30, 2013 13:45:59)
- jji7skyline
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Um… I'm living overseas for a few months and couldn't bring my desktop computer, so I'm on a laptop which doesn't meet requirements for Github so…Are you having some life Looks promising! I'd help in any way I can, but I can't use github at the moment
*puts on sunglasses*
issues
- BigBlueBlock
- Scratcher
500+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
How? Are? You? Meant? To? Get? This? Working?
Last edited by BigBlueBlock (Oct. 30, 2013 14:37:04)
- LeDerpy123
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Cool! I wish I knew programming (besides Scratch), but I would love to test it.
- BigBlueBlock
- Scratcher
500+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Can somebody please reply? How? Are? You? Meant? To? Get? This? Working?
- scimonster
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
You need to run it on a webserver. This can be done with something like XAMPP, to run just on your computer, or by creating a free PHP-enabled website (000webhost.com and 1freehosting.com are some options) and putting the code on it.Can somebody please reply? How? Are? You? Meant? To? Get? This? Working?
Alternately, technoboy10 put up the code (it might be a little old though) here, so you can run it.
- BigBlueBlock
- Scratcher
500+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Thanks! I will try to run it on node.js.You need to run it on a webserver. This can be done with something like XAMPP, to run just on your computer, or by creating a free PHP-enabled website (000webhost.com and 1freehosting.com are some options) and putting the code on it.Can somebody please reply? How? Are? You? Meant? To? Get? This? Working?
Alternately, technoboy10 put up the code (it might be a little old though) here, so you can run it.
- scimonster
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
that's when net2ftp goes down and 000webhost explodesCool, i use net2ftp too. Ugh, I try to set up my own copy and of course
…Do I really need the PHP to get it to run in any way, shape, or form? Can I get a local copy of the files the PHP script gets? Is xdomain policy invalid on a local copy?
thx
Yes, you need PHP for now.
Otherwise, it can't access the files on the Scratch server that it needs.
Hardmath123 seems to have volunteered to work on making it work with local files too. See this issue.
- BigBlueBlock
- Scratcher
500+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Ok.that's when net2ftp goes down and 000webhost explodesCool, i use net2ftp too. Ugh, I try to set up my own copy and of course
…Do I really need the PHP to get it to run in any way, shape, or form? Can I get a local copy of the files the PHP script gets? Is xdomain policy invalid on a local copy?
thx
Yes, you need PHP for now.
Otherwise, it can't access the files on the Scratch server that it needs.
Hardmath123 seems to have volunteered to work on making it work with local files too. See this issue.
- scimonster
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
No, node doesn't support PHP. You need a PHP-enabled server.Thanks! I will try to run it on node.js.You need to run it on a webserver. This can be done with something like XAMPP, to run just on your computer, or by creating a free PHP-enabled website (000webhost.com and 1freehosting.com are some options) and putting the code on it.Can somebody please reply? How? Are? You? Meant? To? Get? This? Working?
Alternately, technoboy10 put up the code (it might be a little old though) here, so you can run it.
- blob8108
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Install Ubuntu, and then have at look at How? Are? You? Meant? To? Get? This? Working?these instructions.
- BigBlueBlock
- Scratcher
500+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Will it work on mint?Install Ubuntu, and then have at look at How? Are? You? Meant? To? Get? This? Working?these instructions.
- Lightnin
- Scratcher
1000+ posts
We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)
Will it work on mint?Install Ubuntu, and then have at look at How? Are? You? Meant? To? Get? This? Working?these instructions.
Almost certainly - mint is a fork of Ubuntu, but from what I understand, the backend bits are basically the same.
- Discussion Forums
- » Announcements
- » We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)