Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash button ( get url )

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
hi...

i want to edit the size for the page opened by using action script get url how can i do that

thanks for your help
 
Probably have to link it to a Javascript function which then sizes the window and calls the page.

=)

PetitPal.
 
on (press) {
getURL ("javascript:NewWindow=window.open(your.swf','newWin','width=400,height=400,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus();void(0);");
}
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top