function - Link to swf from a Dynamic Text AS2 Flash -
I want to create a link to create an external SDF from a dynamic text (Flash project) (gallery which is controlled in the Xml file ) This is the code of the first frame of my flame project:
url = "edit"; LoadVariablesNum (url + "_main.html", 0); _root.link = 1; Function link () {loadMovieNum ("gal_car.swf", 1); } Stop (); And my HTML code for the text link is:
& lt; Font color = "# 438092" & gt; & Lt; U & gt; & Lt; A href = "espionication: linkal" & gt; Photo & lt; / A & gt; & Lt; / U & gt; & Lt; / Font & gt; It should not happen and should load gal_car.swf above the other swf? Thanksgiving LoadMovieNum works when I use it on the button.
To work as expected for this, the function that you are calling in the textfield Try to change the code to move the function into the 'Page' symbol and target the document route in the same scope as the link that contains the link:
function linkgal () {_root. LoadMovieNum ("gal_car.swf", 1); }
Comments
Post a Comment