Ah, yes... there IS a whole lot possible ( see for example
http://www.permadi.com/tutorial/flashjscommand/ ) but only if that
flash movie is programmed to send/recieve/communicate with javascript.
I mean, if you are the creator of that flash movie controller, you
will know what variables are available and even if flash does not
actively sends a signal at the end, you could do some javascript
polling for that particular variable that will tell you if the movie
is still playing or not...
Do you have that knowledge? If so, then the javascript to detect the
end of the movie and close FancyBox is not too difficult anymore...
I have tried to make the suggestion from
http://stackoverflow.com/questions/1755181/detecting-end-of-flash-movie-in-javascript
but could not make it happen for a Youtube movie. I guess you will
need to fall back on the Youtube API for it. This looks like a
promessing hook:
http://code.google.com/intl/nl-NL/apis/youtube/js_api_reference.html#Adding_event_listener
But basically, HOW to interact all depends on WHICH kind of flash
movie is playing in FancyBox... ( I'm not shouting here, just
stressing the point :) )
On 25 feb, 04:14, Luciendub <
lucien...@gmail.com> wrote:
> Yes but I don't know if such signal is possible. In fact I know it's
> possible because I already saw that.
>
> On 24 fév, 19:55, RavanH <
ravanha...@gmail.com> wrote:> I've tried searching for such a solution but nothing simple came up...