Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何在 .swf 文件中嵌入定义为符号的 over、up、down 等皮肤...我的意思是在皮肤文件中如何指定这些符号用作 up、over、down 皮肤。
在您的 CSS 文件中:
ComponentClass { upSkin:Embed(source="Assets.swf",symbol="MyUpSkin"); overSkin:Embed(source="Assets.swf",symbol="MyOverSkin"); }