Anybody know how to get the name of a Flash (.flv) file from a downloaded object/embed code - when that code is loaded into an iframe? I'm referring to msnbc.com specifically: their video embeds use iframes (presumably to jam a viewport in everyone's client), and the iframe document spits out the proper object/embed element, generated via JS. You can view the filename via a FireFox extension or a DOM viewer, but I need to get it programmatically so the process can be automated (for non-techy users). Loading the url in a dummy iframe and attempting to parse the source violates same source restrictions. Would appreciate any suggestions!