flowplayer not working

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

Comments

  • oh and one more thing, it would be nice to add the attribute type="text/javascript" to script tags generated by zp.
  • acrylian Administrator, Developer
    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...;-)
  • acrylian Administrator, Developer
    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.
  • i tried to switch to example theme and the result is the same :/
  • acrylian Administrator, Developer
    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.
  • 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?
  • acrylian Administrator, Developer
    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)?
  • 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...
  • 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...
  • acrylian Administrator, Developer
    Just delete the htaccess file and setup will create a new one. Otherwise it is not changed.
Sign In or Register to comment.