I'm trying to develop a plugin for some live tv streams here in Romania (flash plugin, site config based, flash version 10.2; i've also tried 10.1 - some results).
I'm getting the audio, but no video (and the "opening stream" dialog is not going away).
So, I'm looking for some help. Can you pls give me some hints of what I'm doing wrong?
That can often occur if the site config is not locking on to the proper flash element on the web page. Using an add-on like Firebug for Firefox, you can inspect the code for the flash element you want to capture and make sure that the “plugin” element in the site config matches it.
I’m using Safari’s native Inspect Element, so the site’s plugin attribute should be just fine.
The webpage is using javascript (swfobject) to create the flash object after the page is loaded, so the swf is not available in the initial source. Can be this the problem? I’ve also tried to use manualLock=true, and after the condition, but w/0 success (same result, just sound, and “opening stream” dialog).
I can’t think of another suggestion at the moment. Are the streams geo-restricted or require a login? If not, feel free to post a copy of your plugin so far. I (or perhaps one of the other plug-in devs with more site config expertise than me) can take a look and try to spot other possible problems.
I haven't tested this, but I think the reason it hasn't been working for you is that the site config is locking on to the "preloader" swf instead of the actual video swf. Hope this helps.