|
Posted by Ty Unes on July 26, 2007, 12:28 pm
Please log in for more thread options
On Thu, 26 Jul 2007 17:07:58 +0100, Ben Bacarisse wrote:
>
>> I have a flash .swf file for navigation in my site located at the top
>> of the page say 800 x 350, centered. All page content is found below
>> this .swf file and will change. Is there a way to tell the browser to
>> only load the flash movie once even though the whole page will reload
>> after a navigation click? If yes, then how? If no, then I assume the
>> only way to keep the .swf file static (so it only plays once) and the
>> page content below dynamic, is to code the site up in frames. Does this
>> sound correct?
>
> I think so. I'd phrase it rather differently -- you can only make the
> site a little less usable by using frames, so you might as well. You
> have already ditched most of the possible benefits to be had from HTML
> but having a proprietary, inaccessible, fixed width SWF navigation.
>
> Alternatively... You could write HTML for the world-wide web (the topic
> of this newsgroup).
All well said. However, it's my client that insists on using a flash-
based navigation scheme whilst I "make it work" in HTML. I appreciate
your concern.
Thanks again!
|