Currently the D6 module was working for me, because of the names of the documents I was using. My second image (the sprite) ended with '-reel.jpg', so it was working well, but the "image: '$reelpath'" of the .reel call was not working as I thought it was.
drupal_add_js("$('#image360').reel({ frames: 35, saves: false, klass: 'spinner', image: '$reelpath' });", 'inline', 'footer');
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 0001-Issue-1197292-by-marvil07-Clean-theme_reel_formatter.patch | 6.01 KB | marvil07 |
Comments
Comment #1
ipwa commentedThis is my formatter function:
Comment #2
marvil07 commentedHere a patch that clean up the
theme_reel_formatter_reel()function.What I have done:
'multiple values' => CONTENT_HANDLE_MODULEin the formatter info array to actually receive all field items on the theme.Also removing lots of commented code.
Comment #3
ipwa commentedThanks so much Marco.
Committed: http://drupalcode.org/project/reel.git/commit/6cbb9f3
Should have an alpha release soon. w00t w00t!