Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Hosting Scratch 2.0 SWF on your own server.
- junebeetle
-
100+ posts
Hosting Scratch 2.0 SWF on your own server.
I have verified that there is no violation of licenses. I would be happy to share if you want! It actually probably wouldn't violate the Scratch license, but it might violate the Flex one. I'm not really sure. I'm not really clear on what you can and can't distribute…
- nathanprocks
-
1000+ posts
Hosting Scratch 2.0 SWF on your own server.
Great! I would like to try it.I have verified that there is no violation of licenses. I would be happy to share if you want! It actually probably wouldn't violate the Scratch license, but it might violate the Flex one. I'm not really sure. I'm not really clear on what you can and can't distribute…
- __init__
-
1000+ posts
Hosting Scratch 2.0 SWF on your own server.
Yes please!!!I have verified that there is no violation of licenses. I would be happy to share if you want! It actually probably wouldn't violate the Scratch license, but it might violate the Flex one. I'm not really sure. I'm not really clear on what you can and can't distribute…
- junebeetle
-
100+ posts
Hosting Scratch 2.0 SWF on your own server.
…how can I send it to you? It's an AppleScript - based Mac application, so it will only work if you have a Mac. You have to download the Flex mxmlc compiler or it won't work.
- junebeetle
-
100+ posts
Hosting Scratch 2.0 SWF on your own server.
Is there some way that you can give me your email address without everyone coming here seeing it (or if you don't care)? Then I can email it to you…
- nathanprocks
-
1000+ posts
Hosting Scratch 2.0 SWF on your own server.
…how can I send it to you? It's an AppleScript - based Mac application, so it will only work if you have a Mac. You have to download the Flex mxmlc compiler or it won't work.
I have a Mac. We are not allowed to share email addresses here. I have a Dropbox account, so you could send it to my Is there some way that you can give me your email address without everyone coming here seeing it (or if you don't care)? Then I can email it to you…DBinbox if it is less than 10MB. Otherwise, you could make an account on a file sharing website such as mega.co.nz.
- junebeetle
-
100+ posts
Hosting Scratch 2.0 SWF on your own server.
Do I need to have a Dropbox account to send it to you?
- nathanprocks
-
1000+ posts
Hosting Scratch 2.0 SWF on your own server.
No, not if you use the DBinbox link I posted. Do I need to have a Dropbox account to send it to you?
- amshico
-
82 posts
Hosting Scratch 2.0 SWF on your own server.
@junebeetle send it to dev.amshico@outlook.com please. This is wanted all over the internet. I am not sure that you realise just how incredible this is! Also have a look at the Creative Commons license You can do what ever you please for education!
- junebeetle
-
100+ posts
Hosting Scratch 2.0 SWF on your own server.
OK, cool! I think that I sent it. Please don't distribute, instead refer anyone who wants it to me.No, not if you use the DBinbox link I posted. Do I need to have a Dropbox account to send it to you?
- junebeetle
-
100+ posts
Hosting Scratch 2.0 SWF on your own server.
@junebeetle send it to dev.amshico@outlook.com please. This is wanted all over the internet. I am not sure that you realise just how incredible this is! Also have a look at the Creative Commons license You can do what ever you please for education!
I sent it to you

- nathanprocks
-
1000+ posts
Hosting Scratch 2.0 SWF on your own server.
It doesn't create the swf on my Desktop when it is opened. I found these log entries in the Console app which seem to be related to the script:
25/10/2014 12:52:23.000 pm kernel[0]: Sandbox: applet(3565) System Policy: deny file-write-unlink /Users/Nathan/Library/Saved Application State/com.junebeetle.scratchflash.savedState/restorecount.plist
25/10/2014 12:57:54.008 pm applet[3635]: assertion failed: 14A389: libxpc.dylib + 97940 [9437C02E-A07B-38C8-91CB-299FAA63083D]: 0x89
- nathanprocks
-
1000+ posts
Hosting Scratch 2.0 SWF on your own server.
Bump… If only I could decompile the AppleScript and debug it myself. It doesn't create the swf on my Desktop when it is opened. I found these log entries in the Console app which seem to be related to the script:25/10/2014 12:52:23.000 pm kernel[0]: Sandbox: applet(3565) System Policy: deny file-write-unlink /Users/Nathan/Library/Saved Application State/com.junebeetle.scratchflash.savedState/restorecount.plist
25/10/2014 12:57:54.008 pm applet[3635]: assertion failed: 14A389: libxpc.dylib + 97940 [9437C02E-A07B-38C8-91CB-299FAA63083D]: 0x89
- junebeetle
-
100+ posts
Hosting Scratch 2.0 SWF on your own server.
Do you want the .scpt file?Bump… If only I could decompile the AppleScript and debug it myself. It doesn't create the swf on my Desktop when it is opened. I found these log entries in the Console app which seem to be related to the script:25/10/2014 12:52:23.000 pm kernel[0]: Sandbox: applet(3565) System Policy: deny file-write-unlink /Users/Nathan/Library/Saved Application State/com.junebeetle.scratchflash.savedState/restorecount.plist
25/10/2014 12:57:54.008 pm applet[3635]: assertion failed: 14A389: libxpc.dylib + 97940 [9437C02E-A07B-38C8-91CB-299FAA63083D]: 0x89
- junebeetle
-
100+ posts
Hosting Scratch 2.0 SWF on your own server.
I've never seen that problem before… looks like some type of permission problem?Bump… If only I could decompile the AppleScript and debug it myself. It doesn't create the swf on my Desktop when it is opened. I found these log entries in the Console app which seem to be related to the script:25/10/2014 12:52:23.000 pm kernel[0]: Sandbox: applet(3565) System Policy: deny file-write-unlink /Users/Nathan/Library/Saved Application State/com.junebeetle.scratchflash.savedState/restorecount.plist
25/10/2014 12:57:54.008 pm applet[3635]: assertion failed: 14A389: libxpc.dylib + 97940 [9437C02E-A07B-38C8-91CB-299FAA63083D]: 0x89
- nathanprocks
-
1000+ posts
Hosting Scratch 2.0 SWF on your own server.
Yes please! Do you want the .scpt file?
Yeah, it seems like that is the problem. I have recently checked and fixed permissions in Disk Utility. That did not fix it. I just tried logging in as root user and running it, but still no .swf file. I've never seen that problem before… looks like some type of permission problem?
- eocean
-
10 posts
Hosting Scratch 2.0 SWF on your own server.
hi, please, can help me? what is wrong?
i put in the same folder;
juego\AjustesEspacio.sb2
juego\expressInstall.swf
juego\scratch.swf
juego\index.html
juego\swfobject.js
juego\src\expressInstall.as
juego\src\expressInstall.fla
juego\src\swfobject.js
and the code of index;
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd“>
<html xmlns=”http://www.w3.org/1999/xhtml“ lang=”en“ xml:lang=”en“>
<head>
<title></title>
<meta http-equiv=”Content-Type“ content=”text/html; charset=iso-8859-1“ />
<script type=”text/javascript“ src=”swfobject.js“></script>
<script type=”text/javascript“>
var flashvars = {};
flashvars.project = ”AjustesEspacio.sb2“;
flashvars.autostart = ”false“;
var params = {};
params.menu = ”false“;
params.wmode = ”window“;
params.bgcolor = ”#FFFFFF“;
params.allowfullscreen = ”true“;
params.allowscriptaccess = ”always“;
var attributes = {};
attributes.id = ”flashContent“;
swfobject.embedSWF(”scratch.swf“, ”flashContent“, ”482“, ”387“, ”10.2.0“, ”expressInstall.swf“, flashvars, params, attributes);
</script>
</head>
<body>
<div id=”flashContent“>
<a href=”http://www.adobe.com/go/getflash">Adobe Flash Player</a>
</div>
</body>
</html>
but

thanks
i put in the same folder;
juego\AjustesEspacio.sb2
juego\expressInstall.swf
juego\scratch.swf
juego\index.html
juego\swfobject.js
juego\src\expressInstall.as
juego\src\expressInstall.fla
juego\src\swfobject.js
and the code of index;
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd“>
<html xmlns=”http://www.w3.org/1999/xhtml“ lang=”en“ xml:lang=”en“>
<head>
<title></title>
<meta http-equiv=”Content-Type“ content=”text/html; charset=iso-8859-1“ />
<script type=”text/javascript“ src=”swfobject.js“></script>
<script type=”text/javascript“>
var flashvars = {};
flashvars.project = ”AjustesEspacio.sb2“;
flashvars.autostart = ”false“;
var params = {};
params.menu = ”false“;
params.wmode = ”window“;
params.bgcolor = ”#FFFFFF“;
params.allowfullscreen = ”true“;
params.allowscriptaccess = ”always“;
var attributes = {};
attributes.id = ”flashContent“;
swfobject.embedSWF(”scratch.swf“, ”flashContent“, ”482“, ”387“, ”10.2.0“, ”expressInstall.swf“, flashvars, params, attributes);
</script>
</head>
<body>
<div id=”flashContent“>
<a href=”http://www.adobe.com/go/getflash">Adobe Flash Player</a>
</div>
</body>
</html>
but

thanks
- junebeetle
-
100+ posts
Hosting Scratch 2.0 SWF on your own server.
I have no idea how to do it that way, but you can convert it to a SWF with my converter and not have to do all the weird html stuff… sorry if I'm advertising, just trying to be helpful hi, please, can help me? what is wrong?
i put in the same folder;
juego\AjustesEspacio.sb2
juego\expressInstall.swf
juego\scratch.swf
juego\index.html
juego\swfobject.js
juego\src\expressInstall.as
juego\src\expressInstall.fla
juego\src\swfobject.js
and the code of index;
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd“>
<html xmlns=”http://www.w3.org/1999/xhtml“ lang=”en“ xml:lang=”en“>
<head>
<title></title>
<meta http-equiv=”Content-Type“ content=”text/html; charset=iso-8859-1“ />
<script type=”text/javascript“ src=”swfobject.js“></script>
<script type=”text/javascript“>
var flashvars = {};
flashvars.project = ”AjustesEspacio.sb2“;
flashvars.autostart = ”false“;
var params = {};
params.menu = ”false“;
params.wmode = ”window“;
params.bgcolor = ”#FFFFFF“;
params.allowfullscreen = ”true“;
params.allowscriptaccess = ”always“;
var attributes = {};
attributes.id = ”flashContent“;
swfobject.embedSWF(”scratch.swf“, ”flashContent“, ”482“, ”387“, ”10.2.0“, ”expressInstall.swf“, flashvars, params, attributes);
</script>
</head>
<body>
<div id=”flashContent“>
<a href=”http://www.adobe.com/go/getflash">Adobe Flash Player</a>
</div>
</body>
</html>
but
thanks

- junebeetle
-
100+ posts
Hosting Scratch 2.0 SWF on your own server.
One thing I noticed is that I think expressinstall.fla should be expressinstall.swf… but that shouldn't matter. I don't know why you got that error…
- eocean
-
10 posts
Hosting Scratch 2.0 SWF on your own server.
the error occurs because the files were not uploaded to the server . i load all and everything works correctly, thanks
- Discussion Forums
- » Advanced Topics
-
» Hosting Scratch 2.0 SWF on your own server.