Created
July 26, 2012 18:02
-
-
Save csessig86/3183544 to your computer and use it in GitHub Desktop.
Vmix > Fusion Table tutorial 5
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
var t = location.href; | |
var u = "http://cdn-akm.vmixcore.com/player/2.0/player.swf?player_id=48df95747124fbbad1aea98cee6e46e4"; | |
var h = "<OBJECT id='V0CuCNmu2y-DUmYkbBQt2AckDDshqeGrQd' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='620' height='382'>"; | |
h += "<param name='FlashVars' value='debug=&services_url=http://cdn-akm.vmixcore.com/core-flash/UnifiedVideoPlayer/services.xml&token=V0CuCNmu2y-DUmYkbBQt2AckDDshqeGrQd&player_id=48df95747124fbbad1aea98cee6e46e4&ref=" + t + "'/>"; | |
h += "<param name='movie' value='" + u + "'/>"; | |
h += "<param name='wmode' value='opaque'/>"; | |
h += "<param name='allowFullScreen' value='true'/>"; | |
h += "<param name='AllowScriptAccess' value='always'/>"; h += "<embed src='" + u + "' wmode='opaque' allowFullScreen='true' AllowScriptAccess='always' width='620' height='382' FlashVars='debug=&services_url=http://cdn-akm.vmixcore.com/core-flash/UnifiedVideoPlayer/services.xml&token=V0CuCNmu2y-DUmYkbBQt2AckDDshqeGrQd&player_id=48df95747124fbbad1aea98cee6e46e4&ref=" + t + "'/></OBJECT>"; document.write(h); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment