Hey.
I finished my Mesh JavaPlayer.
( The player works with Mesh. )
Somebody interested?
Magnie's chat works great with it
http://zero-bgn.de/scratchgerman/meshjava
( Example: Magnie's chat )
The MeshJavaPlayer.jar can you download here:
http://www.mediafire.com/?b05snd0pl0tmyod
( Link is invalid )
You can embed the player like this:
<html> <body> <!-- The "server" and "port" parameters are not requied --> <applet archive="MeshJavaPlayer.jar" code="MeshScratchApplet" width="500" height="500" > <param name="project" value="http://scratch.mit.edu/static/projects/Magnie/2234885.sb" /> <param name="server" value="scratch.playfultest.tk" /> <param name="port" value="6112" /> </applet> </body> </html>
ZeroLuck
Last edited by ZeroLuck (2012-03-03 05:54:29)
Offline
ZeroLuck wrote:
Hey.
I finished my Mesh JavaPlayer.
( The player works with Mesh. )
Somebody interested?
Magnie's chat works great with it
http://zero-bgn.de/scratchgerman/meshjava
( Example: Magnie's chat )
ZeroLuck
Could you make a downloadable one for the panther blocks?
Offline
The link he gave is an example of it. ( http://zero-bgn.de/scratchgerman/meshjava/ )
To be honest ZeroLuck, I'm sitting here with a face of absolute amazement. Well done! Maybe you could also implement this with the Fast Scratch Player as well?
Bug: When you open Scratch up and then connect to the server then open up the Java Player on your site, it connects, then I login and then when I finish and type in 'D' it disconnects, but on Scratch the user joins and then disconnects. So basically, I can't have Scratch and the Java Player open at the same time. Thoughts?
Last edited by Magnie (2012-01-24 13:47:08)
Offline
Magnie wrote:
The link he gave is an example of it. ( http://zero-bgn.de/scratchgerman/meshjava/ )
To be honest ZeroLuck, I'm sitting here with a face of absolute amazement. Well done! Maybe you could also implement this with the Fast Scratch Player as well?
Bug: When you open Scratch up and then connect to the server then open up the Java Player on your site, it connects, then I login and then when I finish and type in 'D' it disconnects, but on Scratch the user joins and then disconnects. So basically, I can't have Scratch and the Java Player open at the same time. Thoughts?
1. What do you mean with tge "Fast Scratch Player"?
Is it the Flash Player?
I can't programm with Flash
2. This is not a bug of the player.
I think it is a network problem that you can't open 2 connections to the same server.
( This should usually work )
Or that your server don't allow 2 connections at once. ( DDOS protection? )
Last edited by ZeroLuck (2012-01-24 14:20:04)
Offline
ZeroLuck wrote:
Magnie wrote:
The link he gave is an example of it. ( http://zero-bgn.de/scratchgerman/meshjava/ )
To be honest ZeroLuck, I'm sitting here with a face of absolute amazement. Well done! Maybe you could also implement this with the Fast Scratch Player as well?
Bug: When you open Scratch up and then connect to the server then open up the Java Player on your site, it connects, then I login and then when I finish and type in 'D' it disconnects, but on Scratch the user joins and then disconnects. So basically, I can't have Scratch and the Java Player open at the same time. Thoughts?1. What do you mean with tge "Fast Scratch Player"?
Is it the Flash Player?
I can't programm with Flash
2. This is not a bug of the player.
I think it is a network problem that you can't open 2 connections to the same server.
( This should usually work )
Or that your server don't allow 2 connections at once. ( DDOS protection? )
1. Fast Java Player (I think you made it)
2. Yeah, I think I found out the reason.
Offline
Servine wrote:
Could you make a downloadable one for the panther blocks?
Just in case you'd like it, I'm having TheSuccessor make a Panther Java Player (hopefully with the mesh blocks) which will include CYOB.
Il'l tel you when he's done with it.
Offline
SJRCS_011 wrote:
Servine wrote:
Could you make a downloadable one for the panther blocks?
Just in case you'd like it, I'm having TheSuccessor make a Panther Java Player (hopefully with the mesh blocks) which will include CYOB.
Il'l tel you when he's done with it.
He can forget it.
I tried that and it works not very good.
Most of the blocks (like the file blocks) are working very good. But blocks like "clone" are to much for the player ...
Did he already start?
Offline
Also, ZeroLuck, how do I configure this player to use my own Scratch projects. (I made a remote sensors connections app) (my sig)
Offline
Err... It says "Security Exception" on top...
Offline
Hardmath123 wrote:
Err... It says "Security Exception" on top...
The Applet isn't allowed to open a connection to the Server.
If you don't accept the "security warning dialog" the player isn't allowed to connect to
the server.
Okay?
Last edited by ZeroLuck (2012-01-25 09:33:02)
Offline
ZeroLuck wrote:
Hardmath123 wrote:
Err... It says "Security Exception" on top...
The Applet isn't allowed to open a connection to the Server.
If you don't accept the "security warning dialog" the player isn't allowed to connect to
the server.
Okay?
I'm speechless. That was awesome.
How do you edit the Java Player? Can I have your code?
EDIT: Glitches:
1. Reloading the page crashes FF.
2. My posts aren't displayed when I open it again.
Last edited by Hardmath123 (2012-01-25 10:12:55)
Offline
Hardmath123 wrote:
ZeroLuck wrote:
Hardmath123 wrote:
Err... It says "Security Exception" on top...
The Applet isn't allowed to open a connection to the Server.
If you don't accept the "security warning dialog" the player isn't allowed to connect to
the server.
Okay?I'm speechless. That was awesome.
How do you edit the Java Player? Can I have your code?
EDIT: Glitches:
1. Reloading the page crashes FF.
2. My posts aren't displayed when I open it again.
2. That means you aren't connected. Does the text to the left of the screen say "Connected" or "Disconnected"? And what do you mean "when I open it again."? Like you reload/open a new page or something different?
It usually has to deal with either not broadcasting "^chat" or not being connected.
Edit: Though of course I'm having the same problem as well. Cause I'm connected, I login and stuff, then when I continue ( with 'D' ) it then disconnects. Is there a log somewhere where I can check the error?
Last edited by Magnie (2012-01-25 10:45:51)
Offline
Thanks Zeroluck. I'll try it out.
Offline
Magnie wrote:
Hardmath123 wrote:
ZeroLuck wrote:
The Applet isn't allowed to open a connection to the Server.
If you don't accept the "security warning dialog" the player isn't allowed to connect to
the server.
Okay?I'm speechless. That was awesome.
How do you edit the Java Player? Can I have your code?
EDIT: Glitches:
1. Reloading the page crashes FF.
2. My posts aren't displayed when I open it again.2. That means you aren't connected. Does the text to the left of the screen say "Connected" or "Disconnected"? And what do you mean "when I open it again."? Like you reload/open a new page or something different?
It usually has to deal with either not broadcasting "^chat" or not being connected.
Edit: Though of course I'm having the same problem as well. Cause I'm connected, I login and stuff, then when I continue ( with 'D' ) it then disconnects. Is there a log somewhere where I can check the error?
It says connected. I log in as Hardmath123, then post something. I wait for the message to be displayed, then quit FF, open it up again, and open the chat site. The message is not displayed.
Offline
ZeroLuck wrote:
Magnie wrote:
The link (magnie has it soz) he gave is an example of it.
To be honest ZeroLuck, I'm sitting here with a face of absolute amazement. Well done! Maybe you could also implement this with the Fast Scratch Player as well?
Bug: When you open Scratch up and then connect to the server then open up the Java Player on your site, it connects, then I login and then when I finish and type in 'D' it disconnects, but on Scratch the user joins and then disconnects. So basically, I can't have Scratch and the Java Player open at the same time. Thoughts?1. What do you mean with tge "Fast Scratch Player"?
Is it the Flash Player?
I can't programm with Flash
2. This is not a bug of the player.
I think it is a network problem that you can't open 2 connections to the same server.
( This should usually work )
Or that your server don't allow 2 connections at once. ( DDOS protection? )
he means somthing called fast scrach player for the web site
Offline
Hardmath123 wrote:
Magnie wrote:
Hardmath123 wrote:
I'm speechless. That was awesome.
How do you edit the Java Player? Can I have your code?
EDIT: Glitches:
1. Reloading the page crashes FF.
2. My posts aren't displayed when I open it again.2. That means you aren't connected. Does the text to the left of the screen say "Connected" or "Disconnected"? And what do you mean "when I open it again."? Like you reload/open a new page or something different?
It usually has to deal with either not broadcasting "^chat" or not being connected.
Edit: Though of course I'm having the same problem as well. Cause I'm connected, I login and stuff, then when I continue ( with 'D' ) it then disconnects. Is there a log somewhere where I can check the error?It says connected. I log in as Hardmath123, then post something. I wait for the message to be displayed, then quit FF, open it up again, and open the chat site. The message is not displayed.
Oh. Yeah, messages aren't saved (except in the "security" logs).
Lallaway12: I mean the Fast Java Player that ZeroLuck made.
Offline
Bug Report:
Missing ")" in startThreadsForBroadcast LogoError: You don't say what to do with false in startThreadsForBroadcast at Logo.error(Logo.java:293) at Logo.evLine(Logo.java:25) at Logo.runList(Logo.java:87) at Logo.runCommand(Logo.java:79) at Ufun.dispatch(Logo.java:550) at Logo.evalSym(Logo.java:55) at Logo.evalToken(Logo.java:41) at Logo.eval(Logo.java:29) at Logo.evalArgs(Logo.java:69) at Logo.evalSym(Logo.java:54) at Logo.evalToken(Logo.java:41) at Logo.eval(Logo.java:29) at Logo.evLine(Logo.java:25) at Logo.runList(Logo.java:87) at Logo.runCommand(Logo.java:79) at Ufun.dispatch(Logo.java:550) at MeshScratchApplet.eval(MeshScratchApplet.java:81) at MeshScratchApplet$DefaultMeshListener.onReceiveBroadcast(MeshScratchApplet.java:90) at Mesh.handle(Mesh.java:183) at Mesh.run(Mesh.java:137) at java.lang.Thread.run(Unknown Source)
Offline
Thanks Magnie!
I think I can find the bug now.
Servine wrote:
Could some-one please... clean it up a bit? In full screen, the lists go MAD. they go weird coloured, sometimes black, grey and white.
I think I won't support fullscreen anymore
Offline