:mu: Hi to everyone
Big hi and thankyou to Kirupa you have helped with code for flash in the past. Your the best.
Ok guys i have a real dilemma. Dont know where to start? but i’ll try. Im fairly new to flash im trying to load xml slideshow into flash now i can get the slideshow movie to load into my site ok. But the problem is that when its loaded and say a user clicks the button 2 or 3 times like some people do the xml slideshow has a view list switch at the top with gallerys that keeps geting longer every time a you click the button. Now ive been in touch with DWUser and they have given me some ideas of code but it still does the same thing please can anyone help? code i have is below for a button allthough im trying to load several swf’s each with there own button into a movie clip?
Thanks
Danny
nav_bt.onRelease = function() {
// load in the low res swf
loadMovie(“lover.swf”,“plate”);
};
nav2_bt.onPress = function () {
loadMovie(“lover1.swf”,“plate”);
};
nav5_bt.onPress = function () {
loadMovie(“lover2.swf”,“plate”);
};
nav6_bt.onPress = function () {
loadMovie(“lover3.swf”,“plate”);
};
nav8_bt.onPress = function () {
loadMovie(“lover4.swf”,“plate”);
};