Link to home
Start Free TrialLog in
Avatar of somnamblst
somnamblst

asked on

Cross fading slide show, can this swf be centered inside another swf?

Here is the slideshow:
http://www.cincinnati.com/sponsors/riverbend/slideshow2.html
Images align top left regardless of Flash document size

Here is the FLA:
http://www.cincinnati.com/sponsors/riverbend/slideshow2.fla

Here is the slightly larger SWF I'd like to center it in:
http://www.cincinnati.com/sponsors/riverbend/slideshowBG.html

The FLA:
http://www.cincinnati.com/sponsors/riverbend/slideshowBG.fla

ASKER CERTIFIED SOLUTION
Avatar of Montoya
Montoya

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Montoya
Montoya

Or else you can load slideshow2.swf to slideshowBG.swf using loadMovie command.
Put swf files to same folder. Then in the slideshowBG.fla files, first frame put following code.

loadMovie(slideshow2.swf ,1);

Then it will not replace the slideshowBG.swf  file from slideshow2.swf . It will only overlap it. Becuase we are loading it to LEVEL1.

BR Dushan
Avatar of somnamblst

ASKER

The empty movie clip was the best solution because I was then able to manually place the mc until it was in exactly the right spot. It ended up needing to be placed in the top left corner because the slideshow2.swf has a top left registration.