Jump to content

Question Regarding Flash mp3player


alxbunny

Recommended Posts

hi,I know ive been searching the wrong keywords all over google and other sites,so can anyone tell me how I can when browsing my site ,to have the flash player going instead of reloading as it reloads everytime i press onto a different page.

Link to comment
Share on other sites

You could use frames.

<frameset rows="*, <!-- height of flash movie -->">	<frame src="main_page.html">	<frame src="page_with_flash.html"></frameset>

Link to comment
Share on other sites

im sorta new but I dont think it works,Im thinking it might have to do with the site refreshing everytime i go onto a different page i.e"home" etc..so does anyone know how I can load data into a certain area without the flash and rest of the area not reloading..I looked around but only found it for div but mine is made from tables...

Link to comment
Share on other sites

You use frames if you want to load one part of the page and not another part. What most Flash websites do though is have all of the navigation in the Flash movie, so clicking on the Home button doesn't load a new web page, it just goes to a different frame in the Flash movie.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...