I have not had success posting my Processing work on my blog yet.
Is there a standard "embed" format? So I can embed the applet, which is already uploaded to my server, into a blog message? Kind of like youtube's embed html, I would like to write html that allows me to embed the processing app on my blog.
I am using Wordpress on my server for blogging. I can add html to blog posts, embed video from youtube etc, embed flash.
How should i set up the HTML to add a processing "applet" to a blog post?
Works fine if I upload and navigate to the exported directory. I tried cutting and pasting the relevant HTML (below) from the index page, and adding the absolute path to the code. Did not work
.
Do I need to use: URL.openStream? If so, how to set it up?