make two movieclips in an empty movie. They will default to mc1 and mc2.
paste this on frame 1 and run it:
The upper link is how your browser reads your images with spaces in the names. That is the urlencoded equivilent. It is more forgiving than flash and converts the spaces on the fly.Code:mc1.loadMovie("http://www.greaterpinellaspoint.com/slideshow/maximo%20gate%202.JPG"); mc2.loadMovie("http://www.greaterpinellaspoint.com/slideshowmaximo gate 2.JPG");
The lower link is the links as flash is seeing them...with the spaces since it reads the names as you've pasted them in the GUI. Flash is very strict in this sense and has to get them urlencoded if spaces must be used.
clear all spaces in the names and you'll be styling![]()
![]()





Reply With Quote