jammer1221
Programmer
Hey All,
I have have an iframe in one of my pages and this iframe has some flash embedded on the page. The flash is turned into an object so eventually I can control playback.
I've been trying and trying and I can't figure out how to access this object from outside the iframe.
This is what I thought would have worked:
But it says mySwf is null or not an object. FYI, I can access mySwf from inside of the iframe.
Any ideas or tips would be very much appreciated!
Thanks,
Matt
I have have an iframe in one of my pages and this iframe has some flash embedded on the page. The flash is turned into an object so eventually I can control playback.
I've been trying and trying and I can't figure out how to access this object from outside the iframe.
This is what I thought would have worked:
Code:
document.getElementById("iframe").document.mySwf//=flash object
Any ideas or tips would be very much appreciated!
Thanks,
Matt