Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: javascript error: the same line worked fine in Flash 4 |
From: | David Gee |
Date: | Thu, 7 Dec 2000 21:01:16 GMT |
this is what i use - short and simple:
in the <head>
<script language="JavaScript">
<!--
function launch(target,name,features) {
window.open(target,name,features);
}
//-->
</script>
for the link:
<a class="text"
href="javascript:launch('[url],'[windowtitle]','width=[width]height=[height]
)">
just replace the stuff between [], and you're good to go - this will launch
a window with no toolbars/menus and no scrolling. to add scrolling, put
'scrolling=[yes|no]' in the width/height area - if you want to add
toolbars/menus... don't.
david
----- Original Message -----
From: "Ray Frenden" <rfrendencbs-corp [dot] com>
To: <flasherchinwag [dot] com>
Sent: Thursday, December 07, 2000 1:20 PM
Subject: RE: FLASH: javascript error: the same line worked fine in Flash 4
> <8BA0A3ECF8DFD311904000508B677861017CAB80calexch01 [dot] smednet [dot] com>
> Sender: ownerchinwag [dot] com
> Precedence: bulk
> Reply-To: flasherchinwag [dot] com
> X-Website: http://www.chinwag.com
>
> Actually, this is a bit of a nonsequitor but your statement about pop-up
> windows reminded me of something;
>
> How does one set the width and height of a pop up window in normal HTML? I
> am self taught and very young.
> That's my story and I'm sticking to it.
>
> PE
>
>
> -----Original Message-----
> From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Natalia
> Usselman
> Sent: Thursday, December 07, 2000 12:16 PM
> To: 'flasherchinwag [dot] com'
> Subject: FLASH: javascript error: the same line worked fine in Flash 4
>
>
> Hi, everybody
> I have a script for a pop-up window from flash movie
> (from Flash 4)
>
> getURL
>
> in the URL window there is
> javascript:window.open('16_CDN.pdf', 'window','menubar=no,scrollbar=yes',
> location.href="#")
>
> When I opened this movie in Flash 5, I got some strange characters by the
#
> sign
>
> getURL
> ("javascript:window.open('16_CDN.pdf','window','menubar=no,scrollbar=yes',
> location.href=\"#\")");
> the pop-up does not work anymore, and the debugger is asking for a
bracket.
> If anyone has any idea, I'd appreciate that.
>
>
> Natalia Usselman
> Multimedia Developer
> SMED International
> (403)217-2189
> www.smednet.com
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> November 27-29, 2000, LONDON, National Film Theatre
>
> Produced by United Digital Artists and lynda.com
> -Sponsored by Macromedia, Adobe Systems and Apple Computer
> -http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
> Register before November 10 and save �200
> http:// www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpchinwag [dot] com
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre
Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
RE: FLASH: javascript error: the same li, Ray Frenden
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]