Tool tips for the buttons is something I've looked into, unfortunately Flash AS3 doesn't support them natively so it's a case of writing code to implement them, so that'll take a while. Definitely on the to-do list though.
The full-screen button is something I'd like to improve; I'm looking at loading the control graphics dynamically rather than building them into the flash file so all of that could be changed. Watch this space.
Music while playing - looking around it sounds like it should be simple to do from the examples of playing MP3s in Flash that I've seen, I'll have to have a play and see what can be done. Don't hold your breath though as it'll take quite a bit to get it sorted I imagine even if it is relatively straightforward!
I upgraded and mine functioned properly, but then I couldn't remember if I had modified it or not.
After downloading the source (1.1.4) I realize I did not. 1.2.7 now uses the user plugin folder which is located in the root of your gallery dir under "/plugins".
You'll have to move the slideshow files to the "/plugins" dir and they should function properly at that point.
A quick look at Safari's activity window: `/photos2/zp-core/plugins/slideshow_flash/js/swfobject.js - not found`. Of course as that directory does not exist anymore, it's `/plugins` now for third party plugins.
you changed `<?php echo WEBPATH . '/' . ZENFOLDER ?>/plugins/slideshow_flash/` to `<?php echo USER_PLUGIN_FOLDER ?>/slideshow_flash/`
I hope? I'm realizing that I had the flash in the zp-core folder as well so that's why mine continued functioning. have edited those lines myself, just didn't made it back here to post it, sorry.
You should never replace just one core file from one release with that of another. Always update all files as there are dependencies that are not tested separatly.
I've got some time off work over Christmas so I'll fix up the code to work with the latest version of zenphoto and make a new release - sounds like a reasonably simple fix needed.
I'll aim to get it done around next weekend if I don't get a chance beforehand, will post back once there's a new version for y'all to try out!
Comments
The full-screen button is something I'd like to improve; I'm looking at loading the control graphics dynamically rather than building them into the flash file so all of that could be changed. Watch this space.
Music while playing - looking around it sounds like it should be simple to do from the examples of playing MP3s in Flash that I've seen, I'll have to have a play and see what can be done. Don't hold your breath though as it'll take quite a bit to get it sorted I imagine even if it is relatively straightforward!
Is is possible to add thumbnails with scroller under/above image on slideshow page?
Thank you.
Etchbee
After downloading the source (1.1.4) I realize I did not. 1.2.7 now uses the user plugin folder which is located in the root of your gallery dir under "/plugins".
You'll have to move the slideshow files to the "/plugins" dir and they should function properly at that point.
`/photos2/zp-core/plugins/slideshow_flash/js/swfobject.js - not found`.
Of course as that directory does not exist anymore, it's `/plugins` now for third party plugins.
`<?php echo WEBPATH . '/' . ZENFOLDER ?>/plugins/slideshow_flash/`
to
`<?php echo USER_PLUGIN_FOLDER ?>/slideshow_flash/`
I hope? I'm realizing that I had the flash in the zp-core folder as well so that's why mine continued functioning. have edited those lines myself, just didn't made it back here to post it, sorry.
I've got some time off work over Christmas so I'll fix up the code to work with the latest version of zenphoto and make a new release - sounds like a reasonably simple fix needed.
I'll aim to get it done around next weekend if I don't get a chance beforehand, will post back once there's a new version for y'all to try out!
Thanks,
Mark
Please test and post in the new thread if you have any problems!