in home.fla i loaded 3 swf files
first frameAction in home.fla // loading external swfs
ct1.loadMovie(“Dynami_Menu.swf”);
ct2.loadMovie(“FeaturedProduct.swf”);
ct3.loadMovie(“newReleases.swf”);
i want to read a variables in FeaturedProducts.swf
i put the code in 1st frame in home.fla…
-
trace(_root.ct2.k)
// k is a variable in FeaturedPr…fla & its not working showing “undefined” -
trace(_root.ct2.FeaturedProduct.k) // not working … “undefined”
HELP ME HOW CAN I ACCESS THE VALUE IN “k”
thank u