Hi, Hopefully I can clearly present my issue.
I am trying to use an swf in a division of my site.
This swf displays a group of images stacked on top of each other. The user drags the top image in any direction and lets go, causing that top image to shuffle around to the bottom of the stack. These images will represent "Work Samples"
The div is 550 x 400px and the "work samples" are 400 x 280px images. They are being added to the stage from an xml document.
What I want is for the swf to display the images in the div, but allow the images to be dragged outside of the 550 x 400px div and still be visible. Every option I have tried clips the images as I drag them outside the 550 x 400px area... like a masked box.
Does anyone know what combination of CSS, Actionscript, publish properties are needed to display a non scaled swf with a fullscreen bleed area in a specific location? If I make the movie full screen and use fixed positioning inside of my wrapper will it stay fixed while the outer wrapper auto adjusts, and will it display an overflow of the flash outside of the wrapper?
I am also trying to incoporate swfObject 2 and display alt content. So, hopefully it will be elegant enough that the alt content will display in the proper location without further styling.
Thanks,
James
P.S. I can post code and examples if it will help