Quote:
Originally Posted by Stratis
Hi, i have some games .swf in my forum for user to play around.
I have them in tabs at Navigation manager.
The problem is when i click on tab it starts to download the game xxx.swf rather to start playing.
This issue is only on Firefox and Chrome. To IE11 and Edge they start to play.
P.S. Files are upload to my root. Any idea how they play to Firefox & Chrome ?
Thanks in advanced. 
|
Because some browsers didn't support to play this type of format automatically.
you need to add somethings like this
<object>
<embed src="your_file.swf" width="100%" height="100%"></embed>
</object>
On the page that you allow users to play your .swf file.