I really Googled this thing many times for no really useful result...
I've downloaded a ready-made flash site; coded in Adobe Flash to an FLA file along with a bunch of XML files and JPEG images.
The XML files contain all the site material formatted in HTML texts that are parsed using CDATA tag. I need to add "fully operational border-less HTML frames" into the site so I need exactly the following:
A way to create an HTML frame inside a Flash file that parses content only though XML. I want this and this only if possible. Because I make my best to avoid modifying the FLA file code. I have very little experience in Flash and ActionScript, and they look like hieroglyphs to me.
My only possible maneuvering for me (without messing up with the Flash code and who knows what skies would be falling then) is to modify the XML files only.
Another important issue, for why I request that is that the FLA code contains more than 30 "XML content listeners" (if to say) that I don't just want to delete and modify each and every single one of them from the source code to make them iframe-ready! So I think if it was possible to modify them from the accompanying XML files would be more convenient.
Is it possible to do that? If not, any other ideas (as far as possible from modifying the source FLA)?
I've downloaded a ready-made flash site; coded in Adobe Flash to an FLA file along with a bunch of XML files and JPEG images.
The XML files contain all the site material formatted in HTML texts that are parsed using CDATA tag. I need to add "fully operational border-less HTML frames" into the site so I need exactly the following:
A way to create an HTML frame inside a Flash file that parses content only though XML. I want this and this only if possible. Because I make my best to avoid modifying the FLA file code. I have very little experience in Flash and ActionScript, and they look like hieroglyphs to me.
My only possible maneuvering for me (without messing up with the Flash code and who knows what skies would be falling then) is to modify the XML files only.
Another important issue, for why I request that is that the FLA code contains more than 30 "XML content listeners" (if to say) that I don't just want to delete and modify each and every single one of them from the source code to make them iframe-ready! So I think if it was possible to modify them from the accompanying XML files would be more convenient.
Is it possible to do that? If not, any other ideas (as far as possible from modifying the source FLA)?