Page 1 of 1

Adding a pop up window and contact form - Help Please!

Posted: 21 Oct 2007, 02:31
by kdanimate
Hi!
I am trying to add a pop up window and contact form to my site. I have built everything within the imagevue.fla file and have not have any problems customizing it till now.

Where do I put the javascript?! It hasn't worked in the index file or html file :(

Thanks a bunch!

Posted: 22 Oct 2007, 04:10
by mjau-mjau
You are editing the FLA file and want to know how to create a popup window? There is a good tip on that here: http://flashjournalism.com/tips/popupwindow.htm
Code
mybutton.onRelease = function() {
getURL("javascript:newWindow=
window.open('filename.htm','popper1',
'width=500,height=300,scrollbars,resizable');
newWindow.focus(); void(0);");
}

Thanks!! One more Please!

Posted: 22 Oct 2007, 16:34
by kdanimate
Could you help me with a problem I am having with my image displays?!

When you click on the thumbnail, the only part of the image that you can see is the top, and it is distorted in length looks like it was stretched. I am using the test images that came with it so I am not exactly sure what is wrong.

Thanks!

Posted: 23 Oct 2007, 01:55
by mjau-mjau
I will atleast need a link ... Imagevue doesnt stretch images unless you have changed something in config ...

Descriptions?!

Posted: 29 Oct 2007, 11:29
by kdanimate
I fixed my image problem:) Where do I add the description for my images?! Please Help! Thanks a bunch! :shock: