hi,
I have manegd with the help of internet to build a fullscreen flash presentation. it works perfectly and thank you all who helped.
however I still haev 1 problem:
while clicking the button which redirects me to a web page that page opens AS CHROMLESS -i.e no way to escape.
how and what code to use to make sure that the wbe page redirected to is NORMAL with all explorer/opera close/open/maximize minimize elements available.
the code I am using for links is simple:
on(release) {
getUrl(http://www.georgebush.com);
}
somehow all the links when using these getUrl open in an unwanted full webscreen.
mind you I am using a full screen flash which opens occupiyin ENTIRE computer screen(not browser) computer screen.
thank you