Inline embedded Button Icon : Embed « Development « Flex






Inline embedded Button Icon

        

<!--
Code from Flex 4 Documentation "Using Adobe Flex 4".

This user guide is licensed for use under the terms of the Creative Commons Attribution 
Non-Commercial 3.0 License. 

This License allows users to copy, distribute, and transmit the user guide for noncommercial 
purposes only so long as 
  (1) proper attribution to Adobe is given as the owner of the user guide; and 
  (2) any reuse or distribution of the user guide contains a notice that use of the user guide is governed by these terms. 
The best way to provide notice is to include the following link. 
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/

-->



    <!-- embed\ButtonIcon.mxml -->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx">
    <mx:Button label="Icon Button" height="30"
        icon="@Embed(source='a.gif')" />
</s:Application>

   
    
    
    
    
    
    
    
  








Related examples in the same category

1.Create a Button control, and sets its icon property by using the @Embed() directiveCreate a Button control, and sets its icon property by using the @Embed() directive
2.Using Embedded icon Class for Button iconUsing Embedded icon Class for Button icon
3.Embed a bitmap (.bmp) file and displays its properties when you click the Show Properties button.
4.Use Embed statement with the SWFLoader controlUse Embed statement with the SWFLoader control
5.Embedding resources in style sheetsEmbedding resources in style sheets
6.Use Embed statement directly in the style sheetUse Embed statement directly in the style sheet
7.Embed boldface, oblique, and plain typefaces
8.Examples of embedding assetsExamples of embedding assets
9.Associate the embedded image with a variable by using [Embed] metadata tagAssociate the embedded image with a variable by using [Embed] metadata tag
10.Using the [Embed] metadata tagUsing the [Embed] metadata tag
11.Create and manipulate an object that represents the embedded image before passing it to a controlCreate and manipulate an object that represents the embedded image before passing it to a control
12.Embed image file to Image controlEmbed image file to Image control
13.Assign embedded image file to Image sourceAssign embedded image file to Image source
14.Embedded StylesEmbedded Styles
15.Skin with Embedded ImagesSkin with Embedded Images
16.Embedding assets from SWF files
17.Like the Image control, use Embed statement with the SWFLoader control to embed the imageLike the Image control, use Embed statement with the SWFLoader control to embed the image
18.Use an embedded image for the InlineGraphicImage object's sourceUse an embedded image for the InlineGraphicImage object's source
19.Embed a small amount of Hebrew text in a text control, and sets the direction style to rtl.Embed a small amount of Hebrew text in a text control, and sets the direction style to rtl.
20.Embed MP3 file
21.Use the Embed statement directly in the style sheetUse the Embed statement directly in the style sheet
22.Embedding Images InlineEmbedding Images Inline
23.Point to the location of the SWF file with the source property in the Embed statement
24.Embedding skin inline
25.Access Embeded Class Object
26.Embed image into html and display it with RichTextEmbed image into html and display it with RichText