Hello Community,
Hope you all are doing great. This is my first post here.
I am working on a project heavily based on flash and javascript communication and I am doing it through flash 8 external interface class.
As we can achieve fullscreen mode by using the command
Stage[“displayState”] == “fullScreen”)
but when I try to do it outside from flash in browser through javascript, this command doesn’t work.
Then through some articles I found out that the user has to explicitly click the button from inside flash to make this work…
So… is there any way we make it happen?
Thanks
u