when i try putting a project i made on my one website the mic input doesn't work...
this is my game
http://scratch.mit.edu/projects/slayerrobe7/2274816
this is my code
<applet id='ProjectApplet' style='display:block' code='ScratchApplet' codebase='http://scratch.mit.edu/static/misc' archive='ScratchApplet.jar' height='387' width='482'><param name='project' value='../../static/projects/slayerrobe7/2274816.sb'></applet> <a href='http://scratch.mit.edu/projects/slayerrobe7/2274816'>Learn more about this project</a>
why doesn't it work
Offline
Java doesn't have access to the microphone; it cannot use it. Try Flash.
Use this code:
<object width="483" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/PlayerOnly.swf"> <param name="allowScriptAccess" value="always"> <param name="allowFullScreen" value="true"> <param name="flashvars" value="project=http://scratch.mit.edu/static/projects/slayerrobe7/2274816.sb?version=1"> </object>
Offline