mirror of https://github.com/kirsle/kirsle.net
4 changed files with 28 additions and 9 deletions
@ -0,0 +1,12 @@ |
|||
<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> |
|||
|
Loading…
Reference in new issue