TwelvestoneFlash

Image Slider woes


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
JBall
 
2009-05-18

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?

JLM
 
2009-05-20

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?

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFlash

Image Slider woes