views:

27

answers:

1

Hello, I am very new to flash and actionscript. I simply would like to know is it possible and then what is the code needed to create a simple .swf file that once double-clicked on opens and all it has inside it's window is an iframed website (scrolling and resizing are optional), basically a simple flash mini-browser if you will, with no navigation features of any kind just the ability to click inside and maybe refresh the page...

I appreciate any help, thanks in advance!

A: 

Don't even try it!

This question is probably a duplicate of - http://stackoverflow.com/questions/22909/is-there-some-way-to-show-html-content-inside-flash

Also you should read this about parsing HTML - http://www.codinghorror.com/blog/2009/11/parsing-html-the-cthulhu-way.html

Also, Flash does not have "iframes". They are a browser thing!

TandemAdam