Flash Header with FrontPage w/out Reload

  • Thread starter Thread starter Samy
  • Start date Start date
The problem is in the actionscript of your Flash file buttons. When the
buttons are clicked, the script should 'go to and play' on a frame that
loops a clip instead of restarting the whole movie. Contact the Flash
designer for a fix.
HTH

--
Theresa Bennett
http://webworksite.com
"The worksite for designers and developers."
Play "Where's Web Guy?" and get some free goodies!
===================================================

FrontPage 2000 Search the Knowledge Base
http://support.microsoft.com/default.aspx?scid=fh;EN-US;fp2000
FrontPage 2002 Search the Knowledge Base
http://support.microsoft.com/default.aspx?scid=fh;EN-US;fp2002
 
What is meant by creating a static banner?

Thomas A. Rowe said:
Since the Flash header is called each time a page is loaded, the only
solution is to make a static banner for all pages except you home page,
unless you can find a solution on Macromedia's Flash web site.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
No Flash, just a plain image for all other pages that looks the same as the
flash banner and use JavaScript for the mouseover effects.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Yes.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Samy said:
In such case, when the user returns to the homepage, the Flash movie
will reload, yes?

"Thomas A. Rowe" <[email protected]> wrote in message
do?
 
it's not the buttons that have the target, it's the base reference of the
page the flash file is on.
how did you come about being in possession of this site?
 
wow. 285K is a pretty big file for dial up folks.
my suggestion to put it in frames was to prevent having to change the
targets of the flash.
if you copy a page that works and erase everything but that flash header, or
if that header is on it's own page just use that for the content of your top
frame.
 
Thanks for the reply. If I make the framed site, where the Flash
Header is frame named "Header" and the content section is named
"Body", what should the buttons in Flash MX direct to using the getURL
action?

Also, I was trying to make the header is one frame and the content is
the other, but it is difficult to make them line up across the center.
Also, can I use inline frames (IFrame) to accomplish this), because
then I could just have the IFrame header inside its current table. If
so, how?

Right now, each button is like:

on (release) {
getURL("contactus.html");
}


Sincerely,
Sammy
 
Back
Top