how to do...
how to do...
- Started
- Last post
- 6 Responses
- pre-unloaded
i've tried it million times but i cant seem to do it....
i'm just wonder how to do a .swf file on dreamweaver and made the .swf file into full sized, like fill the screen of any explorers...
like...
http://www.hi-res.netcheers dudes
- ozhanlion0
export it
>dimensions> percent %100
from flash
- pre-unloaded0
how to do that? the setting is from flash mx?
cheers
- pre-unloaded0
cheers dude, owe you one!
- unfittoprint0
repositioning content onResize
http://www.moock.org/asdg/techno…and this CSS
httml, body {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
}
- pre-unloaded0
cheers man ;-)