Topic: fixed width window

hi

how to open fixed size window with flash button


thanku

Re: fixed width window

Hello,

Are you talking about popup windows? If so, there are several ways to do it. But I would recommend that you use the javascript approach

javascript:NewWindow=window.open(\'theURLofthepage\',\'newWin\',\'width=1024,height=768,left=0,top=0,toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No\');  NewWindow.focus();void(0);

All of the window property is configurable by yes or no.

Check out the gallery on this site to see it in action www.istarwebsolutions.com

Last edited by jayacab (2009-09-24 17:24:23)

Re: fixed width window

hai

thanks for ur help.

but i am not lucky. it's  not working. adobe flash player is showing warning message-adobe flash player has stopped potentially unsafe operation . what can i do. please help me.



thanku

4

Re: fixed width window

I suppose you can open .fla file of the Flash button and write the script from there.

Re: fixed width window

I already did it . but it's not work.:/

6

Re: fixed width window

try this tutorial and if it is not helping, also google your question and look for answer for your version of Flash.