Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I am new to flash as3. I am making a social networking site in which I want to use an image as a menu like upload photos and etc. I want to make that image movable, using as3. I have to make the image move on mouse event like mouse hover and mouse click. Please help me. Thanks in advance.
Posted
Updated 28-Feb-13 5:40am
v2

1 solution

Using asp.net menu control you can specify the images for menu controls


EX:


XML
<asp:Menu ID="NavigationMenu" runat="server"  CssClass="menu" EnableViewState="false"
                        IncludeStyleBlock="false" Orientation="Horizontal">
                        <Items>
                            <asp:MenuItem NavigateUrl="#" Text="Home" ImageUrl="~/Images/NewStyle/home.png" />
                          </items>
                    </asp:Menu>



More Info

MENU WITH IMAGES[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900