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.
シンボルとして定義されたover、up、downなどのスキンを.swfファイルに埋め込むにはどうすればよいですか...つまり、スキンファイルで、up、over、downスキンとして使用するシンボルを指定するにはどうすればよいですか。
CSS ファイルで:
ComponentClass { upSkin:Embed(source="Assets.swf",symbol="MyUpSkin"); overSkin:Embed(source="Assets.swf",symbol="MyOverSkin"); }