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

#1 2012-11-19 00:11:25

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

external project bug

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


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#2 2012-11-19 02:57:25

Gravitation
New Scratcher
Registered: 2012-09-26
Posts: 500+

Re: external project bug

Java doesn't have access to the microphone; it cannot use it. Try Flash.

Use this code:

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

 

Board footer