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

#1 2012-01-09 08:56:47

AllButSimilar
New Scratcher
Registered: 2012-01-09
Posts: 20

Embed In Flash?

I followed the instructions here: http://wiki.scratch.mit.edu/wiki/Embedding_Projects#As_a_Flash_applet
But all I get is a blank white applet?

Offline

 

#2 2012-01-09 09:15:53

CatPerson
Scratcher
Registered: 2011-12-17
Posts: 1000+

Re: Embed In Flash?

I get the right page. maybe Ill give the link to you and see if it works: http://wiki.scratch.mit.edu/wiki/Embedding_Projects#As_a_Flash_applet

That is what your looking for right?


http://nyopoliticker.files.wordpress.com/2012/02/in_dog_we_trust_rusty.jpghttps://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSrxH2RAmte9adghivuoOhgklIlUcZUFuCAA0wFufFq-NWyZWg5http://www.buttonsonline.com/2012/obama/BO-rallysign-104.gif

Offline

 

#3 2012-01-09 09:18:54

CatPerson
Scratcher
Registered: 2011-12-17
Posts: 1000+

Re: Embed In Flash?

oh ya forgot to add.
           Love,             /\_/\
              CatPerson   I ' . ' I     I Love cats * Meow *


http://nyopoliticker.files.wordpress.com/2012/02/in_dog_we_trust_rusty.jpghttps://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSrxH2RAmte9adghivuoOhgklIlUcZUFuCAA0wFufFq-NWyZWg5http://www.buttonsonline.com/2012/obama/BO-rallysign-104.gif

Offline

 

#4 2012-01-09 16:10:40

AllButSimilar
New Scratcher
Registered: 2012-01-09
Posts: 20

Re: Embed In Flash?

CatPerson wrote:

I get the right page. maybe Ill give the link to you and see if it works: http://wiki.scratch.mit.edu/wiki/Embedding_Projects#As_a_Flash_applet

That is what your looking for right?

No, that's what I used but I got the problem that I posted in the first post.

Offline

 

#5 2012-01-09 16:38:09

CatPerson
Scratcher
Registered: 2011-12-17
Posts: 1000+

Re: Embed In Flash?

It might be your internet connection or the program your using.
                         Love,
                            CatPerson    /\_/\
                                              I ' . ' I Meow Meow


http://nyopoliticker.files.wordpress.com/2012/02/in_dog_we_trust_rusty.jpghttps://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSrxH2RAmte9adghivuoOhgklIlUcZUFuCAA0wFufFq-NWyZWg5http://www.buttonsonline.com/2012/obama/BO-rallysign-104.gif

Offline

 

#6 2012-01-09 16:58:07

Bsteward
Scratcher
Registered: 2010-04-13
Posts: 100+

Re: Embed In Flash?

Please give the Url of the location you are embedding it.


Interested in the future of Scratch?http://ffs.us.to/1.png
http://i40.tinypic.com/2i9jejd.jpgIt has http://bit.ly/Ol3MfD views. Click to add one more!

Offline

 

#7 2012-01-09 17:09:30

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Re: Embed In Flash?

CatPerson wrote:

It might be your internet connection or the program your using.
                         Love,
                            CatPerson    /\_/\
                                              I ' . ' I Meow Meow

That would never be a problem. If say, Firefox shows Scratch projects, It would show on the webpage displayed in firefox. I write webpages in Notepad, which is the most basic editor available. Also you wouldn't have a problem with the internet if u can connect to scratch.mit.edu.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#8 2012-01-09 17:10:49

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Re: Embed In Flash?

I have the same problem.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#9 2012-01-09 18:19:51

AllButSimilar
New Scratcher
Registered: 2012-01-09
Posts: 20

Re: Embed In Flash?

Bsteward wrote:

Please give the Url of the location you are embedding it.

A website I've just started working on (few games so far) where I've decided to test the flash embed with someone elses project (not keeping it, just testing with it)
gamesoriginal.webs.com

Offline

 

#10 2012-01-09 18:40:37

AllButSimilar
New Scratcher
Registered: 2012-01-09
Posts: 20

Re: Embed In Flash?

AllButSimilar wrote:

Bsteward wrote:

Please give the Url of the location you are embedding it.

A website I've just started working on (few games so far) where I've decided to test the flash embed with someone elses project (not keeping it, just testing with it)
gamesoriginal.webs.com

The code I used :

Code:

<object width="483" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/PlayerOnly.swf">
   <param name="allowScriptAccess" value="sameDomain">
   <param name="allowFullScreen" value="true">
   <param name="flashvars" value="project=http://scratch.mit.edu/static/projects/skeletonxf/2056428.sb?version=1">
</object>]

Offline

 

#11 2012-01-09 20:27:41

AllButSimilar
New Scratcher
Registered: 2012-01-09
Posts: 20

Re: Embed In Flash?

B
  U
     M
        P

Offline

 

#12 2012-01-09 20:33:56

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

Re: Embed In Flash?

it is because the code is set to "sameDomain" and the project url is on the scratch website. you will have to either upload the project to your website or change the sameDomain part


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

Offline

 

#13 2012-01-09 20:51:13

AllButSimilar
New Scratcher
Registered: 2012-01-09
Posts: 20

Re: Embed In Flash?

nathanprocks wrote:

it is because the code is set to "sameDomain" and the project url is on the scratch website. you will have to either upload the project to your website or change the sameDomain part

Thanks, but what would I change it to? And I don't know how I'd upload the flash player to my site either? Thanks!

Offline

 

#14 2012-01-09 21:29:30

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

Re: Embed In Flash?

AllButSimilar wrote:

nathanprocks wrote:

it is because the code is set to "sameDomain" and the project url is on the scratch website. you will have to either upload the project to your website or change the sameDomain part

Thanks, but what would I change it to? And I don't know how I'd upload the flash player to my site either? Thanks!

ok i got it to work:

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/skeletonxf/2056428.sb?version=1">
</object>

i tried to make it work on the same domain but it didn't work... i will try that again later...
a working example is here.

EDIT: by the way, awesome game!

Last edited by nathanprocks (2012-01-09 21:31:22)


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

Offline

 

#15 2012-01-09 21:34:42

AllButSimilar
New Scratcher
Registered: 2012-01-09
Posts: 20

Re: Embed In Flash?

nathanprocks wrote:

AllButSimilar wrote:

nathanprocks wrote:

it is because the code is set to "sameDomain" and the project url is on the scratch website. you will have to either upload the project to your website or change the sameDomain part

Thanks, but what would I change it to? And I don't know how I'd upload the flash player to my site either? Thanks!

ok i got it to work:

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/skeletonxf/2056428.sb?version=1">
</object>

i tried to make it work on the same domain but it didn't work... i will try that again later...
a working example is http://carrotsoft.x11s.org/test/onScratch.html]here.

EDIT: by the way, awesome game!

No, It's not mine, you'll want to tell that to skeletonxf. I just used his awesome game to test this stuff with.

Offline

 

#16 2012-01-09 21:36:36

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

Re: Embed In Flash?

AllButSimilar wrote:

nathanprocks wrote:

AllButSimilar wrote:


Thanks, but what would I change it to? And I don't know how I'd upload the flash player to my site either? Thanks!

ok i got it to work:

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/skeletonxf/2056428.sb?version=1">
</object>

i tried to make it work on the same domain but it didn't work... i will try that again later...
a working example is http://carrotsoft.x11s.org/test/onScratch.html]here.

EDIT: by the way, awesome game!

No, It's not mine, you'll want to tell that to skeletonxf. I just used his awesome game to test this stuff with.

oh ok...


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

Offline

 

#17 2012-01-09 21:39:17

AllButSimilar
New Scratcher
Registered: 2012-01-09
Posts: 20

Re: Embed In Flash?

nathanprocks wrote:

AllButSimilar wrote:

nathanprocks wrote:


ok i got it to work:

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/skeletonxf/2056428.sb?version=1">
</object>

i tried to make it work on the same domain but it didn't work... i will try that again later...
a working example is http://carrotsoft.x11s.org/test/onScratch.html]here.

EDIT: by the way, awesome game!

No, It's not mine, you'll want to tell that to skeletonxf. I just used his awesome game to test this stuff with.

oh ok...

Hey that link I got doesn't seem to load right, takes forever, perhaps I should just be patient.

Offline

 

#18 2012-01-09 21:44:42

AllButSimilar
New Scratcher
Registered: 2012-01-09
Posts: 20

Re: Embed In Flash?

Yeah It's not working  sad

Offline

 

#19 2012-01-09 21:46:46

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

Re: Embed In Flash?

AllButSimilar wrote:

Yeah It's not working  sad

ok well idk what is wrong then


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

Offline

 

#20 2012-01-10 19:59:35

AllButSimilar
New Scratcher
Registered: 2012-01-09
Posts: 20

Re: Embed In Flash?

bump

Offline

 

#21 2012-01-22 19:45:07

AllButSimilar
New Scratcher
Registered: 2012-01-09
Posts: 20

Re: Embed In Flash?

Bump. Please, someone help.

Offline

 

#22 2012-01-23 21:56:10

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: Embed In Flash?

nathanprocks wrote:

a working example is here.

It works in Firefox but not in the Internet Explorer browser.  So, that example is not very useful to me.  I need something that works in IE.


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

#23 2012-01-24 11:06:18

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Embed In Flash?

BoltBait wrote:

nathanprocks wrote:

a working example is here.

It works in Firefox but not in the Internet Explorer browser.  So, that example is not very useful to me.  I need something that works in IE.

Why, do you use that thing?

Offline

 

#24 2012-01-24 14:55:25

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: Embed In Flash?

scimonster wrote:

BoltBait wrote:

nathanprocks wrote:

a working example is here.

It works in Firefox but not in the Internet Explorer browser.  So, that example is not very useful to me.  I need something that works in IE.

Why, do you use that thing?

This is why:

http://en.wikipedia.org/wiki/File:Wikim … _chart.png

IE has the biggest piece of that pie.


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

#25 2012-01-24 15:20:48

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

Re: Embed In Flash?

BoltBait wrote:

scimonster wrote:

BoltBait wrote:


It works in Firefox but not in the Internet Explorer browser.  So, that example is not very useful to me.  I need something that works in IE.

Why, do you use that thing?

This is why:

http://en.wikipedia.org/wiki/File:Wikim … _chart.png

IE has the biggest piece of that pie.

IE comes installed on all Microsoft devices, that's why it's very "popular". What's surprising is that although Safari comes installed on all macs, it's probably been replaced by the users in favour of other browsers, unlike IE.

Anyway, this is beyond the topic, sorry... my point is, you can always ask the users "if the site doesn't work, switch to Chrome/Firefox."

Offline

 

Board footer