please dont cross-post - i replied to your same post in other forum - simply put, you can't have
EmperorNeo wrote:
> First i don't even know if Flash can do this but i imagine so. I'm not the
> greatest at flash but i do know how to use the program so if someone can
> answer this question no matter how technical i will understand it. Ok,
> heres my question:
>
> this may be a rediculas question but i must know how to do this.
> How can i reside an HTML page inside my Flash MX movie clip? Is there a way
> to put the HTML code inside an actionscript action? Can you show me using
> the below sample code?
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "
http://www.w3.org/TR/html4/loose.dtd"> > <html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> </head>
>
> <body>
> <table width="100%" border="1" cellspacing="0" cellpadding="0">
> <tr>
> <td><table width="100%" border="1" cellspacing="0" cellpadding="0">
> <tr>
> <td>Hello World! My nested page is complete! </td>
> <td> </td>
> </tr>
> <tr>
> <td> </td>
> <td> </td>
> </tr>
> </table></td>
> </tr>
> </table>
> </body>
> </html>
>
> Thanks
> James
>
>