kakaz Posted July 24, 2007 Report Share Posted July 24, 2007 var seuMC = _root.createEmptyMovieClip("rcpt", 0);seuMC.onLoad = function (){ this._scale = {x: 100, y: 100}; this._position = {x: 10, y: 20};};seuMC.loadMovie("agzz.swf");estou usando esse codigomas preciso alterar o tamanho do swftipo height e widthcomo faz?? Quote Link to comment Share on other sites More sharing options...
0 George Posted July 24, 2007 Report Share Posted July 24, 2007 tenta isso dentro do onLoad:rcpt._width = 100;rcpt._height = 100; Quote Link to comment Share on other sites More sharing options...
Question
kakaz
estou usando esse codigo
mas preciso alterar o tamanho do swf
tipo height e width
como faz?
?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.