ZenphotoCMS Forum
flowplayer not working - 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: flowplayer not working (/thread-6188.html)



flowplayer not working - mikinoo - 25-11-2009

hi, im working on a new theme for zp and cant figure out what stops flowplayer from working. please check out http://michalrusina.sk/fotogaleria/videa/video.flv/

1.the link to the movie is weird

"/fotogaleria/albums/videa/video.flv"

and even if i hardcode it to

"http://michalrusina.sk/fotogaleria/albums/videa/video.flv"

it wont work... please help. thanks




flowplayer not working - mikinoo - 25-11-2009

oh and one more thing, it would be nice to add the attribute type="text/javascript" to script tags generated by zp.




flowplayer not working - acrylian - 25-11-2009

You probably did something wrong with your custom theme. Compare your image.php with one of the standard themes and also check if it works with these standard themes.

It generally works fine as you can see here: http://zenpage-demo.maltem.de/album1/zenpageteaser-final.flv.php

Btw nice theme. Hope to get a showcase submission later...;-)




flowplayer not working - acrylian - 25-11-2009

Don't know what script tags you mean but to my knowledge all javascript calls have the type set. (flowplayer3's surely have).

EDIT: I see what you mean, the actually flowplayer code missed them indeed. We will correct that.




flowplayer not working - mikinoo - 26-11-2009

i tried to switch to example theme and the result is the same :/




flowplayer not working - acrylian - 26-11-2009

Well, then some setting is wrong on your server. The video is correctly loaded in the background from the url /fotogaleria/albums/videa/video.flv.

I just remember that there was an issue with flowplayer3 in 1.2.6. So my only advise is to please try the nightly build.




flowplayer not working - mikinoo - 26-11-2009

nothing changed with the nightly,actually the mod_rewrite is not working :/ can you give me a hint what could cause the video not to play on the server side?




flowplayer not working - acrylian - 27-11-2009

If modrewrite is not working you either don't have the option checked or the .htaccess file is missing or not correct. Always run setup after installing and upgrading (zp-core/setup.php).

Regarding flowplayer and videos, I have no idea as I never encountered this issue. Maybe your file is not encoded correctly (flv is a container and you might have used the wrong actually codec). Have you tried the flvplayer plugin (you need to download the flvplayer files as noted first)?




flowplayer not working - mikinoo - 27-11-2009

i tried mp3s and they worked, so youre probabbly right and the flv file is not correct. i ran the setup php without any problems,the htaccess is missing indeed...




flowplayer not working - mikinoo - 27-11-2009

i copyied the htaccess from elsewhere and its working,i think that there is a bug, because it wont create it at setup and even if i disable mod_rewrite then save and enable and save again...




flowplayer not working - acrylian - 27-11-2009

Just delete the htaccess file and setup will create a new one. Otherwise it is not changed.