Skip to content

Instantly share code, notes, and snippets.

@seagoj
Created March 28, 2015 16:25
Show Gist options
  • Save seagoj/ebc346f09e5fc071e713 to your computer and use it in GitHub Desktop.
Save seagoj/ebc346f09e5fc071e713 to your computer and use it in GitHub Desktop.
Flash Video
<!--// 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>
<!--// 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>
@seagoj
Copy link
Author

seagoj commented Mar 28, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment