Results 1 to 3 of 3

Thread: play SWF in new window

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2005
    Posts
    105

    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.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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');

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 2005
    Posts
    105

    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
  •  



Click Here to Expand Forum to Full Width