Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.