ZenphotoCMS Forum
warning using the flash slideshow function - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: warning using the flash slideshow function (/thread-4920.html)



warning using the flash slideshow function - flu - 2009-03-27

Hi, I've enabled flowplayer3 to display the slideshows in the last nightly build (version 1.2.3 [3696]), it works fine but I get this message on the page :
Notice: Constant FLOW_PLAYER_MP3_HEIGHT already defined in /home/myincrediblesupersite/public_html/zptest/zp-core/plugins/flowplayer.php on line 28

Here is a list of my enabled plugins :
class-video v1.0.0
dynamic-locale v1.0.0
filter-zenphoto_seo v1.0.0
flowplayer3 v1.0
image_album_statistics v1.0.7.1
paged_thumbs_nav v1.0.5.3
print_album_menu v1.4.6.3
slideshow v1.0.6.6
zenpage v1.1

Can you reproduce that ?




warning using the flash slideshow function - sbillard - 2009-03-27

Can you be specific on when this message appears? You are getting it from the old flowplayer plugin which should not be being loaded. (If both players get loaded, the error would be expected.) So, probably somewhere there is an error in selecting the player to load.




warning using the flash slideshow function - sbillard - 2009-03-27

Never mind. I did find the place. Seems the slideshow has not been updated to know about the alternate player.




warning using the flash slideshow function - flu - 2009-03-28

Hi Stephen.
May I do something to fix that ?




warning using the flash slideshow function - sbillard - 2009-03-29

I need to consult with arrylian on this to see why hte slideshow is loading this plugin. The fix if it must be loaded is to change the place FLOW_PLAYER_MP3_HEIGHT is defined to read if (!defined('FLOW_PLAYER_MP3_HEIGHT')) define(' FLOW_PLAYER_MP3_HEIGHT', 28);




warning using the flash slideshow function - flu - 2009-03-31

This problem is fixed in the brand new release 1.2.4.
Thank you for your help.