I have searched for a solution, with no good results.
Here it is: I have a javascript code of a banner that loads it from a server. The banner is a swf. How could I load it from and into a Flash mc?
The javascript code:
<script language='JavaScript'> document.write(' <iframe src="http://afiliados.company.com.es/scripts/controlafi.asp?ID=00000000=000" width="120" marginwidth="0" height="80" marginheight="0" scrolling="no" frameborder="0" hspace="0"></iframe>'); </script>
Apreciate any help and sorry about my lack of knowledge in AS.