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

#1 2012-05-18 12:49:15

1819
Scratcher
Registered: 2009-09-13
Posts: 9

How to remove the green flag from embedded flash projects?

I'd like to know how to remove the green flag and the stop button from embedded flash projects, so that you can't restart/stop the project. If anyone knows, please answer!

Offline

 

#2 2012-05-18 14:55:12

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: How to remove the green flag from embedded flash projects?

I'll bet you could use an iframe if you can use html for it.

Code:

<iframe src="link to project" width="200" height="200">
</iframe>

However, you'll have to adjust the width and height to block out the green flag but show the project.


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#3 2012-05-18 14:59:41

Kangahero
New Scratcher
Registered: 2012-05-17
Posts: 63

Re: How to remove the green flag from embedded flash projects?

I'd try what steve suggested  smile

Offline

 

#4 2012-05-20 12:36:50

1819
Scratcher
Registered: 2009-09-13
Posts: 9

Re: How to remove the green flag from embedded flash projects?

stevetheipad wrote:

I'll bet you could use an iframe if you can use html for it.

Code:

<iframe src="link to project" width="200" height="200">
</iframe>

However, you'll have to adjust the width and height to block out the green flag but show the project.

this would remove the bottom border. i need to know how to remove the top one

Last edited by 1819 (2012-05-20 13:25:47)

Offline

 

Board footer