hi there
i got to open a javascript popup with standard size in a website from flash. i.e. it should be able to click in flash, and open up a popup window displaying the content of the URL.
i tried the fscommand method from macromedia but it doesnt work. ( btw my published file is
asp.net although i dun think that makes any difference from
html in terms of javascript) i think the main thing is that my link in this case comes from
html text in rxtfield. whereas javascript opens in buttons.. i wonder if theres a way of using
html textfield to open up a javascript popup?
- Code: Select all
_root.sampleMovie.Slist.htmlText += " " + sampletitles[j]+ "
"
theres this line i input into flash.. but it doesnt work either even though there is no error.
Is there any way of doing this?
Any help is appreciated. Thanks