currentArticle. loadMovie(artic leText);
currentArticle. onPress = function() {
trace("working" );
}
where articleText = dynamic image
Now i can display the image but the onpress function is not working. I need to click on the image a open a window in flash itself, but i cant even trace. Any suggestions
Please early response, this is urgent!
currentArticle. onPress = function() {
trace("working" );
}
where articleText = dynamic image
Now i can display the image but the onpress function is not working. I need to click on the image a open a window in flash itself, but i cant even trace. Any suggestions
Please early response, this is urgent!
Comment