00lewis
04-13-2005, 11:53 PM
hey guys i have been looking for a good tutorial on how to make a pop up window with just the browser type close buttons..ect.
like the way the portfolio examples are shown on this site....
http://www.mediahead.com/jakub/index2.htm
i would like to know if the files attached have to be in the library or just in the same folder as the main flash piece.... loads of tutorials refere to the html script.... only i am using flash all the way and cant do it the way that is surggested....
i have a few friends that have the same problem, all of have used the search tool (well i have anyway) but dont seem to be finding the correct thing we be looking for.........(we are all beginners)
i tried it by using the code on the button
on (release) {
getURL ("JavaScript:pop();");
}
///// not 100% where the file name goes
and also tried
on (release) {
getURL("javascript:openWindow(''Think the file location goes her",'newWindow','toolbar=0,location=0,directries=0,st atus=0,menubar=0,scrollbars=0 ,resizable=0,width=400,height=200,left=100,top=150 ')");
}
when i tried this all it seemed to was bring the web browser to the front of all other applications on my comp..... is it that i have the right code but it cant find the file to open because its not online...... is there a way to find out if the external windows are working without being online??????????
any help would be greatful
regard
like the way the portfolio examples are shown on this site....
http://www.mediahead.com/jakub/index2.htm
i would like to know if the files attached have to be in the library or just in the same folder as the main flash piece.... loads of tutorials refere to the html script.... only i am using flash all the way and cant do it the way that is surggested....
i have a few friends that have the same problem, all of have used the search tool (well i have anyway) but dont seem to be finding the correct thing we be looking for.........(we are all beginners)
i tried it by using the code on the button
on (release) {
getURL ("JavaScript:pop();");
}
///// not 100% where the file name goes
and also tried
on (release) {
getURL("javascript:openWindow(''Think the file location goes her",'newWindow','toolbar=0,location=0,directries=0,st atus=0,menubar=0,scrollbars=0 ,resizable=0,width=400,height=200,left=100,top=150 ')");
}
when i tried this all it seemed to was bring the web browser to the front of all other applications on my comp..... is it that i have the right code but it cant find the file to open because its not online...... is there a way to find out if the external windows are working without being online??????????
any help would be greatful
regard