all groups > macromedia flash sitedesign > february 2005 >
You're in the

macromedia flash sitedesign

group:

Little pop up problem


Little pop up problem KimberlyGL
2/28/2005 1:31:22 PM
macromedia flash sitedesign:
Hi all
I have used every code available to make my button pop up, i don't think i am
doing anything wrong but maybe some one can help.
When i preview or when i have published, i have tried clicking on the button
the pop up seems to appear then my pc makes a sound (like an error sound) then
the pop up vanishes. I am sure its not the site, because i am using an example
from else where and when i click their example button it does the same. I use
Macafee and it blocks pop ups, normally i disable the pop up thing when i want
to see the pop ups, but its just not happening. Is it something else? This is
what i am using with my button
on (release) {
//customize the window that gets opened
// 0 equals NO.
// 1 equals YES.
address = "update.html";
target_winName = "update";
width = 400;
height = 300;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 1;
resizable = 0;
//sends data back to the function
openWinCentre(address, target_winName, width, height, toolbar, location,
directories, status, menubar, scrollbars, resizable);
}
Re: Little pop up problem KimberlyGL
2/28/2005 2:24:22 PM
Please don't reply, I have managed to sort this problem out.
AddThis Social Bookmark Button