We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › embedding processing within myspace
Page Index Toggle Pages: 1
embedding processing within myspace? (Read 653 times)
embedding processing within myspace?
Apr 8th, 2007, 10:34pm
 
i would like to embed a simple processing script (the rgb cube as a test) inside of a myspace profile.  anyone know how i can do this?  thanks!
Re: embedding processing within myspace?
Reply #1 - Apr 9th, 2007, 9:57pm
 
Not possible.  I spent hours trying to hack it and make it work.  All <applet> tags get nuked.  

Re: embedding processing within myspace?
Reply #2 - Apr 10th, 2007, 7:26am
 
you could give appletobject a chance .. it's javascript that will create the applet tag on the fly for you.

http://appletobject.org/index.php?q=examples

F
Re: embedding processing within myspace?
Reply #3 - Apr 10th, 2007, 9:49pm
 
I Never knew about that... Cool gotta check it out.
Page Index Toggle Pages: 1