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

#1 2011-01-17 06:18:24

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Embeddablity for the EXPERIMENTAL VIEWER

I would love to see the expermental viewer being embeddable like u can embed projects in  form of flash files jst to view em what do u guys say ??


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#2 2011-01-17 07:41:12

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

Re: Embeddablity for the EXPERIMENTAL VIEWER

I think the point of the experimental viewer is that it's well, experimental. If you could embed it, it would cause problems for people that haven't opted in.


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

Offline

 

#3 2011-01-17 10:03:31

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

Re: Embeddablity for the EXPERIMENTAL VIEWER

Oh but you can.


<div class="frame" id="div">
<EMBED

src="http://scratch.mit.edu/static/experimental/Scratch.

swf?owner=username&projectname=projectnumber&userid=userid"
        bgcolor="#FFFFFF"
        WIDTH="100%" HEIGHT="100%"
        allowScriptAccess="always"
        wmode="opaque"
        TYPE="application/x-shockwave-flash">
    </EMBED>
</div>



Example.
<div class="frame" id="div">
<EMBED

src="http://scratch.mit.edu/static/experimental/Scratch.

swf?owner=what-the&projectname=1530181&userid=369503"
        bgcolor="#FFFFFF"
        WIDTH="100%" HEIGHT="100%"
        allowScriptAccess="always"
        wmode="opaque"
        TYPE="application/x-shockwave-flash">
    </EMBED>
</div>


See my post for steps to embed

Last edited by what-the (2011-01-17 10:30:39)


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-01-17 11:41:16

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Embeddablity for the EXPERIMENTAL VIEWER

Nice! If the forums had a like button I'd press it.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#5 2011-01-17 19:57:59

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

Re: Embeddablity for the EXPERIMENTAL VIEWER

markyparky56 wrote:

Nice! If the forums had a like button I'd press it.

smile  . I only tried to embed the viewer once I saw this suggestion.


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

 

#6 2011-01-17 21:39:52

cheddargirl
Scratch Team
Registered: 2008-09-15
Posts: 1000+

Re: Embeddablity for the EXPERIMENTAL VIEWER

what-the wrote:

Oh but you can.


<div class="frame" id="div">
<EMBED

src="http://scratch.mit.edu/static/experimental/Scratch.

swf?owner=username&projectname=projectnumber&userid=userid"
        bgcolor="#FFFFFF"
        WIDTH="100%" HEIGHT="100%"
        allowScriptAccess="always"
        wmode="opaque"
        TYPE="application/x-shockwave-flash">
    </EMBED>
</div>



Example.
<div class="frame" id="div">
<EMBED

src="http://scratch.mit.edu/static/experimental/Scratch.

swf?owner=what-the&projectname=1530181&userid=369503"
        bgcolor="#FFFFFF"
        WIDTH="100%" HEIGHT="100%"
        allowScriptAccess="always"
        wmode="opaque"
        TYPE="application/x-shockwave-flash">
    </EMBED>
</div>


See my post for steps to embed

Cool!  smile

Hmm... since the viewer is in Flash, I wonder if it can be embedded into a PowerPoint presentation. I'll have to try that out sometime.  big_smile


http://i.imgur.com/8QRYx.png
Everything is better when you add a little cheddar, because when you have cheese your life is at ease  smile

Offline

 

#7 2011-01-17 22:08:24

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

Re: Embeddablity for the EXPERIMENTAL VIEWER

That'd be awesome! Then, when you're showing all your friends about Scratch, you wouldn't have to leave the presentation!

Offline

 

#8 2011-01-17 22:40:13

cheddargirl
Scratch Team
Registered: 2008-09-15
Posts: 1000+

Re: Embeddablity for the EXPERIMENTAL VIEWER

kayybee wrote:

That'd be awesome! Then, when you're showing all your friends about Scratch, you wouldn't have to leave the presentation!

Yeah that would be cool. (You'd would need an Internet connection, however, to make it work).  smile

I'm having a bit of trouble figuring it out, though. It's usually done by inputting the direct location of the player, and it's the URL of the player I can't figure out.

Right now, I'm working with one of my files, and the given embed code based on the source code is

Code:

http://scratch.mit.edu/static/experimental/Scratch.swf?owner=cheddargirl&projectname=1226930&userid=159139

and I have a feeling the URL needed to embed the Scratch Player into PowerPoint would look something similar (although perhaps much more simple) to that URL above. I put in the URL directly, but this doesn't work (although a Flash file is detected by PowerPoint when I try to play it, so at least I think I'm headed in the right direction).

Eh, I'm busy now, I'll play around with the code later. But, if anyone else wants to experiment to see if they can successfully get Scratch into PowerPoint, by all means, go right ahead.  smile

Last edited by cheddargirl (2011-01-18 00:08:00)


http://i.imgur.com/8QRYx.png
Everything is better when you add a little cheddar, because when you have cheese your life is at ease  smile

Offline

 

#9 2011-01-18 02:23:06

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

Re: Embeddablity for the EXPERIMENTAL VIEWER

cheddargirl wrote:

kayybee wrote:

That'd be awesome! Then, when you're showing all your friends about Scratch, you wouldn't have to leave the presentation!

Yeah that would be cool. (You'd would need an Internet connection, however, to make it work).  smile

I'm having a bit of trouble figuring it out, though. It's usually done by inputting the direct location of the player, and it's the URL of the player I can't figure out.

Right now, I'm working with one of my files, and the given embed code based on the source code is

Code:

http://scratch.mit.edu/static/experimental/Scratch.swf?owner=cheddargirl&projectname=1226930&userid=159139

and I have a feeling the URL needed to embed the Scratch Player into PowerPoint would look something similar (although perhaps much more simple) to that URL above. I put in the URL directly, but this doesn't work (although a Flash file is detected by PowerPoint when I try to play it, so at least I think I'm headed in the right direction).

Eh, I'm busy now, I'll play around with the code later. But, if anyone else wants to experiment to see if they can successfully get Scratch into PowerPoint, by all means, go right ahead.  smile

I got it to work in Powerpoint 2010.

To insert shockwave object into power point go here and navigate to your version.
http://support.microsoft.com/kb/291875

Go to the source code of the project in the experimental viewer and find the link.
Copy the link to the shockwave objects source.


Click here to download flash scratch
You can not save, import or paint.


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-01-18 02:34:48

cheddargirl
Scratch Team
Registered: 2008-09-15
Posts: 1000+

Re: Embeddablity for the EXPERIMENTAL VIEWER

what-the wrote:

cheddargirl wrote:

kayybee wrote:

That'd be awesome! Then, when you're showing all your friends about Scratch, you wouldn't have to leave the presentation!

Yeah that would be cool. (You'd would need an Internet connection, however, to make it work).  smile

I'm having a bit of trouble figuring it out, though. It's usually done by inputting the direct location of the player, and it's the URL of the player I can't figure out.

Right now, I'm working with one of my files, and the given embed code based on the source code is

Code:

http://scratch.mit.edu/static/experimental/Scratch.swf?owner=cheddargirl&projectname=1226930&userid=159139

and I have a feeling the URL needed to embed the Scratch Player into PowerPoint would look something similar (although perhaps much more simple) to that URL above. I put in the URL directly, but this doesn't work (although a Flash file is detected by PowerPoint when I try to play it, so at least I think I'm headed in the right direction).

Eh, I'm busy now, I'll play around with the code later. But, if anyone else wants to experiment to see if they can successfully get Scratch into PowerPoint, by all means, go right ahead.  smile

I got it to work in Powerpoint 2010.

To insert shockwave object into power point go here and navigate to your version.
http://support.microsoft.com/kb/291875

Go to the source code of the project in the experimental viewer and find the link.
Copy the link to the shockwave objects source.


Click here to download flash scratch
You can not save, import or paint.

Gyaaah, I wonder why it's not working for me (I have PowerPoint 2007). D:

I'm punching in this (http://scratch.mit.edu/static/experimental/Scratch.swf?owner=cheddargirl&projectname=1226930&userid=159139) into the value next to "Movie" (I has suspected that this was the right code all along). Or are you putting the embed code in a different property?

Last edited by cheddargirl (2011-01-18 02:36:48)


http://i.imgur.com/8QRYx.png
Everything is better when you add a little cheddar, because when you have cheese your life is at ease  smile

Offline

 

#11 2011-01-18 02:45:52

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

Re: Embeddablity for the EXPERIMENTAL VIEWER

cheddargirl wrote:

Gyaaah, I wonder why it's not working for me (I have PowerPoint 2007). D:

I'm punching in this (http://scratch.mit.edu/static/experimental/Scratch.swf?owner=cheddargirl&projectname=1226930&userid=159139) into the value next to "Movie" (I has suspected that this was the right code all along). Or are you putting the embed code in a different property?

...
I'll try it in 2007.

Works in 2007. This link.
http://scratch.mit.edu/static/experimental/Scratch.swf?owner=what-the&projectname=1530181&userid=369503

And your one works. View the power point and see if it loads.
http://scratch.mit.edu/static/experimental/Scratch.swf?owner=cheddargirl&projectname=1226930&userid=159139

Be sure it's shockwave flash object.

http://img600.imageshack.us/img600/918/ssssatb.png


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-01-18 03:03:13

mathematics
Scratcher
Registered: 2009-03-01
Posts: 1000+

Re: Embeddablity for the EXPERIMENTAL VIEWER

I got it to work in PowerPoint 2003.

By the way, how should we give credit?

Last edited by mathematics (2011-01-18 03:21:06)

Offline

 

#13 2011-01-18 08:29:48

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Embeddablity for the EXPERIMENTAL VIEWER

mathematics wrote:

I got it to work in PowerPoint 2003.

By the way, how should we give credit?

Probablys just put something along the bottom of the screen? Like a link to the scratch website and saying you didn't create or own the viewer?


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#14 2011-01-18 09:36:30

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

Re: Embeddablity for the EXPERIMENTAL VIEWER

markyparky56 wrote:

mathematics wrote:

I got it to work in PowerPoint 2003.

By the way, how should we give credit?

Probablys just put something along the bottom of the screen? Like a link to the scratch website and saying you didn't create or own the viewer?

Perhaps.

Powered by MIT's Scratch Experimental Viewer. Click here for more info.
Powered by MIT's Flash Scratch Viewer (Experimental). Click here for more info.


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

 

#15 2011-01-18 09:47:07

cheddargirl
Scratch Team
Registered: 2008-09-15
Posts: 1000+

Re: Embeddablity for the EXPERIMENTAL VIEWER

what-the wrote:

cheddargirl wrote:

Gyaaah, I wonder why it's not working for me (I have PowerPoint 2007). D:

I'm punching in this (http://scratch.mit.edu/static/experimental/Scratch.swf?owner=cheddargirl&projectname=1226930&userid=159139) into the value next to "Movie" (I has suspected that this was the right code all along). Or are you putting the embed code in a different property?

...
I'll try it in 2007.

Works in 2007. This link.
http://scratch.mit.edu/static/experimental/Scratch.swf?owner=what-the&projectname=1530181&userid=369503

And your one works. View the power point and see if it loads.
http://scratch.mit.edu/static/experimental/Scratch.swf?owner=cheddargirl&projectname=1226930&userid=159139

Be sure it's shockwave flash object.

http://img600.imageshack.us/img600/918/ssssatb.png

I'm pretty sure I'm using the Shockwave Flash object I'm using. I've done this before with previous PowerPoint Presentations.

This one, oddly, refuses to work for me.  hmm  Maybe it might be my internet (I was trying it out when the signal was waning in and out), I'll have to check it out again later.


http://i.imgur.com/8QRYx.png
Everything is better when you add a little cheddar, because when you have cheese your life is at ease  smile

Offline

 

#16 2011-01-18 14:10:04

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Embeddablity for the EXPERIMENTAL VIEWER

cheddargirl wrote:

what-the wrote:

cheddargirl wrote:

Gyaaah, I wonder why it's not working for me (I have PowerPoint 2007). D:

I'm punching in this (http://scratch.mit.edu/static/experimental/Scratch.swf?owner=cheddargirl&projectname=1226930&userid=159139) into the value next to "Movie" (I has suspected that this was the right code all along). Or are you putting the embed code in a different property?

...
I'll try it in 2007.

Works in 2007. This link.
http://scratch.mit.edu/static/experimental/Scratch.swf?owner=what-the&projectname=1530181&userid=369503

And your one works. View the power point and see if it loads.
http://scratch.mit.edu/static/experimental/Scratch.swf?owner=cheddargirl&projectname=1226930&userid=159139

Be sure it's shockwave flash object.

http://img600.imageshack.us/img600/918/ssssatb.png

I'm pretty sure I'm using the Shockwave Flash object I'm using. I've done this before with previous PowerPoint Presentations.

This one, oddly, refuses to work for me.  hmm  Maybe it might be my internet (I was trying it out when the signal was waning in and out), I'll have to check it out again later.

Maybe what-the could be nice enough to upload his version for you to take a look at, see what (s)he's done differently.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#17 2011-01-18 18:47:10

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

Re: Embeddablity for the EXPERIMENTAL VIEWER

markyparky56 wrote:

cheddargirl wrote:

what-the wrote:


...
I'll try it in 2007.

Works in 2007. This link.
http://scratch.mit.edu/static/experimental/Scratch.swf?owner=what-the&projectname=1530181&userid=369503

And your one works. View the power point and see if it loads.
http://scratch.mit.edu/static/experimental/Scratch.swf?owner=cheddargirl&projectname=1226930&userid=159139

Be sure it's shockwave flash object.

http://img600.imageshack.us/img600/918/ssssatb.png

I'm pretty sure I'm using the Shockwave Flash object I'm using. I've done this before with previous PowerPoint Presentations.

This one, oddly, refuses to work for me.  hmm  Maybe it might be my internet (I was trying it out when the signal was waning in and out), I'll have to check it out again later.

Maybe what-the could be nice enough to upload his version for you to take a look at, see what (s)he's done differently.

Well here is a powerpoint containing cheddargirl's project.
http://www.mediafire.com/download.php?ytftx20pdy1ga81

Cheddargirl. See if this works for you. Just run the presentation and wait a few seconds for it to load.


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-01-19 03:34:53

cheddargirl
Scratch Team
Registered: 2008-09-15
Posts: 1000+

Re: Embeddablity for the EXPERIMENTAL VIEWER

what-the wrote:

markyparky56 wrote:

cheddargirl wrote:


I'm pretty sure I'm using the Shockwave Flash object I'm using. I've done this before with previous PowerPoint Presentations.

This one, oddly, refuses to work for me.  hmm  Maybe it might be my internet (I was trying it out when the signal was waning in and out), I'll have to check it out again later.

Maybe what-the could be nice enough to upload his version for you to take a look at, see what (s)he's done differently.

Well here is a powerpoint containing cheddargirl's project.
http://www.mediafire.com/download.php?ytftx20pdy1ga81

Cheddargirl. See if this works for you. Just run the presentation and wait a few seconds for it to load.

Nope, doesn't work, it says "Movie not loaded" when I go in and check, waited for about a minute to make sure. Now I definitely know it's something on my end.


http://i.imgur.com/8QRYx.png
Everything is better when you add a little cheddar, because when you have cheese your life is at ease  smile

Offline

 

Board footer