AngelaGXF Posted September 13, 2005 Share Posted September 13, 2005 I made it so my header is a .swf. However, since it's animated, it, obviously, restarts the animation when you go to a new page. I was just wondering if there was an easy solution to this? Basically, I just want it to animate on the homepage and then stop, then continue to be stopped when the user goes to a different page. Can I create a new header file or something? Quote Link to comment Share on other sites More sharing options...
kgt Posted September 13, 2005 Share Posted September 13, 2005 You could make the header a frame. This would make it static while the customer is navigating the rest of the page. Quote Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
AngelaGXF Posted September 13, 2005 Author Share Posted September 13, 2005 Is it easy to do that without messing up the rest of the site? I finally have the thing practically finished, but my boss decided that he wanted the animation to stop... Quote Link to comment Share on other sites More sharing options...
kgt Posted September 13, 2005 Share Posted September 13, 2005 Not sure, as I've never done it. Perhaps someone else has some experience. What you can do is set up an index.html page with two frames: one for the top header and one for the main part. Make the top header frame a page that displays the flash, then make the main part display index.php. I cannot think of anything that might fail doing this, and it's not to hard to try it out, so give it a shot! Quote Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
AngelaGXF Posted September 14, 2005 Author Share Posted September 14, 2005 That worked out so well! I think it's been 9 years since I've used frames, so I totally didn't even think about that. Thank you for the help! Not sure, as I've never done it. Perhaps someone else has some experience. What you can do is set up an index.html page with two frames: one for the top header and one for the main part. Make the top header frame a page that displays the flash, then make the main part display index.php. I cannot think of anything that might fail doing this, and it's not to hard to try it out, so give it a shot! <{POST_SNAPBACK}> Quote Link to comment Share on other sites More sharing options...
Guest Posted October 24, 2005 Share Posted October 24, 2005 You can also just add <param name="LOOP" value="false"> after <param name=quality value=high> in your SWF code ... a little more friendly for search engines than frames :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.