FLV fullscreen problem
Hi again...=)
I have a problem....again. Maybe someone can help me out with this.
Little background:
I have a main.swf inside html-wrapper. I load some external SWFs into it. Sometimes there is a FLV-video included into a SWF, sometimes not. Those external SWFs comes actually from an automated process, so I don´t have acces to any source codes of them, and I have no clue about instance names of any objects etc...
Problem:
Theres a fullscreen button in main.swf. It works perfectly if I use it with external SWF without FLV. But if I try to use it with external SWF with FLV video takes over the screen and all the other graphics etc. disappears.
I´m looking for a solution to disable that fullscreen for FLV, but I still want my main.swf to go fullscreen... I know that I could use myFLVplayer.fullScreenTakeOver = false if I just knew the instance name of that FLV-player... but I don´t. And I actually doubt that it keeps changin all the time in a process that creates those SWFs, so there´s not much use to know how it is named in one SWF, name is probably totally different in another...