I’m trying to create an area that can be changed dinamically with arrows, so I’m opting for the html5 slideshows.
I tried to make this work http://tutorialzine.com/2010/09/html5-canvas-slideshow-jquery/ but it isn’t working, this is what I tried to do http://jsfiddle.net/frHV5/
Hope you can help me, thanks in advance
First: you haven’t copied the entire JavaScript.
Then the security problem comes. You can use canvas to edit images only on local level.
This means the following wont work:
But this will:
In summary: Just copy correctly the javascript, the CSS, copy the images to you machine, edit the URLs in the html and that’s it.