|
|||
|
Hello,
I need to make the same solution with your script: www.dmitrycherny.com > please check out PORTFOLIO section to understand what do I mean Flash clip size is clearly 500px and height should be 100%. Stage.scaleMode = "Scale"; > this doesn't help. Actually, heightMask height could be 100%, but seems that it doesn't work ![]() Thank you! Waiting for your help, because i need to finish my web ASAP
|
|
|||
|
Hi, the mask must be Stage.height but you can't set it up in the xml file, you must set it up in the code here:
find main.as and settings.maskHeight = Number(node.attributes.maskHeight); replace that with settings.maskHeight = Stage.height; That's it !
|