var player = flowplayer('#container',
{ src: '//edge.flowplayer.org/bauhaus.mpd' }
)
Accessing the Dash JS instance
The Dash JS instance is exposed at player.dash when it is available, providing the ability to fully manipulate the underlying implementation for any custom integration necessary.