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

#1 2011-10-10 10:37:33

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Hide green flag br in website embeds

Here's what I have so far:

Code:

<div id="myEmbeddedProjectI">

<!--Cover-->
<div style="position:absolute;top:0;width:462;background-color:blue;z-index=100" id="coverI">Created by __Name__</div>
12347890
<!--/Cover-->
<script type="text/javascript">
document.getElementById('coverI').style.top=document.getElementById('myEmbeddedProjectI').offsetTop+20;
</script>
<!--Embed 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/Hardmath123/1709655.sb'></applet> <a href='http://scratch.mit.edu/projects/Hardmath123/1709655'>Learn more about this project</a>
<!--/Embed code-->

</div>

The Java app crashes, though.


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#2 2011-10-11 02:18:03

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Hide green flag br in website embeds

Hardmath123 wrote:

Here's what I have so far:

Code:

<div id="myEmbeddedProjectI">

<!--Cover-->
<div style="position:absolute;top:0;width:462;background-color:blue;z-index=100" id="coverI">Created by __Name__</div>
12347890
<!--/Cover-->
<script type="text/javascript">
document.getElementById('coverI').style.top=document.getElementById('myEmbeddedProjectI').offsetTop+20;
</script>
<!--Embed 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/Hardmath123/1709655.sb'></applet> <a href='http://scratch.mit.edu/projects/Hardmath123/1709655'>Learn more about this project</a>
<!--/Embed code-->

</div>

The Java app crashes, though.

are you trying to put a cover over the java applet... because java applets seem to stay on top of everything lol


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#3 2011-10-11 02:52:24

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Hide green flag br in website embeds

nathanprocks wrote:

Hardmath123 wrote:

Here's what I have so far:

Code:

<div id="myEmbeddedProjectI">

<!--Cover-->
<div style="position:absolute;top:0;width:462;background-color:blue;z-index=100" id="coverI">Created by __Name__</div>
12347890
<!--/Cover-->
<script type="text/javascript">
document.getElementById('coverI').style.top=document.getElementById('myEmbeddedProjectI').offsetTop+20;
</script>
<!--Embed 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/Hardmath123/1709655.sb'></applet> <a href='http://scratch.mit.edu/projects/Hardmath123/1709655'>Learn more about this project</a>
<!--/Embed code-->

</div>

The Java app crashes, though.

are you trying to put a cover over the java applet... because java applets seem to stay on top of everything lol

Yea! if you try yola website maker or weebly the applet just goes right over all the other elements!


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#4 2011-10-11 04:47:11

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Hide green flag br in website embeds

WindowsExplorer wrote:

nathanprocks wrote:

Hardmath123 wrote:

Here's what I have so far:

Code:

<div id="myEmbeddedProjectI">

<!--Cover-->
<div style="position:absolute;top:0;width:462;background-color:blue;z-index=100" id="coverI">Created by __Name__</div>
12347890
<!--/Cover-->
<script type="text/javascript">
document.getElementById('coverI').style.top=document.getElementById('myEmbeddedProjectI').offsetTop+20;
</script>
<!--Embed 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/Hardmath123/1709655.sb'></applet> <a href='http://scratch.mit.edu/projects/Hardmath123/1709655'>Learn more about this project</a>
<!--/Embed code-->

</div>

The Java app crashes, though.

are you trying to put a cover over the java applet... because java applets seem to stay on top of everything lol

Yea! if you try yola website maker or weebly the applet just goes right over all the other elements!

yeah lol i used a java applet on my site and it covered half my chat thing


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#5 2011-10-11 04:56:34

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Hide green flag br in website embeds

You could cover it up with another java applet :S


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#6 2011-10-11 05:39:02

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Hide green flag br in website embeds

ssss wrote:

You could cover it up with another java applet :S

wouldn't the scratch applet cover the other applet when the scratch thing updates the graphics... it would probably freeze the computer too


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#7 2011-10-11 05:45:11

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Hide green flag br in website embeds

nathanprocks wrote:

ssss wrote:

You could cover it up with another java applet :S

wouldn't the scratch applet cover the other applet when the scratch thing updates the graphics... it would probably freeze the computer too

sad  It was worth suggesting.  And it could continually refresh  tongue


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#8 2011-10-11 05:46:49

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Hide green flag br in website embeds

ssss wrote:

nathanprocks wrote:

ssss wrote:

You could cover it up with another java applet :S

wouldn't the scratch applet cover the other applet when the scratch thing updates the graphics... it would probably freeze the computer too

sad  It was worth suggesting.  And it could continually refresh  tongue

that would make it an even more chance of freezing


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#9 2011-10-11 05:51:38

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Hide green flag br in website embeds

nathanprocks wrote:

ssss wrote:

nathanprocks wrote:


wouldn't the scratch applet cover the other applet when the scratch thing updates the graphics... it would probably freeze the computer too

sad  It was worth suggesting.  And it could continually refresh  tongue

that would make it an even more chance of freezing

Meh.  What would you suggest?


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#10 2011-10-11 05:54:02

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Hide green flag br in website embeds

ssss wrote:

nathanprocks wrote:

ssss wrote:


sad  It was worth suggesting.  And it could continually refresh  tongue

that would make it an even more chance of freezing

Meh.  What would you suggest?

maybe an iframe or something over the applet?


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#11 2011-10-11 05:55:36

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Hide green flag br in website embeds

nathanprocks wrote:

ssss wrote:

nathanprocks wrote:


that would make it an even more chance of freezing

Meh.  What would you suggest?

maybe an iframe or something over the applet?

Oh.  I know.  But it would hide  the stop button as well :S


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#12 2011-10-11 05:57:41

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Hide green flag br in website embeds

ssss wrote:

nathanprocks wrote:

ssss wrote:


Meh.  What would you suggest?

maybe an iframe or something over the applet?

Oh.  I know.  But it would hide  the stop button as well :S

why would the user need to click the stop button?


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#13 2011-10-11 06:08:51

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Hide green flag br in website embeds

nathanprocks wrote:

ssss wrote:

nathanprocks wrote:

maybe an iframe or something over the applet?

Oh.  I know.  But it would hide  the stop button as well :S

why would the user need to click the stop button?

Lagging pc?  But meh.


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#14 2011-10-11 06:11:06

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Hide green flag br in website embeds

ssss wrote:

nathanprocks wrote:

ssss wrote:


Oh.  I know.  But it would hide  the stop button as well :S

why would the user need to click the stop button?

Lagging pc?  But meh.

java would still be running lol


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#15 2011-10-11 06:14:18

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Hide green flag br in website embeds

nathanprocks wrote:

ssss wrote:

nathanprocks wrote:


why would the user need to click the stop button?

Lagging pc?  But meh.

java would still be running lol

But the project wouldn't.


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#16 2011-10-11 10:11:57

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Hide green flag br in website embeds

I wouldn't mess with placing something over it. I would just re-code the applet.


http://block.site90.net/scratch.mit/text.php?size=30&amp;text=%20A%20signature!&amp;color=333333

Offline

 

#17 2011-10-11 11:17:06

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Hide green flag br in website embeds

MathWizz wrote:

I wouldn't mess with placing something over it. I would just re-code the applet.

Exactly  smile

Offline

 

Board footer