I am developing a Wordpress theme. In one page I have to use iframe
to get content from another website. That page is an image slider and it uses flash for it. I don't have any idea about flash. It uses something like AC_FL_RunContent
.
I need to get information of the images to show some text based on the image. I mean different text for different image. Is there any way, can I pull out the information like the name of the image from this iframe
?
I have full access to the flash file too. But they are on different domain. Thanks in advance.