-
1. Re: FLV playback not smooth with alpha on swf!
adninjastrator Mar 3, 2011 8:06 AM (in response to erafing)Videos played just fine for me...
but its not uncommon to see performance of a .swf degrade when using wmode "transparent"
Here is just one of many articles:
but in my expereince it typically affect the .swf but not the playback of .flv... and I'm assuming your videos are .flv??
Test the page without declaring a wmode to see if that's the problem.
Best wishes,
Adninjastrator
-
2. Re: FLV playback not smooth with alpha on swf!
erafing Mar 3, 2011 3:30 PM (in response to adninjastrator)Thanks! After your note, I reverted back to non transparent and now it's working fine again, but with the anoying white square whilst loading...
It's a shame really that it wont work normally with transparency. Yes I am using flv for the videos and now I need to ramp up the bitrate again to improve the quality.
Maybe adobe will sort this issue out one day. In the mean time I'll have to live with the white "flash"...
Thanks again..
-
3. Re: FLV playback not smooth with alpha on swf!
adninjastrator Mar 3, 2011 3:46 PM (in response to erafing)At the very least you could change
params.bgcolor = "#ffffff";
swfobject.createCSS("html", "height:100%; background-color: #ffffff;");
to some shade of grey in all places this param occurs.
Best of luck!
Adninjastrator
-
4. Re: FLV playback not smooth with alpha on swf!
erafing Mar 4, 2011 12:44 AM (in response to adninjastrator)Not sure if that will help as this will need to be loaded as well. I think
it will be whie still during load, but I'll try.
Thnx


