|
-
Jul 6th, 2005, 03:29 AM
#1
Thread Starter
Lively Member
play SWF in new window
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.
-
Jul 6th, 2005, 04:32 AM
#2
Re: play SWF in new window
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');
-
Jul 6th, 2005, 02:36 PM
#3
Thread Starter
Lively Member
Re: play SWF in new window
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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|