How do they do that!
How do they do that!
- Started
- Last post
- 3 Responses
- robotpanic
www.the-dreamers.com
The whole page is a .swf file right, so how the ££$$ do they make it so when you resize the browser the important parts same the same size but bg for example scales?? If the whole thing is one .swf then it should all scale equallly??? I want to do that, anyone know how??
- majk0
Actually, it's not one swf, well in a way it is. But it's inbedded in a html file anyway...
so to get that effect all you need to do if mess abit with the object/embed tag.
in the OBJECT tag, put WIDTH and HEIGHT to 100%
add a PARAM with NAME=scale VALUE=noscale
and in the EMBEDtag, put WIDTH and HEIGHT to 100% and SCALE=NOSCALE
done. :)
- robotpanic0
Wow easy thanks...!