I am trying to modify a Iphoneish Flash Image Slider from this link below, and can't figure out how to load the contents into a movieclip inside the example fla.
http://www.bezzmedia.com/swfspot/samples/flash8/Image_Slider
I can get it working properly as in the tutorial, but what I was trying to figure out is how to make the slider load into a movie clip that is a fixed width and height. So the stage is like 1024x768, and the movieclip the image slider is loaded is 800x600, and the mouse scrolling doesn't work outside of the slider...
Both the source code and demo fla file work at the stage size when published to swf, but the moment you enlarge the swf passed the dimensions the left side of the slider gets all wacked out. Several posts on the same topic on the site have gone unanswered from the tutorial author.
Anybody care to take a crack at it?
JBall 2009.05.18, 11:30PM — Image Slider woes
JLM 2009.05.20, 05:17PM —
eval and repeated evaluations of the same... not good, and really as example code - old or new school it fails.
Did you try search and replace ie
var myStageW: int = 800;
then change all Stage.width for myStageW?
first