Flash CS3

Free tutorials and scripts for all

Sometimes members don't get their activation email.
This happens because it gets deleted by accident, your spam folder gets it ... lots of reasons.
To Resend the account activation code you need to do two things:
1. Go here: Resend your activation email
2. Enter the email address you used when you signed up and click "Email activation codes"
3. When the email arrives in your inbox, be sure to click the link to activate your account.

JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

This is a discussion on JellyMenu - Flash CS3 component by FlepStudio [ FREE ] within the FlepStudio components forums, part of the Components category; Ciao! Are you using the MailForm component for Flash CS3 ? FlepStudio has created a new Flash CS3 component. It's ...


Go Back   Forum Flash CS3 > English Forums > Components > FlepStudio components

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 19-10-07, 06:01
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,319
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

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
File Type: zip JellyMenu.zip (55.3 KB, 103 views)

__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !

Last edited by Flep; 05-06-08 at 17:41.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 20-10-07, 13:50
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,319
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
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.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-02-08, 15:03
Member
 
Join Date: Jan 2008
Posts: 38
Rep Power: 0
Maldor is on a distinguished road
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........
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 16-02-08, 04:24
Junior Member
 
Join Date: Feb 2008
Posts: 4
Rep Power: 0
frankie is on a distinguished road
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 16-02-08, 08:10
Member
 
Join Date: Jan 2008
Posts: 38
Rep Power: 0
Maldor is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 16-02-08, 08:44
Junior Member
 
Join Date: Feb 2008
Posts: 4
Rep Power: 0
frankie is on a distinguished road
Re: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

got it lol thanks i open a new document 3 so is there thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 16-02-08, 08:46
Junior Member
 
Join Date: Feb 2008
Posts: 4
Rep Power: 0
frankie is on a distinguished road
Re: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

how do i change the colors?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 16-02-08, 08:50
Junior Member
 
Join Date: Feb 2008
Posts: 4
Rep Power: 0
frankie is on a distinguished road
Re: JellyMenu - Flash CS3 component by FlepStudio [ FREE ]

i check the parameter and change the color but no luck
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 16-02-08, 09:02
Member
 
Join Date: Jan 2008
Posts: 38
Rep Power: 0
Maldor is on a distinguished road
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..........
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
MailForm Flash CS3 component by FlepStudio [ FREE ] Flep FlepStudio components 33 20-08-08 09:30
Componente MailForm per Flash CS3 by FlepStudio Flep Componenti di FlepStudio 6 28-07-08 15:01
JellyMenu - componente per Flash CS3 Flep Componenti di FlepStudio 4 25-04-08 13:54
ImageLoader - Flash CS3 component by FlepStudio [ FREE ] Flep FlepStudio components 5 05-03-08 08:34
SimpleGallery - Flash CS3 component [FREE] Flep FlepStudio components 10 07-02-08 21:57


All times are GMT. The time now is 19:19.


Powered by vBulletin versione 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap

FlepStudio
by Filippo Lughi
P.IVA 03605860406