Flash Interactions ... again!
January 2, 2008 12:00 AM
Hi there, hope you all had a great festive time - if you celebrate it.I have a couple of questions with regards to interacting with good old Flash. What I have is the main navigation buttons all built in Flash, and I want a popup help window to appear for me - after clicking the Help Flash button.I have this code:on (release){ getURL("javascript:NewWindow=window.open('../page173.html', 'Help', 'width=800,height=600,scrollbars=0,resizable=0,menubar=1,too lbar=0,location=0,status=0');"); }I am not very good with Javascript - in fact to be honest I don't understand it (yet)Then in the help window, I also have an Exit button that has the following code:on(release){ getURL("javascript:window.close()"); }and yep - that doesn't work either.Please help a JS numpty! TIA
Discussions have been disabled for this post