/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
package org.corlan.skins { import spark.skins.mobile.ActionBarSkin; public class CustomActionBarSkin extends ActionBarSkin { public function CustomActionBarSkin() { super(); //backgroundActionBar is the name of the FXG file borderClass = backgroundActionBar; } override protected function drawBackground(unscaledWidth:Number, unscaledHeight:Number):void { } } }
URL: http://corlan.org/?p=3142