How can I embed a swf file in html? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 9

How can I embed a swf file in html?

I have tried many different ways but i can't get it to work.😢 https://code.sololearn.com/WuYkF6xfDW68/?ref=app Edit: I've figured it out, On Firefox there is a setting that doesn't let you run swf files locally, but you can change is though.

15th Dec 2017, 4:32 PM
Theprogrammers
Theprogrammers - avatar
2 Antworten
15th Dec 2017, 4:58 PM
JMQ
JMQ - avatar
+ 3
<object type="application/x-shockwave-flash" data="***.swf" width="800" height="600"> <param name="movie" value="***.swf" /> <param name="quality" value="high" /> </object>
30th Dec 2018, 10:05 PM
Velis Carnamessina
Velis Carnamessina - avatar