Created
March 28, 2015 16:25
-
-
Save seagoj/ebc346f09e5fc071e713 to your computer and use it in GitHub Desktop.
Flash Video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--// Try this one first //--> | |
<object type="application/x-shockwave-flash" data="http://45.55.147.76/flash.swf" | |
width='550' | |
height='300' | |
> | |
<param name="movie" value="http://45.55.147.76/flash.swf" /> | |
<param name="quality" value="high" /> | |
</object> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--// If that doesn't work, this one should //--> | |
<iframe name='video' id='video' src='http://45.55.147.76/flash.htm' | |
width='550' | |
height='300' | |
style='border:0;'> | |
</iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those flash files are hosted on a server of mine. You can use local paths if it will let you upload the flash or, barring that, I can host I for you. Just let me know.