Hej.
Jeg har i forevejen skrevet dette til en engelsk nyhedsgruppe.
Jeg tænkte det var dobbelt arbejde at skulle oversætte det, så...
I have a flash movie.
One menu is a picture gallery.
I´ve made some thumbnails into buttons, which link to a full-size image.
For example, for the button that links to 1.jpg, i´ve made this action:
on (release) {
getURL ("1.jpg", "_blank");
}
This opens the image in a new browserwindow.
But how do you make the window that opens:
- Without a toolbar
- Fit the image exactly (it sort of does do that already)
Is that some javascript, i have to put somewhere in the button´s action?
And if it is, where do i write it?
Any ideas?
Thanks,
Jan R.
|