So, what would an example actionscript look like for when the person hits the button and calls the outside.html into a box to that is say 300x200 that is to be rendered as html?
Main Topics
Browse All TopicsI have a flash file (.fla) but would like a way for my friend to be able to update the content on some of the pages without having to rebuild the site. Basically, I am looking for a way for him to just load anything he wants (html code) into a file (say outside.html) and then when the flash site is loaded and someone clicks on a button it just pulls that page (outside.html) into a box with everything he has done. I have seen the following movie:
http://maclab.guhsd.net/fl
but don't want just text. I would like my friend to be able to do whatever he wants inside the file (outside.html as html source) and then flash just presents it inside the box. Is this possible? If so, how?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
http://www.oman3d.com/tuto
That tutorial has it all
--trigger-happy
Business Accounts
Answer for Membership
by: trigger-happyPosted on 2007-03-20 at 07:48:14ID: 18756561
It's possible through the dynamic text box (you create a text box in flash and then turn it into a dynamic one from the properties panel). Then you have to enable html code for the textbox so that it will interpret the html code and display it as an html file. To load, you'll need to use actionscripting to load up the file into the textbox (a google search will yield a good number of tutorials about this). The only issue is that the textboxes in flash have limitations when it comes to displaying html stuff, though i'm not sure as to what the exact limitations are.
--trigger-happy