This is what I wanna do:
I want to have a “invisible” flash on top of all HTML content.
And I want the flash to appear over the whole page when I press a button in the HTML page.
Now I managed to call functions inside flash from the HTML
Simple example: http://www.funkyjones.se/external
The problem is, as you see the flash comes after the html content, although ive set width and height to 100% and “noscale” as scale-value.
And if I put the flash in a div-tag (layer) all over the page, when I right click anywhere one the page it’s the Adobe flash menu. So you cant highlight text in the HTML or set any values to html textboxes.
Any smart solution to this problem?
The result of this will be a flash picture explorer that can be used with HTML websites.
Like this: http://funkyjones.se/flv_player/v2/
but the button and the background would be HTML content.