I have 3 flex applications that interact. One is a left-nav that builds dynamically from a database. When the user selects criteria via the left pane nav bar, the content app (in the center pane) changes based on localconnection chatter. The right pane holds a summary of user choices, and it is set based on localconnection from the content app.
I am able to make this work in the real application. However, I'd like to try to include the three .SWF files (in table columns?) in the debugging process. I figure step one is put a <table> somewhere in index.template.html and then a <tr> row in the table and then 3 <td> columns in the row and in each of the columns, embed my SWF applications. I'd like to put the currently debugged application in the middle column and the other two in the left and right panes. I'm unable to figure this out. I try putting a table around the <script> stuff and it gives me the first column text, then nothing. It seems like something someone would have already done.anyone got an example?

