Click to See Complete Forum and Search --> : Open .swf into a table with html


ironclad
07-26-2007, 11:01 AM
I swear I am on the verge of remembering if or how this can be hacked.

situation:
table on left has links to certain .swf's Once link is pressed how can I get that .swf to open in table on the right.

i am not opening a .html but .swf, hmmmm.

help appreciated! thanks.

ryanbutler
07-26-2007, 11:24 AM
If you place the SWF file code that you want to load in the right table cell, then once its clicked...it should open.

ironclad
07-26-2007, 11:32 AM
I have multiple .swf's to load that would be internally linked on the site. I don't think I would be able to do as you said.... tell me if I am wrong please! Otherwise I think I will just use framesets.

Ferret
07-26-2007, 03:00 PM
You could make a simple page that merely embeds the .swf file and load that rather than just trying to load the .swf file directly. A div can have a source html file, so I'd suggest using divs rather than tables.