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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can i put javascript in Flash??

Status
Not open for further replies.

Jennyucf

Instructor
Jun 22, 2001
215
US
Hi, there

I have a dynamic text box with the variable :textlink
In actionscript, I put:
textlink = &quot;<a href=\&quot;html\\mainpage.htm\&quot;>Conducting A Performance Preview Session</a>&quot;;

But now I want to add the following javascript into it:
<style type=&quot;text/css&quot;>
<!--
a:hover { color: #FF3333; text-decoration: none}
a:link { text-decoration: none; line-height: normal}
a:visited { text-decoration: none}
-->
</style>

How can I combine two?? I tried and failed.. anyone can help??

Thank you .

Jenny
 
Simple answer: Don't think you can do it!
Already gave you this link: ... Which hold ALL the html tags presently supported by Flash! In fact, Flash only supports a few tags from html 1.0
mywink.gif
ldnewbie
Hope that this
was helpful!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top