Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: Trouble opening new window.
From: Jason Bouwmeester
Date: Wed, 16 Feb 2000 16:15:35 GMT

Paul,

I've laid out some script/explanations at
http://139.142.142.166/popupwindow.htm - part of your problem is your get
URL, you should be getting ("javascript:newwin()") instead of the http://
you have in there.

Hope this helps,
Jason

-----Original Message-----
From: Paul Kilgour [paulkatmobilixnet [dot] dk (mailto:paulkatmobilixnet [dot] dk)]
Sent: Wednesday, February 16, 2000 8:58 AM
To: Flasher
Subject: FLASH: Trouble opening new window.


Dear all,

I'm having a little trouble opening a new window from within a Flash movie.

I want to click on a thumbnail and for that to open the image in a new
window with no toolbar, status bar etc. The trouble I'm having is that it
opens a new window, but the same size as the main window, with toolbar etc.

This is the script I've entered in my HTML page, which I got from Flashkit:


<SCRIPT LANGUAGE="Javascript">
<!--
function newwin() {
window.open("http://mobilixnet.dk/~mob33150/shout.html","shout","toolbar=0,l
ocation=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=2
31,height=319")
}
//-->
</SCRIPT>

The file is: shout.html

In my Flash file, for the button that launches the new window I've put this:


On (Release)
Get URL ("http://www.mobilixnet.dk/~mob33150/shout.html")
End On


Any ideas?

Thanks in advance.

Paul.

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World's Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: introduction and first question!!, boson au

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]