mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 12:59:28 +00:00
13 lines
244 B
HTML
13 lines
244 B
HTML
<script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
|
|
|
|
<div id="swfObject"></div>
|
|
<br><br>
|
|
|
|
<script>
|
|
swfobject.embedSWF("{{ swf_path }}", "swfObject",
|
|
{{ swf_width }}, {{ swf_height }},
|
|
"10.0.0"
|
|
);
|
|
</script>
|
|
|