Click to See Complete Forum and Search --> : What's it call when....
average_joe
12-03-2005, 08:40 PM
I'm trying to build a page in HTML that has a flash element but when i click a link to change page content I don't want the flash vid to restart, just keep rolling. What would i need to do to accomplish this. Thanks
thewebman
12-03-2005, 11:42 PM
the only ways to do that are to use frames, or make the whole site in flash.
average_joe
12-06-2005, 10:37 AM
Can a frame be created inside a table, or can frames only break up the page in horziontial or verticle areas?
powerdemon
12-06-2005, 12:29 PM
Yes a frame can be inside a table.
average_joe
12-06-2005, 03:55 PM
good stuff, do you know any good books/sites/tutorials i can find that would explain this?
powerdemon
12-06-2005, 04:56 PM
http://www.w3schools.com/html/default.asp
ray326
12-07-2005, 02:17 PM
A frame (I guess meaning an iframe) inside a td will not do what you're trying to do.