Copy link to clipboard
Copied
In a swf file 1000 x 1000, can you only display 1000 x 500 and scroll through the movie with a scroll bar?
If yes how?
Thanks
If your .swf is 1000 X 1000 and you only want part of it to display in the browser, you can place the .swf in a div and set the height of the div to 500 pixels and then in css, set the div to overflow:scroll
Is that what you're looking for?
Copy link to clipboard
Copied
If your .swf is 1000 X 1000 and you only want part of it to display in the browser, you can place the .swf in a div and set the height of the div to 500 pixels and then in css, set the div to overflow:scroll
Is that what you're looking for?
Copy link to clipboard
Copied
Yes, thank you Rob,
but i need to do in a SWF using action script or in an html file?
Copy link to clipboard
Copied
What I described above is done in the html document that holds the Flash .swf.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now