vote up 0 vote down star

Hi Dude!

Can you send me the code you used to get this right? Because I tried and I am not getting it to work.

Thanks in advance!

flag
You're going to have to provide a bit more information before someone can help... First, are you programming in ActionScript or JavaScript? Second, what do you mean by accessing - changing the content? inspecting the DOM? creating an iframe dynamically? – Branden Hall Jun 22 at 15:22
I am using Javascript. I want to access the DOM to basically just to get the title out of the HTML. Just sort of a read access. $(document).ready(function(){ $("#childFrame").load(function() { $("#childFrame").ready(function(){ air.trace($("#childFrame").contents().find("title").html()); }); }); }); I always get a null – Clint Jun 24 at 17:43

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.