Has anyone else noticed that some things dont work in the flash player, only when you view it through the html file after its published? First off, I was wondering why. Second, if anyone knows something that will only work when viewed through the html caller, can they post it here. It might save people a lot of time spent on pointless debugging. I know I spent like an hour trying to get mailto: to work and my script was right the whole time. Oh yeah, mailto: doesnt work unless viewed through the html file.
mailto: is a process interpreted by the browser to open the users default mail client (set in the browser options).
Everything works fine for me in the Flash player, the only things that don’t work are processes (like mailto: and window.open()) that are interpreted by the browser thus dependant on the browser to run.
ok. thanks
No problem