I made a portfolio website and have all my work linking to buttons. I originally was just using get URL, and opening in a blank window, but I would like to not have all the menu bar and everything. I went to the link from this site that generates code for pop up windows and this is what I got for code. I am using MX 2004.
on (release){
getURL
(“javascript:NewWindow=window.open(‘http://GermanCDlarge.jpg’,‘newWindow’,‘width=2850,height=3000,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizeble=No,fullscreen=No’); void(0);”);
}
When I click on it, it starts to load up a new window, the computer makes an error noise, and nothing happens. What am I doing wrong?
Some of my files are jpg, png, swf, avi, mov. Any suggestions?