I have a flash file that is published as an air app, I’m working on for a friend. I need to ad this js injection code in my as3 somehow, but I don’t even know if its possible.
JS Inject can be seen at:
www~DOT~rlifetv~DOT~com/radio/andradio-static-ads~DOT~html
(replace ~DOT~ for a .) which is the only content in the body at all.
If this can’t be done directly what about loading in the html code from a page, to have this render? As you can see its just an add rotator that my friend has from some software he bought that allows him to track and other things I guess. Its only going to display images or swf’s, and no text at all.
The code gets dished out through 4 types of code bases.
1- JS Inject (listed above).
2- AJAX, which is the same as above, or almost the same.
3- PHP Remote Read Code
4- PHP Insert Code
First can this be done? If so How would I get it done? I’ve looked all over the internet, and haven’t found anything that comes really close.
Thanks.