View Full Version : Play .swf files
Stratis
02-10-2017, 10:22 AM
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. :)
Stratis
02-17-2017, 09:23 AM
Any clue please?
final kaoss
02-17-2017, 08:59 PM
I suppose you're using an arcade mod or did you make custom pages? It would benefit us if you could give us as many details as possible.
Stratis
02-18-2017, 04:18 AM
No mode no arcade, it is a .swf file game that I have it uploaded to my root as I say above. Thanks for answer. I found something that my cause this, but did not test it.
webmastersun
02-19-2017, 12:23 AM
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.
Stratis
02-19-2017, 07:38 AM
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.
In Navigation Manager I have a tab with this link
https://www.MYDOMAIN/games/gamexxxxx.swf
I can not insert embed src code. I do not know if there is a way?
Thank you very much for answering :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.