It sounds like you may not be using the default apache for os x. – Camden Narzt Sep 23 '14 at 3:30. Have you restarted the server? Apachectl restart – makepkgnotwar Mar 29 '15 at 5:13. Problem accessing localhost on Mac OS X Mavericksit was working fine until I rebooted today. Virtual Hosts Not Working on OSX Mavericks. Supports Windows, Mac OS X, Linux and Debian platforms. Source Viewer v.1 Source Viewer is a php coded web page allowing you to display the html and php source code of files on your server directly in a browser. It's free of charge.
(An HTML file that can be opened and used in the browser without an internet connection)
This packages your Scratch project into a single HTML file that can run on its own in a web browser. The HTML file will be pretty big because it contains the entire Scratch engine (2.6 MB) and the costume and sound files used in the project.
The HTMLifier may not be the best option for you; refer to the See also section for alternatives.
The project will automatically start, and there are no green flag or stop sign buttons.
Save options in link · HTMLify
If you want to view or edit the HTML file, you can use the specialized Large File Editor to hide the long lines that may hang or crash normal text editors.
See the code and previous versions on Github.
☁ url
contains the current URL of the web page.☁ pasted
contains the last pasted text by the user.☁ username
, when set, will change what the 'username' block reports.☁ eval
returning Promises☁ open link
opens a URL in a new tab.☁ redirect
redirects to a URL.☁ set clipboard
tries to copy text to the clipboard.☁ set server ip
changes the cloud server URL.<key (join [code_ShiftLeft] []) pressed?>>
, for example.<key (join [MouseN] []) pressed?>
, where N
can be 1 for left click, 2 for middle click, 3 for right click, and 0 for touch/pen.Made by Sheep_maker, who used scratch-vm, download.js, JSZip, and their dependencies for this project.
CSS by Mr. Cringe Kid.
Depending on your use case, the HTMLifier may not be the best option for you. The HTMLifier prioritizes accuracy by using almost the same engine that vanilla Scratch uses, sacrificing speed and editability.
Scratch to JavaScript compilers (best for performance): Phosphorus (Scratch 2.0), Forkphorus, and TurboWarp.
Scratch to JavaScript converter (best for learning JavaScript): Leopard