Questions tagged [jsmovie]

jquery-plugin to animate image sequences

Inspired by some transparent flash animations all over the web, jsMovie is an implementation not based on flash but on jQuery.

Project website
Offcial website (auf Deutsch)/(German only)

5 questions
2
votes
1 answer

JS: Determinining image dimensions only partially successful

I'm creating a small webapplication with JS/HTML/CSS where the user has a dropdown menu to choose from 13 different images. Option 1 is default, and when the user chooses a different option the application is refreshed and the dimensions of other…
Ratnanil
  • 1,641
  • 17
  • 43
1
vote
5 answers

jquery event handling how to use

I am using plugin from jsmovie. It has basic usage like $('.movie').jsMovie({ images : ['loader_ani4x4.png'], folder : 'pic/loader/', height : 40, width: 40, grid : {height:40, width:40, columns:4, rows:4}, showPreLoader : false, …
django
  • 2,809
  • 5
  • 47
  • 80
0
votes
0 answers

PHP: How to serve JPG files (from a webcam) as a stream or movie?

I have a set of images with filenames in the format webcam-.jpg located in a folder on the webserver. I want to serve them as a kind of timelapse slideshow to the client. Is there a way to create a movie stream on-the-fly from these…
Thomas M.
  • 600
  • 1
  • 6
  • 14
0
votes
1 answer

jsmovie resizing sprite image wrongly

I'm trying to use jsMovie (http://jsmovie.konsultaner.de/#/) to create sprite animation. It works ok on the desktop browsers, however it behaves strangely on mobile devices. I've set up a test: http://www.virtualgraphicstudio.com/test/ with slow fps…
zee
  • 359
  • 3
  • 16
0
votes
1 answer

Change function on window.resize - JS Movie

I'm using the plug-in jsMovie to display PNG sequences on my page. The problem is that I want to switch to a different function (smaller version of the PNG sequence) when the page is resized below 1500. I've went through quite a few if / if else…
Wing
  • 17
  • 8