Its very simple to add a movie in your web page using html
This is the script:
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/
swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
swfobject.embedSWF("flash/bird.swf",
"bird", "400", "300", "8.0.0");</script>
This is the script:
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/
swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
swfobject.embedSWF("flash/bird.swf",
"bird", "400", "300", "8.0.0");</script>
0 comments:
Post a Comment