View Full Version : Flash Header
bigbstanley
March 21st, 2007, 10:21 AM
Does anyone know of a way to have a flash header on a web page and only change the content part of the page while keeping the flash from reloading. I've tried using iframes however it just looks weird with a scroll bar only going up 3/4 of the page. I'm thinking that there has to be some kind of javascript or ajax script that help me out.
Thanx
dru_nasty
March 22nd, 2007, 10:19 AM
First y not make the iframe a larger width/height so you dont need scrollbars and set scrolling="no".
Beyond that you could use ajax to request pages in your content area and just leave the flash header alone. Don't ask me how though :)
foodpk
March 22nd, 2007, 07:57 PM
You basically have three choices.
Use iframes Use AJAX Have the whole site in flash
But the thing is, if you use any of those to display all your content, search engines won't be able to read your site. So that's the problem with using complex flash headers, you have to ask yourself if you'd rather have a nice intro animation in your flash header or have your site be displayed in search engines.
dru_nasty
March 22nd, 2007, 09:17 PM
But the thing is, if you use any of those to display all your content, search engines won't be able to read your site. So that's the problem with using complex flash headers, you have to ask yourself if you'd rather have a nice intro animation in your flash header or have your site be displayed in search engines.
Not necessarily, if you use the javascript swfobject to embed your flash it can be completely search engine friendly ;)
bigbstanley
March 27th, 2007, 02:59 PM
yeah, I'm using swfobject as well. works awesome. after researching forever I've found nothing relatively easy to do this. Thanx for the help though.
CyanBlue
March 27th, 2007, 03:03 PM
Not necessarily, if you use the javascript swfobject to embed your flash it can be completely search engine friendly ;)
Just to clarify abit... You can get the Flash site indexed by the search engine spiders if you use SWFObject, but SWFObject won't automatically give you an ability to do the deep linking... Some day... Some day... Gosh... :(
Digitalosophy
March 27th, 2007, 03:40 PM
Does anyone know of a way to have a flash header on a web page and only change the content part of the page while keeping the flash from reloading. I've tried using iframes however it just looks weird with a scroll bar only going up 3/4 of the page. I'm thinking that there has to be some kind of javascript or ajax script that help me out.
Thanx
You could pass a query to flash letting it know at what frame to start on each page. The flash header would reload but at least you could start it where you want.
dalewb
March 29th, 2007, 02:35 PM
Not necessarily, if you use the javascript swfobject to embed your flash it can be completely search engine friendly ;)
Could someone please tell me how to implement this in Dreamweaver 8? My company has me inserting a new Flash banner/button nav bar in all the pages of its website and they use Dreamweaver to manage the site. I edit the template pages and the changes are (supposedly) reflected in the html pages.
I'll attempt to just edit the HTML code directly, first. If there is a better way, please let me know.
Edit:
For anyone interested, there is a Dreamweaver extension for $15 at http://www.communitymx.com/abstract.cfm?cid=3DA1E.
dru_nasty
March 29th, 2007, 07:38 PM
Here's everything you need to know on it ;) clickity (http://blog.deconcept.com/swfobject/)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.