Hey Everybody,
just getting into flowplayer, love it so much!
i am building a script that requires multiple players to load on the page, with the javascript control bar. Here is my init script
the .controls worked with the $f function but when i converted it to the flowplayer function to support multiple players it gives me a js error saying its not a function.
i tried to find somthing in the docs but had no luck, please refer me to the correct page in the docs if i have missed it and am happy to figure it out myself. Any suggtions would be great :)
just getting into flowplayer, love it so much!
i am building a script that requires multiple players to load on the page, with the javascript control bar. Here is my init script
window.onload = function() {
flowplayer("a.player", "lib/swf/flowplayer-3.1.0.swf", {
clip: { autoPlay: true, autoBuffering: true },
plugins: { controls: null },
play: { opacity: 0 }
}).controls("hulu", {duration: 0});
};
the .controls worked with the $f function but when i converted it to the flowplayer function to support multiple players it gives me a js error saying its not a function.
i tried to find somthing in the docs but had no luck, please refer me to the correct page in the docs if i have missed it and am happy to figure it out myself. Any suggtions would be great :)