Flash exe > html full screen
Flash exe > html full screen
Out of context: Reply #14
- Started
- Last post
- 16 Responses
- unknown0
simple burty, use:
on (release, releaseOutside) {
getURL("yourlocalhtmlfile");
}
getURL will instruct OS to start the default browser installed and try to open your html file.In your called html file put JS function that expands it to full screen and call the function when the page loads.