I'm going ahead in my presentation and I've come to a point where I need to incorporate some HTML pages with javascript that makes the browser full screen with no tool bars and then goes through a series of assessment questions.
This is the button reference that opens the assessment from the home page:
I have tried to pick apart the java code and reference to the button that opens the assessment html with its special characteristics, but its all too difficult!
I need to replicate the button reference in blue usind the java script, also in blue or the equivilant in actionscript...
Yes, that can be done in FMX with the aid of JavaScript...
Please do some searching on the forum for more information on openingin a popup window with JavaScript... That's been dealt with more than I can count...
You cannot remove the toolbar (and most other of the window's features) of an already opened popup or an existing window. It must be opened with the features you want or don't want to start with...
It's only some 11 html1.0 tags that are officially supported and in an html formated textfield only. You can't have any other full html content within a Flash movie.