![]() |
|
flowplayer3 MP3 height - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: flowplayer3 MP3 height (/thread-8039.html) |
flowplayer3 MP3 height - fretzl - 05-01-2011 In flowplayer3.php line 41 there's flowplayer3 MP3 height - acrylian - 05-01-2011 Not really (unless we missed something of course..;-)). It is only for mp3s if no coverimage is set. I just assumed that in this case you might want just the controlbar without any empty black screen. 26 is the height exactly for that. See lines 176-184. flowplayer3 MP3 height - fretzl - 05-01-2011 In that case I think line 182 should read: flowplayer3 MP3 height - acrylian - 05-01-2011 This is the fallback if the parameter for height is not set at all and if it is not an mp3, then the video height is used. If it is an mp3 and no cover image is set the mp3 height is used. Of course I did not look at that part for a long time and did not notice any concrete issues. Did you? (You are quite active with flowplayer currently, I guess you have it in use somewhere specifially?) flowplayer3 MP3 height - fretzl - 05-01-2011 Quote:...you have it in use somewhere specifially? Anyway, I just noticed that when mp3 cover image is in fact checked, the player still was 26px high. flowplayer3 MP3 height - acrylian - 05-01-2011 Well, this full info helps a lot more...;-) I will take a look the next days |