Echo419
05-23-2006, 11:25 PM
I WILL PAY FOR HELP ON THIS... I WILL PAY FOR HELP ON THIS... I WILL PAY FOR HELP ON THIS...
Alrite well yet another problem with ScrollPanes... I need to use some sort of popups for my page, so when you click a link a new page, or a virtual page within flash will load on top.
I am using Javascrip to open an automatically sizes page n such, this is all fine... but when I load the .swf with the links on it into a Scroll Pane they dont work anymore...
So I have a main .swf with content loading inside a scroll pane from another .swf this is also where the product links are...
www.maydaytech.net and the Tees page is where i am having the problem
Here is the code on the buttons
on (release) {
getURL("javascript:NewWindow=window.open('URLHERE','TITLE' ,'width=#,height=#,left=#,top=#,toolbar=No,locatio n=No,scrollbars=No,status=No,resizable=No,fullscre en=No'); NewWindow.focus(); void(0);");
}Of course you fill the # in with the right varible...
I will paypal 3 dollars if someone can help me.
Alrite well yet another problem with ScrollPanes... I need to use some sort of popups for my page, so when you click a link a new page, or a virtual page within flash will load on top.
I am using Javascrip to open an automatically sizes page n such, this is all fine... but when I load the .swf with the links on it into a Scroll Pane they dont work anymore...
So I have a main .swf with content loading inside a scroll pane from another .swf this is also where the product links are...
www.maydaytech.net and the Tees page is where i am having the problem
Here is the code on the buttons
on (release) {
getURL("javascript:NewWindow=window.open('URLHERE','TITLE' ,'width=#,height=#,left=#,top=#,toolbar=No,locatio n=No,scrollbars=No,status=No,resizable=No,fullscre en=No'); NewWindow.focus(); void(0);");
}Of course you fill the # in with the right varible...
I will paypal 3 dollars if someone can help me.