This content has been marked as final.
Show 1 reply
-
1. Re: Trying to find FLV player and SWF image holder with scroll bar extension
Nancy O. Oct 7, 2011 1:23 PM (in response to dbthumb)FLVideos need player controls. That's why you won't find any skinless players in DW.
Wrap your Flash object inside a division. Set height or width to some value that is less than the height /width of your flash object. Use overflow property to add a scrollbars to the container.
#DivName {
height: 300px;
width: 200px;
overflow:scroll;
}
And you realize that Flash is not supported by all web devices, right?
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists


