Forum Replies Created
Viewing 1 replies (of 1 total)
-
-
7 years ago in reply to: Flash problem with chrome
Hi Eduard,
we are facing the following issue. When the play button is pressed nothing happens. The play button is bound with the on-click of the .play_button class element that should just call the .play() method of the FV Player. For reading purposes, I’ve boiled it down to just the bare minimum implementation.
$(document).ready(function() { desktop_player() $('a.play_button').click(function() { $f(0).play(); return false; }); }) function desktop_player() { $f("player", { src: "[deducted]/flowplayer-3.2.16.swf", wmode: "opaque" }, { clip: { live: true, autoPlay: false, provider: "akamai", stopLiveOnPause: false }, playlist: [ "[deducted]/manifest.f4m" ], plugins: { akamai: { url: 'https://cdn.foliovision.com/player/AkamaiFlowPlugin.swf' }, controls: { fullscreen: false, height: 30, autoHide: false } } }); }
But hitting play doesn’t start the stream (or reveal any issues for that matter). If you select to allow the flash player then this will reveal the blocked flash plugin issue. If you then choose to “run the plugin at this time” it should start streaming (in 4-5 seconds)
Viewing 1 replies (of 1 total)