Hi
Since i have updated this plugin all my videos not running. But after many search i have detected it's clickTarget the bug . I d'ont use click ont the video and if i not insert this parameter the video are not display.
Code not running :
[hana-flv-player
video="url_for_my_video.flv"
width="400"
height="320"
description="Bla bla bla"
player="4"
autoplay="false"
loop="false"
autorewind="true"
/]
And the code running :
[hana-flv-player
video="url_for_my_video.flv"
width="400"
height="320"
description="bla bla bla"
clicktarget="_blank"
player="4"
autoplay="false"
loop="false"
autorewind="true"
/]
The panel for insert Hana code not insert clickTarget if i d'ont use this parameter, but i d'ont see me video. How show my video without click parameter ?
Thanks
resolved