Skip to content

Instantly share code, notes, and snippets.

@steverandy
Created May 26, 2014 06:32
Show Gist options
  • Save steverandy/4674e77ba2c665235efc to your computer and use it in GitHub Desktop.
Save steverandy/4674e77ba2c665235efc to your computer and use it in GitHub Desktop.
flashvars =
src: encodeURIComponent(app.config["video"]["hls_url"])
autoPlay: autoplay is 1
loop: false
plugin_hls: "/strobe/HLSDynamicPlugin.swf"
javascriptCallbackFunction: "Strobe.bridge"
expandedBufferTime: 20
params =
allowFullScreen: true
allowScriptAccess: "always"
attrs =
name: "player"
swfobject.embedSWF url, "player", "100%", "100%", "10.2", null, flashvars, params, attrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment