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

#1 2011-03-20 16:59:20

Dab1998
Scratcher
Registered: 2010-01-03
Posts: 100+

Professional Embedding

Scratch companies like Syn Inc, Prosper Entertainment, Codo Games (website soon to come) and many other ones who have website are suffering because of the green flag bar and the 'Learn More About This Project' parts of an embedded project. It's not that we don't like scratch's amazing setup just that we want our games to look professional and the scratchFrame doesn't help with that.

I think there should be an 'embed professional' option. It would embed it with the green flag bar removed and the 'Learn More About This Project' text gone too

Scratch Suggestion:
http://suggest.scratch.mit.edu/forums/60449-suggestions/suggestions/1613239-professional-embedding

Post you thoughts...


http://i.imgur.com/Lpeil.png

Offline

 

#2 2011-03-20 18:55:48

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Professional Embedding

Scratch isn't supposed to be professional.
You want professional? Try Flash.
If you don't like the bar, make your own flash project.
Also, the "learn more about this project" is a link to the real project.
If someone else saw like scratch brawl, they might think you made it, until they click the link. if the link was not there, you could easily take credit for it.

BTW, if you knew HTML, part of this suggestion would not be here.
Every HTMLer (or even other people too) know that you can edit the HTML and add/delete whatever you want.

Offline

 

#3 2011-03-20 19:12:12

what-the
Scratcher
Registered: 2009-10-04
Posts: 1000+

Re: Professional Embedding

If you want I might be able to take the bar out of the java player.


http://imageshack.us/m/64/9034/ddfss.pngMy site
Find someone post count. Click posts under username. Find number of pages. Times that by 40 for min and 60 for max and you have a rough estimate of post count.

Offline

 

#4 2011-03-21 03:56:14

Dab1998
Scratcher
Registered: 2010-01-03
Posts: 100+

Re: Professional Embedding

kayybee wrote:

Scratch isn't supposed to be professional.
You want professional? Try Flash.
If you don't like the bar, make your own flash project.
Also, the "learn more about this project" is a link to the real project.
If someone else saw like scratch brawl, they might think you made it, until they click the link. if the link was not there, you could easily take credit for it.

BTW, if you knew HTML, part of this suggestion would not be here.
Every HTMLer (or even other people too) know that you can edit the HTML and add/delete whatever you want.

I know... I know. LOL But I can't do flash, would never put someone else's work onto my website and I am not a HTMLer!


http://i.imgur.com/Lpeil.png

Offline

 

#5 2011-03-21 03:59:16

Dab1998
Scratcher
Registered: 2010-01-03
Posts: 100+

Re: Professional Embedding

what-the wrote:

If you want I might be able to take the bar out of the java player.

Cool! How???


http://i.imgur.com/Lpeil.png

Offline

 

#6 2011-03-21 04:21:22

what-the
Scratcher
Registered: 2009-10-04
Posts: 1000+

Re: Professional Embedding

Java Decomplier + Java SDK.


http://imageshack.us/m/64/9034/ddfss.pngMy site
Find someone post count. Click posts under username. Find number of pages. Times that by 40 for min and 60 for max and you have a rough estimate of post count.

Offline

 

#7 2011-03-21 15:32:31

Dab1998
Scratcher
Registered: 2010-01-03
Posts: 100+

Re: Professional Embedding

what-the wrote:

Java Decomplier + Java SDK.

What?


http://i.imgur.com/Lpeil.png

Offline

 

#8 2011-03-21 20:43:14

Greatdane
Scratcher
Registered: 2007-06-05
Posts: 1000+

Re: Professional Embedding

If you don't want the "learn more", take it out of the HTML. Instead of

<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='...'></applet> <a href='...'>Learn more about this project</a>

Take this:

<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='...'></applet>

Hope that helped at least a little bit.  smile

EDIT:

Dab1998 wrote:

what-the wrote:

Java Decomplier + Java SDK.

What?

What he means is that you would take the code out of the applet(if it is open source?), decompile it, and using the Java SDK, take out the top bar.

I also think that if you use iframes in HTML you may be able to resize the window so it doesn't have anything around it.

Last edited by Greatdane (2011-03-21 20:46:57)


The future belongs to those who believe in the beauty of their dreams.
        ~ Eleanor Roosevelt

Offline

 

#9 2011-03-24 05:43:02

what-the
Scratcher
Registered: 2009-10-04
Posts: 1000+

Re: Professional Embedding

This is what I have so far.
http://img691.imageshack.us/img691/4108/currenty.png
I'm sure with a bit more digging I can remove the bar. I can also change the loading bar colour and the background. Custom text might be possible later.

So if anyone wants a custom java player I might be able to do it.


http://imageshack.us/m/64/9034/ddfss.pngMy site
Find someone post count. Click posts under username. Find number of pages. Times that by 40 for min and 60 for max and you have a rough estimate of post count.

Offline

 

#10 2011-03-26 04:55:53

Dab1998
Scratcher
Registered: 2010-01-03
Posts: 100+

Re: Professional Embedding

what-the wrote:

This is what I have so far.
http://img691.imageshack.us/img691/4108/currenty.png
I'm sure with a bit more digging I can remove the bar. I can also change the loading bar colour and the background. Custom text might be possible later.

So if anyone wants a custom java player I might be able to do it.

Cool! Can you tell me how to do it?


http://i.imgur.com/Lpeil.png

Offline

 

#11 2011-03-26 07:08:26

what-the
Scratcher
Registered: 2009-10-04
Posts: 1000+

Re: Professional Embedding

Dab1998 wrote:

what-the wrote:

This is what I have so far.
http://img691.imageshack.us/img691/4108/currenty.png
I'm sure with a bit more digging I can remove the bar. I can also change the loading bar colour and the background. Custom text might be possible later.

So if anyone wants a custom java player I might be able to do it.

Cool! Can you tell me how to do it?

Learn Java then come back and I'll tell you.


http://imageshack.us/m/64/9034/ddfss.pngMy site
Find someone post count. Click posts under username. Find number of pages. Times that by 40 for min and 60 for max and you have a rough estimate of post count.

Offline

 

#12 2011-03-26 10:33:41

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Professional Embedding

what-the wrote:

This is what I have so far.
http://img691.imageshack.us/img691/4108/currenty.png
I'm sure with a bit more digging I can remove the bar. I can also change the loading bar colour and the background. Custom text might be possible later.

So if anyone wants a custom java player I might be able to do it.

But how do you stop/start the project now?  hmm


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://i.imgur.com/OZn2RD3.png&amp;link2=http://i.imgur.com/duzaGTB.png&amp;link3=http://i.imgur.com/CrDGvvZ.png&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#13 2011-03-26 10:53:36

Dab1998
Scratcher
Registered: 2010-01-03
Posts: 100+

Re: Professional Embedding

Harakou wrote:

what-the wrote:

This is what I have so far.
http://img691.imageshack.us/img691/4108/currenty.png
I'm sure with a bit more digging I can remove the bar. I can also change the loading bar colour and the background. Custom text might be possible later.

So if anyone wants a custom java player I might be able to do it.

But how do you stop/start the project now?  hmm

It starts automatically (Duh) xD


http://i.imgur.com/Lpeil.png

Offline

 

#14 2011-03-26 19:12:50

Venazard
Scratcher
Registered: 2009-12-15
Posts: 100+

Re: Professional Embedding

i've always wanted to know how to do HTML  tongue


http://nitrostudios.weebly.com/uploads/6/8/1/2/6812574/1323469851.png

Offline

 

#15 2011-03-26 19:23:56

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Professional Embedding

Dab1998 wrote:

Harakou wrote:

what-the wrote:

This is what I have so far.
http://img691.imageshack.us/img691/4108/currenty.png
I'm sure with a bit more digging I can remove the bar. I can also change the loading bar colour and the background. Custom text might be possible later.

So if anyone wants a custom java player I might be able to do it.

But how do you stop/start the project now?  hmm

It starts automatically (Duh) xD

What if you want to restart it? (haven't thought about that, right? duh.)

Offline

 

#16 2011-03-26 19:25:25

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Professional Embedding

Dab1998 wrote:

kayybee wrote:

Scratch isn't supposed to be professional.
You want professional? Try Flash.
If you don't like the bar, make your own flash project.
Also, the "learn more about this project" is a link to the real project.
If someone else saw like scratch brawl, they might think you made it, until they click the link. if the link was not there, you could easily take credit for it.

BTW, if you knew HTML, part of this suggestion would not be here.
Every HTMLer (or even other people too) know that you can edit the HTML and add/delete whatever you want.

I know... I know. LOL But I can't do flash, would never put someone else's work onto my website and I am not a HTMLer!

All you do is delete the text, hopefully you know where the delete button is.

Anyways, you're not the only one in the Scratch community!!!!!!

Offline

 

#17 2011-03-26 21:50:19

what-the
Scratcher
Registered: 2009-10-04
Posts: 1000+

Re: Professional Embedding

kayybee wrote:

Dab1998 wrote:

Harakou wrote:


But how do you stop/start the project now?  hmm

It starts automatically (Duh) xD

What if you want to restart it? (haven't thought about that, right? duh.)

Refresh the page. LOL.


http://imageshack.us/m/64/9034/ddfss.pngMy site
Find someone post count. Click posts under username. Find number of pages. Times that by 40 for min and 60 for max and you have a rough estimate of post count.

Offline

 

#18 2011-03-26 23:14:56

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Professional Embedding

what-the wrote:

kayybee wrote:

Dab1998 wrote:


It starts automatically (Duh) xD

What if you want to restart it? (haven't thought about that, right? duh.)

Refresh the page. LOL.

Who wants to waste their time doing that?

What if there's two projects being played at one time, one that is on level 5 out of 10 and is still being played, the other wants to be restarted? What if one needs to see that other project and will not continue the first game?

Offline

 

#19 2011-03-26 23:52:21

what-the
Scratcher
Registered: 2009-10-04
Posts: 1000+

Re: Professional Embedding

kayybee wrote:

what-the wrote:

kayybee wrote:


What if you want to restart it? (haven't thought about that, right? duh.)

Refresh the page. LOL.

Who wants to waste their time doing that?

What if there's two projects being played at one time, one that is on level 5 out of 10 and is still being played, the other wants to be restarted? What if one needs to see that other project and will not continue the first game?

You can just program a flag click in the project. If you don't like it don't use it.


http://imageshack.us/m/64/9034/ddfss.pngMy site
Find someone post count. Click posts under username. Find number of pages. Times that by 40 for min and 60 for max and you have a rough estimate of post count.

Offline

 

#20 2011-03-27 00:01:19

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Professional Embedding

what-the wrote:

kayybee wrote:

what-the wrote:


Refresh the page. LOL.

Who wants to waste their time doing that?

What if there's two projects being played at one time, one that is on level 5 out of 10 and is still being played, the other wants to be restarted? What if one needs to see that other project and will not continue the first game?

You can just program a flag click in the project. If you don't like it don't use it.

true, but what about other ones?

anyways, you should make the "enter=green flag" work.

Offline

 

#21 2011-03-27 05:42:41

Dab1998
Scratcher
Registered: 2010-01-03
Posts: 100+

Re: Professional Embedding

kayybee wrote:

what-the wrote:

kayybee wrote:

Who wants to waste their time doing that?

What if there's two projects being played at one time, one that is on level 5 out of 10 and is still being played, the other wants to be restarted? What if one needs to see that other project and will not continue the first game?

You can just program a flag click in the project. If you don't like it don't use it.

true, but what about other ones?

anyways, you should make the "enter=green flag" work.

You could broadcast scratch-startClicked. That clicks the green flag for you.

<broadcast[ scratch-startClicked  ]and wait c>

You can do it with any broadcst block that you want to!

Last edited by Dab1998 (2011-03-27 05:44:21)


http://i.imgur.com/Lpeil.png

Offline

 

#22 2011-03-27 11:52:18

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Professional Embedding

Dab1998 wrote:

kayybee wrote:

what-the wrote:


You can just program a flag click in the project. If you don't like it don't use it.

true, but what about other ones?

anyways, you should make the "enter=green flag" work.

You could broadcast scratch-startClicked. That clicks the green flag for you.

<broadcast[ scratch-startClicked  ]and wait c>

You can do it with any broadcst block that you want to!

I'm not going through the trouble to add that to each project I want to add.

I'm sticking with the original one. What's the problem with the original one?

Offline

 

#23 2011-04-01 12:44:39

Dab1998
Scratcher
Registered: 2010-01-03
Posts: 100+

Re: Professional Embedding

kayybee wrote:

Dab1998 wrote:

kayybee wrote:


true, but what about other ones?

anyways, you should make the "enter=green flag" work.

You could broadcast scratch-startClicked. That clicks the green flag for you.

<broadcast[ scratch-startClicked  ]and wait c>

You can do it with any broadcst block that you want to!

I'm not going through the trouble to add that to each project I want to add.

I'm sticking with the original one. What's the problem with the original one?

Nothing!


http://i.imgur.com/Lpeil.png

Offline

 

#24 2011-10-30 23:51:37

SheppardProductions
Scratcher
Registered: 2011-08-14
Posts: 100+

Re: Professional Embedding

Do you mind trying to use professional embedding in flash beta player? I'd reall appreciate it!

Offline

 

Board footer