// a- tags with class "myPlayer" are transformed into video players
flowplayer("a.myPlayer", "http://www.jasondhir.com/videos/flowplayer-3.2.7.swf", {
// this is the player configuration. You'll learn on upcoming demos.
plugins: {
controls: {
volume: false
}
}
});