load new html into textarea
- Started
- Last post
- 3 Responses
- djthemoose
Using flash mx pro, is it possible to have an html file which has been loaded into a text field in a mc replace itself using an href tag?
To clarify, I have an mc called "container" which loads "text1.html". text1.html has a link to text2.html and should load this new file in the original container mc, however it will only load in a new window.
target="container" does not work.
I do not want to have to make a function and call that, and wanted to know if there is a simple way to do this from the initial html file when calling the new html page.
Thanks in advance for any assistance, I've been looking for a solution for the better part of a day.
- djthemoose0
bump.. anyone?
- PixelDrama0
never tried that before... i would imagine you would have to use FSCommands and write a function.....
- djthemoose0
I may end up just writing a function and calling that but I really would just like to target the mc. Just wondering if it is possible or not. Any advice appreciated.