Since I did the last update 2.4.1, nothing appears anymore when I insert the tag...
My old posts too are blank now...! How can I fix it ?
thanks !
Nothing appears anymore, all blank !!
(5 posts) (2 voices)-
Posted 4 months ago #
-
Hello leaulala. It must be frustrating. Can you give me some sample website URL to inspect?
Posted 4 months ago # -
hello, sorry for the late answer...
unfortunately I can't give you an adress, it's a protected website...but I can show you the code I put on my post:
[hana-flv-player
video="http://www.mysite.com/wp-content/videos/rampe.flv"
width="520"
height="310"
clickurl="http://www.mysite.com"
player="4"
autoplay="false"
loop="false"
autorewind="true"
/]and here's the page source, as it appears on the blog :
(...)
<div class="post-content"><p><script type='text/javascript' src='http://www.mysite.com/wp-content/plugins/hana-flv-player/flowplayer3/example/flowplayer-3.1.1.min.js'></script><div >
<div id='hana_flv_flow3_1' style='display:block;width:520px;height:310px;' title="*Video:"></div>
</div><script type='text/javascript'>
flowplayer('hana_flv_flow3_1', { src: 'http://www.mysite.com/wp-content/plugins/hana-flv-player/flowplayer3/flowplayer-3.1.1.swf', wmode: 'transparent' }, {
clip: {
url: 'http://www.mysite.com/wp-content/videos/rampe.flv',
scaling: 'scale', autoPlay: false, autoBuffering: true
,linkUrl: 'http://www.mysite.com' _self , onFinish : function () { this.seek(0); }
}
});
</script></p>
</div></div>
thanks for your help !
Posted 4 months ago # -
leaulala, Thank you for reporting this issue.
It was caused by a bug that I missed last time. It was related to the new feature
clicktargetattribute added on v2.4.Please understand that catching and fixing a bug is more difficult than just simply adding a new feature.
It is now fixed in the latest version 2.4.2
Posted 4 months ago # -
it works perfectly !
you're a genius !!!thanks !
Posted 3 months ago #
Reply
You must log in to post.
resolved