
04.07.2005, 13:34
|
|
|
.grin! wuz here
Регистрация: Aug 2004
Адрес: paradise city
Сообщений: 3,981
|
<div style="width:100px;" id="flash">
<object width="100%" height="100%" ...
</object>
</div>
<script>
function resize(){
var f = document.getElementById("flash");
f.style.width = "500px";
}
</script>
вызов:
1) getURL("javascript:resize()"); (во флеш)
или
2) <script>resize()</srcipt> (в хтмл)
__________________
Breakcore them all!
|