Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 15

Thread: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

  1. #1
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,457
    Rep Power
    8

    JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

    amazing Flash templates
    Ciao!
    Are you using the MailForm component for Flash CS3 ?
    FlepStudio has created a new Flash CS3 component.
    It's a ' jelly menu ' with web 2.0 design.
    You can choose every color of the menu as you can choose to keep it horizontal or vertical by using its properties panel.
    Also, you can enable the sounds and add as many items as you want.
    Final, add an url to each menu's item.

    JellyMenu

    Flash CS3 component


    Installation

    Be sure to have the last version of Adobe Extension Manager installed on your machine, or download it here.

    Double click on file JellyMenu.mxp and it opens the Adobe Extension Manager.

    Acept the disclaimer.

    Reboot Flash !

    You will find the component in components panel of your Flash under a new folder named FlepStudio



    ( publish settings for Flash Player 9 and Actionscript 3.0 are a must or you can't see it)


    Parameters

    - borderColor: choose a color of the border of each menu's item

    - ColorText: choose the text color of the menu items

    - fillColor: choose a color of menu items background

    - horizontal: choose if you want it horizontal or vertical

    - items: insert the menu itmes

    - rollOverColor: choose a color of mouse over effect

    - sound: enable or disable sounds

    - urls: add url for each item


    The published SWF:


    Requirements

    Adobe Flash CS3 standard or professional.

    Windows or MAC


    Publish setting

    Flash Player 9

    Actionscript 3.0


    Size

    7 KB


    Complexity

    plug and play



    Source files:
    Attached Files

  2. #2
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,457
    Rep Power
    8

    Re: JellyMenu - Flash CS3 component by FlepStudio

    How to instance the JellyMenu via Actionscript


    Drag JellyMenu form components panel to library.
    Here is a sample of code to use:
    Code:
    import org.flepstudio.JellyMenu;
    var jm:JellyMenu=new JellyMenu();
    
    jm.x=200;
    jm.y=200;
    jm.items=['FORUM','TUTORIALS','DOWNLOADS','HOME'];
    jm.urls=['http://www.flepstudio.org/forum/english-forums/','http://www.flepstudio.org/english/tutorials.html','http://www.flepstudio.org/forum/downloads.php','http://www.flepstudio.org/'];
    jm.sound=true;
    jm.horizontal=false;
    jm.borderColor=0x333333;
    jm.fillColor=0x000000;
    jm.rollOverColor=0xCCFF00;
    jm.ColorText=0xFFFFFF;
    
    addChild(jm);
    The result:







    Code explanation:
    Import the JellyMenu component: import org.flepstudio.JellyMenu;
    Instance it: var jm:JellyMenu=new JellyMenu();
    Impost its properties ( they have same names of properties into its properties panel component).
    The component, inherits from MovieClip so you can use the x and y to position it.
    Use addChild to add JellyMenu to the stage.

  3. #3
    Member Settled In Maldor is on a distinguished road
    Join Date
    Jan 2008
    Posts
    39
    Rep Power
    0

    Re: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

    hi flep sorry to break ur ballz on a daily basis but how can you remove the right click signature from the jelly menu? and is this only for linking to things that lie outside the actual page? the menu cant load content for example in an iframe?

    thanks for ur help........

  4. #4
    Junior Member Settled In frankie is on a distinguished road
    Join Date
    Feb 2008
    Posts
    4
    Rep Power
    0

    Re: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

    I am try to look for the jellymenu but icant find it i wen to windows / componet and is not there where do i look for it?

  5. #5
    Member Settled In Maldor is on a distinguished road
    Join Date
    Jan 2008
    Posts
    39
    Rep Power
    0

    Re: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

    one..it is in the folder called flep studio

    two...this will only be there when you open an AS3 Document and NOT AS2


    three ..........you will not see it if you are not using FLASh cs 3.......not version 8 or MX

  6. #6
    Junior Member Settled In frankie is on a distinguished road
    Join Date
    Feb 2008
    Posts
    4
    Rep Power
    0

    Re: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

    got it lol thanks i open a new document 3 so is there thanks

  7. #7
    Junior Member Settled In frankie is on a distinguished road
    Join Date
    Feb 2008
    Posts
    4
    Rep Power
    0

    Re: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

    how do i change the colors?

  8. #8
    Junior Member Settled In frankie is on a distinguished road
    Join Date
    Feb 2008
    Posts
    4
    Rep Power
    0

    Re: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

    i check the parameter and change the color but no luck

  9. #9
    Member Settled In Maldor is on a distinguished road
    Join Date
    Jan 2008
    Posts
    39
    Rep Power
    0

    Re: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

    jsut publish the film!!!!!!! no componets really change color automaticaly on screen....test the movie and you will see that the colours do work in the parameters..........

  10. #10
    Junior Member Settled In jodydj is on a distinguished road
    Join Date
    Nov 2008
    Posts
    4
    Rep Power
    0

    Re: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

    Hi, it's possible to change the font ? and if yes, how ?
    Thanks in advance!

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Similar Threads

  1. MailForm Flash CS3 component by FlepStudio [ FREE ]
    By Flep in forum FlepStudio components
    Replies: 49
    Last Post: 29-10-09, 13:40
  2. SimpleGallery - Flash CS3 component [FREE]
    By Flep in forum FlepStudio components
    Replies: 16
    Last Post: 16-10-09, 21:18
  3. Componente MailForm per Flash CS3 by FlepStudio
    By Flep in forum Componenti di FlepStudio
    Replies: 14
    Last Post: 22-04-09, 00:29
  4. ImageLoader - Flash CS3 component by FlepStudio [ FREE ]
    By Flep in forum FlepStudio components
    Replies: 7
    Last Post: 26-01-09, 07:49
  5. JellyMenu - componente per Flash CS3
    By Flep in forum Componenti di FlepStudio
    Replies: 4
    Last Post: 25-04-08, 14:54

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Optimization by vBSEO