PDA

View Full Version : Frames/Iframes... anything else?



Alan
31 Mar 2009, 11:55 PM
Hey everyone,

I need to put a flash player on a website. I would like the player to not refresh when the page is loaded so it won't be interrupted. It is located in the header of the page so a frame is one option. An iframe is what i'm leaning towards at the minute. Are there any other "better" ways of achieving the same effect?

Just want to confirm this.

Many thanks in advance,

Best regards,
Alan

Cruent
01 Apr 2009, 07:23 AM
I think FRAME and IFRAME are not W3C recommended anymore. Try AJAX for loading the page content. AJAX allows you to update a specific DIV of your page, so the player will not be reloaded.