I'm importing an XML document into flash and interpreting each XML node as HTML and loading it into a movieclip. I was not aware that my client wanted to create links within this text that would link to the same movieclip that the text is already loaded into. I thought perhaps this could be...
I am using the following code to highlight the correct day of the week by having 7 different frames with each day of the week highlighted in a movie clip called "week":
var my_date:Date = new Date();
var ournow:Number=my_date.getDay();
ournow+=1;
week.gotoAndStop(ournow)
I'd like to do the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.