hey.im using Dreamweaver Mx 2004 to make a website..but how do i open a new window like those on games sites? and make it play a .SWF game?
this all happens after the user clicks on a text link.
Printable View
hey.im using Dreamweaver Mx 2004 to make a website..but how do i open a new window like those on games sites? and make it play a .SWF game?
this all happens after the user clicks on a text link.
Create a new HTML page that contains your SWF. THen,
Code:window.open('page.html','something','scrollbars=no,menubar=no,height=600,width=800,resizable=yes,toolbar=no,location=no,status=no');
than m8..but im a bit lost..im a total n00b to dis stuff! :)..si this right:
Code:<p><a href="window.open('page.html','something','scrollbars=no,menubar=no,height=600,width=800,resizable=yes,too lbar=no,location=no,status=no');">Street Fighter Game</a></p>