Flasher Archive

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


Subject: Re: FLASH: Trouble opening new window.
From: Mike Krisher
Date: Wed, 16 Feb 2000 19:58:02 GMT

ok, I got the display problem fixed, now I am having a problem with one of
the variables not being displayed while another one is, then the same
variable is displayed in the next frame and it is there, and then if you
refresh or rewind it is there. To see what I am talking about go to
http://www.mediumlook.com/~krash/textfilemenu/loadtext2.swf -the red button
should have the word links in it, if you click it and go to the next frame
it is there, and if you refresh/reload it is there, why not on the first
load. anyone know how to fix that?

Michael Krisher
http://www.mediumlook.com/~krash

----- Original Message -----
From: "Jason Bouwmeester" <jasonatintervisual [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Wednesday, February 16, 2000 1:49 PM
Subject: RE: FLASH: Trouble opening new window.


> Paul,
>
> That makes sense. You might need to put Get URL"(javascript:shout();)"
(not
> sure if the ; is important or not). The only other thing I can see is that
> you are missing a " in front of toolbar - surprised you aren't getting an
> error from that. If you are getting an error what is it?
>
> jb (and your not being a pain =0) )
>
> -----Original Message-----
> From: Paul Kilgour [paulkatmobilixnet [dot] dk (mailto:paulkatmobilixnet [dot] dk)]
> Sent: Wednesday, February 16, 2000 11:41 AM
> To: flasheratchinwag [dot] com
> Subject: Re: FLASH: Trouble opening new window.
>
>
> Jason,
>
> Thanks for all your kind help. Unfortunately it's still not working.
>
> I've entered this in the html of the main flash movie:
>
>
> <title>portfolio2000</title>
> <script language="JavaScript">
> <!--
> function shout() {
>
>
window.open("http://www.mobilixnet.dk/~mob33150/shout.html","shout",toolbar=
> 0,scrollbars=0,resizable=0,height=231,width=319");
> }
> // -->
> </script>
>
>
> 'portfolio2000' is the name of the main movie, so goes between <title> and
> </title>. Yes?
>
> 'shout' is the name of the new html page I want loaded in new window. So:
> function shout() {
>
> In the action for the button that triggers the new window I've put:
> Get URL ("javascript:shout()") Window: is left clear.
>
> I'm sorry if it seems like I'm going round and round in circles here, but
> nothing I do seems to work.
>
> Sorry to be a pain.
>
> Regards,
>
> Paul.
>
>
> > Makes perfect sense. This code goes into the page that contains the
> initial
> > swf, not the page being loaded. To put them all into the main movie just
> > name each function different and continue on beneath, for example:
> >
> > <title>shout</title>
> > <script language="JavaScript">
> > <!--
> > function window1() {
> >
>
window.open("http://www.mobilixnet.dk/~mob33150/window1.html","window1",tool
> > bar=
> > 0,scrollbars=0,resizable=0,height=350,width=600");
> > }
> > function window2() {
> >
>
window.open("http://www.mobilixnet.dk/~mob33150/window2.html","window2",tool
> > bar=
> > 0,scrollbars=0,resizable=0,height=350,width=600");
> > }
> > function window3() {
> >
>
window.open("http://www.mobilixnet.dk/~mob33150/window3.html","window3",tool
> > bar=
> > 0,scrollbars=0,resizable=0,height=350,width=600");
> > }
> > // -->
> > </script>
> >
> > and so on. I would title the page not shout but whatever your main page
is
> > called, the title for shout will go in shout.html.
> >
> > Now, IF your windows are all the same size you could simplify the code
to
> > one function and just have it pass an argument to load the correct html
> page
> > but this gets a bit tricky.
> >
> > Hope this helps clarify things.
> >
> > Jason
> >
> > -----Original Message-----
> > From: Paul Kilgour [paulkatmobilixnet [dot] dk (mailto:paulkatmobilixnet [dot] dk)]
> > Sent: Wednesday, February 16, 2000 9:54 AM
> > To: flasheratchinwag [dot] com
> > Subject: Re: FLASH: Trouble opening new window.
> >
> >
> > Jason,
> >
> >> 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.
> >>
> > OK. So I put ("javascript:shout()")
> >
> > shout being the name of the html file I want opened in a new window.
> >
> > Then I have this script between <head> and </head>. (Sorry, I'm not an
> HTML
> > person).
> >
> >
> > <title>shout</title>
> > <script language="JavaScript">
> > <!--
> > function shout() {
> >
> >
>
window.open("http://www.mobilixnet.dk/~mob33150/shout.html","shout",toolbar=
> > 0,scrollbars=0,resizable=0,height=350,width=600");
> > }
> > // -->
> > </script>
> >
> >
> > shout is the name of the html file and the name for the new window.
> >
> > Do I put this in the html for the main movie or in the html for the new
> > window? i.e, I've put the swf for the new window into Dreamweaver. Do I
> put
> > the above script in there? Or in the main movie?
> >
> > Sorry to be thick, but if it goes in the main movie, I have 23 buttons
> that
> > open new windows - how do I put them all in the same document?
> >
> > I hope this makes sense!!
> >
> > Regards,
> >
> > 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
> >
>
> 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
>
>


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
  RE: FLASH: Trouble opening new window., Jason Bouwmeester

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