Flash header animation and AJAX content

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
boonier
Forum Members
Forum Members
Posts: 43
Joined: Mon Feb 19, 2007 11:39 pm

Flash header animation and AJAX content

Post by boonier »

Hi

Not meaning to spam post, but I think I originally put this post in the wrong area...

I'm designing a site where in the header there is a flash animation that develops over a long period. Threfore, when the user navigates to another page the animation will refresh and the animation will not 'develop'. This is important  for my idea, in that it be more immersive experience for the user, due to the relative lack of content (for now!). Navigation is css based, not in the flash mov, so flash is purely eye candy.

How difficult would it be to implement AJAX into my templates? I envisage that it will only be updating the main content wrapper div....the content being the pages i create in the cms. I've searched around the forums and not been able to find a solution. I have had this idea working in a flat html page, but I have not experienced it on a dynamically generated page

I am not a php programmer, but a designer using html css and jscript on a daily basis..Any ideas would be much appreciated

many thanks

Si  ???
SideshowBob
Forum Members
Forum Members
Posts: 80
Joined: Thu Sep 13, 2007 10:50 am

Re: Flash header animation and AJAX content

Post by SideshowBob »

Hi Simon,

I think a better way to solve this problem could be to make the flash movie remember it's position when the user leaves the page and  then restart at that position (or maybe a little bit before) when the new page loads.

This would avoid issues such as bookmark problems, search engine stuff and more.

Take a look at Flash Local Shared Objects (or Flash Cookies). Google is your friend here as always.

Bob
boonier
Forum Members
Forum Members
Posts: 43
Joined: Mon Feb 19, 2007 11:39 pm

Re: Flash header animation and AJAX content

Post by boonier »

What a fab idea...I had thought of nasty javascript hacks before, but I didn't think of flash cookies. I'll check it out

Thanks Bob
Post Reply

Return to “Layout and Design (CSS & HTML)”