Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic text and Javascript.

Status
Not open for further replies.

Ivan1

Programmer
Jun 18, 2001
113
US
Hey there.
I have a dynamic text field in my Flash that gets data from an external .txt file.
Is it possible to open a popup window using Javascript from that dynamic text field?

Regards,
Ivan
 
did you try?
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
Not sure what you mean Ivan.

Do you want to have the code which actually pops the window up as part of the text in the text file?

Or do you want to pop up a window containing the text from the text file?
 
You can use an <a href...> tag to call a javascript function in the html in which the Flash movie is embedded. You can call alerts, open popups, load other Flash movies, control other Flash movies, etc.. etc...

Hope I haven't mixed up my javas this time! Regards,

new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top