imagenesis
01-02-2008, 04:12 PM
Why wont this shit work? Is there some ****ing security sandbox that I dont know about? It doesnt load any of the background images:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute"
width="1000"
height="1000"
>
<mx:Style source="assets/skin_fitnessUnite/style.css"/>
<mx:Button id="top_menu_myFitness" styleName="top-menu-myFitness" width="152" height="75"/>
</mx:Application>
.top-menu-myFitness {
upSkin: Embed(source="images/top_menu_myFitness.gif");
overSkin: Embed(source="images/top_menu_myFitness.gif");
downSkin: Embed(source="images/top_menu_myFitness.gif");
disabledSkin: Embed(source="images/top_menu_myFitness.gif");
}
**** YOU FLEX.
PS, it doenst load any of the background images for the app. I took out all of the code for the other things.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute"
width="1000"
height="1000"
>
<mx:Style source="assets/skin_fitnessUnite/style.css"/>
<mx:Button id="top_menu_myFitness" styleName="top-menu-myFitness" width="152" height="75"/>
</mx:Application>
.top-menu-myFitness {
upSkin: Embed(source="images/top_menu_myFitness.gif");
overSkin: Embed(source="images/top_menu_myFitness.gif");
downSkin: Embed(source="images/top_menu_myFitness.gif");
disabledSkin: Embed(source="images/top_menu_myFitness.gif");
}
**** YOU FLEX.
PS, it doenst load any of the background images for the app. I took out all of the code for the other things.