jquery load() function

jquery load() function

Hello,
I have problem with load content in jquery.
i have file a.html
and i have inside him
  1.  <div id="content"></div>
and i load other files using functions load
  1. $("#content").load('b.html');
and all works fine until inside of b.html i have flash video than scripts just not working.
I have solution for it but im sure there is a better way (just don't know with :)). Inside of b.html i created a iframe and by it i load next html, and inside i put flash object and its working good. Still i prefer put object in a b.html.
Any solutions ?
If need i can give more code.
Best regards