I am opening a new tab using JSF(primefaces).I am having a flash video playing in the new tab. I am able to switch to the tab successfully. But I have problem. The video shows up only if I switch to another tab and switch back to this tab in firefox. and the video does not play in chrome. My media code is below.
<p:media value="/files/test.avi" width="950" height="700">
<f:param name="autoPlay" value="false" player="flash" />
</p:media>
Please help.