Check out the very early stages of this site at....
If you click through...thework/advertising and when the movie loads into the upper portion of the screen, then click "click image to enlarge", a JS error is the result.
I followed the tutorial on moock.org... i placed a function in the html window that the base movie is embedded into, then in the movie where i want to open the browser window... i call the funtion from a button,using the code..
on (release) {
getURL ("javascript:launchwin('ana.htm' , 'newwindow' , 'height=655,width=335')", "_blank"
}
What am I doing wrong???
If you click through...thework/advertising and when the movie loads into the upper portion of the screen, then click "click image to enlarge", a JS error is the result.
I followed the tutorial on moock.org... i placed a function in the html window that the base movie is embedded into, then in the movie where i want to open the browser window... i call the funtion from a button,using the code..
on (release) {
getURL ("javascript:launchwin('ana.htm' , 'newwindow' , 'height=655,width=335')", "_blank"
}
What am I doing wrong???