IDE :: Menu Won't Show Up

Jun 10, 2009

when I preview my swf on local verything is ok, the whole website is working perfectly but once putted online my menu wont show up and i can't do anything then.

[code]....

P.S: the main movie is "master"

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Expanding / Collapsing Menu - Should Have Remember The Last Visit Menu And Show The Menu

Jun 5, 2004

I have created this site with a expanding / collapsin menu. When a user selects a menu e.g. "hammers" then the menu is loaded and show the submenues. When the users closes the menu by moving the mouse away from the area the menu collapses. If the user expands the menu again the menu should have remember the last visit menu and show the menu.

View 4 Replies

ActionScript 3.0 :: Show / Hide Sub Menu Using Array

Apr 12, 2010

I'm trying to show and hide a sub menu. So what I want to do is for the sub menu to show up and stay up if certain buttons are clicked, but disappear if other buttons are clicked. I've got an array of the sub menu. If any of the buttons are clicked from the sub menu array, it should stay.

var subMenu:Boolean=false;
This is my sub menu array:
var arrSub:Array=[m8_mcButton,m9_mcButton,m10_mcButton,m11_mcButton,m12_m cButton,m13_mcButton,m14_mcButton];

When a button is clicked, I want to check to see if the sub menu is showing and to check which button has been clicked. This is the code I came up with, but unfortunately, doesn't work...

function onButtonClick(e:MouseEvent):void {
for (i=0; i<arrSub.length; i++) {
if (subMenu && e.currentTarget!=arrSub[i]) {
arrSub[i].y=-130;
subMenu=false;
}}

View 2 Replies

ActionScript 3.0 :: Pop-up Hint Menu Doesn't Show Up?

Jul 7, 2011

Working on an ActionScript 3 project in CS6. Following along with the "Flash Down Under" tutorial on the Macromedia website. In the tutorial, a pop-up menu shows up when the instructor types in part of the ActionScript command. I cannot get this function to work for me, even though the commands highlight when I enter the text in full. Anyone know how I can get the pop-up menu to display?

View 5 Replies

ActionScript 2.0 :: Menu Items Will Not Show As Active?

Feb 13, 2012

I'm updating this site for a client:

[URL]

I can't get "Motion" and "Press" to show as active. Basically this is done via a gotoAndPlay function, but it's not working. In addition, the code also deactivates the menu item when it's active; so, if I was on "Profile" before going to "Web" or "Press," that item remains inactive once I've clicked on "Web" or "Press," so I can't click on "Profile" again until I go to any of the other pages.

Below is the code for the navigation. Also, there is an external file named BookSection.as that I believe contains the code we would need to edit, I just can't figure out what it is - I've tried several edits.

You can find here (I couldn't upload since I don't have more than 50 posts):

[URL]

ActionScript Code:
mLogo.gotoAndStop("complete");
// PRINT------------------------------------------
booksButton.onRelease = function()

[Code].....

View 0 Replies

Linking XML Slide Show With Scrolling Menu

Apr 25, 2006

I finished my slide show using xml.of course only one picture shows (loads) as my navigation is...the scrolling menu, so there is not click next button as in the xml slide show tutorial.I also finished, as you can see, the scrolling menu movie...i would not use the xml slide show technique with this as you would always have to manually go in and update blank boxes to load pics into as they are not overlapping in the same space.although you super coders can...im just not there...this is my first project with any coding, and im copy and paste man.how do i make it where my buttons in the scrolling menu call up the images from my xml document that created my slide show?[code]

View 14 Replies

ActionScript 3.0 :: Show The Context Menu WITHOUT Right Click?

Jul 21, 2011

I have javascript making my swf enabled for right-click interaction (which means no context menu), but for some specific movie clips I actually do want the context menu to show on right click. I was thinking to do this I need some action script code that will open the context menu without a right click, since the javascript blocks the swf from knowing a right click has occured (the swf only knows that the javascript has told it to run some function).

The context menu method display(stage:Stage, stageX:Number, stageY:Number) sounds like it would have done the trick, but that is for AIR only.

View 2 Replies

ActionScript 2.0 :: Popup Menu To Show On Rollover In MovieClip

Aug 20, 2010

I got this movieclip. With actionscript I attached a new movieclip to this one, as a popup menu, which will show on rollover. Inside this movieclip, it automatically makes textfields, as menu options (information I receive from a XML document). The problem is, that I cannot get it to respond on a onRelease function on those text fields, and I do not know why.

Heres the code for the textfields
Actionscript Code:
marray = explode(",",mn);
var sizes = 0;
for(var i=0;i<=marray.length - 1;i++){
trace(i);
mc.menu1.createTextField("txt"+i, i+59, 0, sizes, 100, 25);
mc.menu1["txt"+i].onRelease = function() {
getURL("[URL]", "_blank");
};
mc.menu1["txt"+i].text = marray[i];
sizes = Number(sizes) + 25;}

I tried to make a onRelease on one of the links, but it just wont work probably.

View 7 Replies

Professional :: Command Script Doesn't Show In Fl CS4 Menu?

Feb 15, 2009

I have a command script (framesSelected.jsfl - the code isbelow) which outputs information about frames selected to theoutput panel, which I find very useful. With CS4 (Windows XP), whenI place the jsfl file in the (suggested in the manual) folder(C:Program FilesAdobeAdobe Flash CS4enConfigurationCommands)I expect it to show in the command menu as it did in CS3. Itdoesn't. Can anybody tell me why, and what I must do now to get itto show? (script follows)

var current_tl = fl.getDocumentDOM().getTimeline();
var selectedFrames = current_tl.getSelectedFrames();
var selectedRegions = selectedFrames.length/3;

[code].....

View 1 Replies

Professional :: Alpha Value Option Is Not Show Up On The Properties Menu?

Sep 19, 2010

where the Alpha Value is located?  It is not show up on the properties menu. I'm trying to animate and object to fade in and out similar to this walk through.  CS flash 5 seems be different.

View 4 Replies

Actionscript :: Possible To Show A Custom Right-click Menu In Flash?

Dec 31, 2009

Just wondering if it is possible to show a movie clip based menu inside a Flash movie when the user "right-clicks" an item (a button or movie clip for example).

View 2 Replies

ActionScript 3.0 :: Navigation Menu - Different Curtains To Show Up On Button Press

May 17, 2010

I am making a navigation menu in that I want a curtain to show up on the same page. In other words the user just stays in the same page and different curtains show up according to which menu button he presses with the corresponding content showing up in a curtain. I've given diferent names for each menu button which i converted to Movie Clips: bt_eol; bt_mar; bt_hid; bt_amb; bt_who. Then I created a Movie clip for the curtain and put it on frame 40 so that I can load a .doc file that has the content for the Menu button bt_eol.

Code:
function bt_eol(e:Event) {
mc_conteudo.gotoAndStop(40);
mc_conteudo.source="Conteudos/eolica.doc";
} bt_eol.addEventListener(MouseEvent.CLICK,bt_eol);

The mc_conteudo is the curtain. But I get this two errors: Incompatible override and Duplicate function definition. Or is it better to use a UILoader? This is probably easy to do as I've saw this on other websites,the user just presses a menu button and a frame/curtain/window whatever shows up with the content.

View 2 Replies

Professional :: Flash - Text On The Vertical Menu Doesnt All Show?

Jan 10, 2011

I am learning flash and recently bought a flash template so I could see how it was structured etc. The vertical menu on the flash template plays fine when ran locally but when I upload it to the web the text on the vertical menu doesnt all show (i.e. the text is half cut off).

View 5 Replies

Flash :: Hidden/show Particular Context Menu Item In Flex?

Apr 26, 2010

var contextMenu:ContextMenu = new ContextMenu();
contextMenu.hideBuiltInItems();
var contactList : ContextMenuItem = new ContextMenuItem("Add to Existing List");

[Code]....

All coding on contactListItemRenderer.as and call to datagrid like

<mx:DataGridColumn itemRenderer="com.view.Contact.ContactListItemRenderer"
dataField="fullName" headerText="Full Name" />

View 1 Replies

Flex4 :: Show Copy And Paste Menu Items In Textinput?

Dec 10, 2010

In my flex 4 project I am using some Spark TextInput components. It doesn't show copy and paste in the right click menu by default. The user needs to copy some text and paste into it. How can we enable this?

View 2 Replies

Create A Menu Tree That Will Show All Files In An USB Flash Drive?

Mar 7, 2012

I need to create a menu that will show all files in USB. The menu will need to auto-run when inserting the USB.

the menu need to be dynamic, so if i will add files i will see the new files in the next time that i will use the USB.

View 1 Replies

ActionScript 2.0 :: Dynamic Menu - Moving Down Items To Show Sub Navigation

Oct 30, 2006

I have a vertical menu which is generated via xml. Each menu item also has its own sub menu (not shown). When clicking on the top level item I want the rest of the items to move down to show the sub navigation. i.e.

menu item 1
menu item 2
menu item 3
menu item 4

menu item 1
sub menu 1
sub menu 2
sub menu 3
menu item 2
menu item 3
menu item 4

I have that working fine. Say if I have clicked on menu item 1, and the sub menu is displaying, before i have can view another sub menu I have to click on menu item 1 to close it before I can click on menu item 2.

This is the code that I am using to tell whether or not to move the buttons up or down:
Code:
menuButton.clicked = false;
menuButton.onRelease = function () {
if(menuButton.clicked == false) {
_root.moveMovieDown(buttonNum, buttonHeights);
menuButton.clicked = true;
[Code] .....
Basically I want to be able to click on any menu item button, if a menu item is open, I want it to close, and then open the new one. Just like this one. [URL

View 1 Replies

ActionScript 2.0 :: Show A 'popup' Window On Menu Item Rollover?

Feb 17, 2009

I have a big problem with my flash menu and the hittest function.I want to show a 'popup' window on menu item rollover (and i did it!).But I have a rollover problem passing through other items because of hittest areas are colliding.I attach a .fla file for example...Try to pass from 'voice1' to 'voice 2'...voice 1 windows remain shown.

View 5 Replies

ActionScript 2.0 :: Slide Menu Navigation - Move The Rectangle To Show Which Image Is Being Viewed, When The 'next' Or 'previous' Button Is Pressed

Oct 16, 2007

I'm trying to put together a sideshow using a modification of load_images.fla (a sample file supplied with Flash) combined the the 'Kirupa Menu with Slider' tutorial ([URL]) The slideshow uses a 'next' & 'previous' button to click thought the images. In addition to this I have a separate slide menu navigation (currently just numbers 1-7), with a rectangle highlighting the number of the image being viewed. I would like to move the rectangle to show which image is being viewed, when the 'next' or 'previous' button is pressed. The follow code shows the actionscript for the 'next' & 'previous' buttons....

[Code]....

View 2 Replies

Professional :: Make A Field Show As "read" When Returning To Menu?

Dec 4, 2010

I'm in the midst of creating an extremely rudimentary game show display. It will essentially function like the big screen in Jeopardy.
 
I want to be able to have this operate in four stages. First stage: One frame will have all the question categories and values laid out in a grid. Second stage: I will click on a category and have it link to a frame that displays a question. Third stage: Once my participant answers the question, I will click once more and be linked to a frame that has the answer. Fourth stage: I click a link back to my initial grid of questions, but the category I just went through is now a different colour/blacked out/faded
 
I can do steps 1-3 quite easily, I just don't know how to make step four work. Just to clarify, say all the questions are in blue and I click "History for 200". I want to be able to go through, answer that question, come back to the grid, and have "History for 200" now be in red (or something). This would have to work for multiple questions, as it should show the participants which questions have already been asked.
 
I'm a quick learner and am just looking for the actionscript or whatever that requires this. My question wasn't really short enough for searches of Google and this forum to yield anything.

View 2 Replies

Flash :: Professional - Add New Menu In Menubar And New Menu Item Inside The Help Menu

Feb 27, 2011

i want to add new Menu in flash IDE and i want to add inside the adobe flash menu. How i can add new menu in menubar and new menu item inside the help menu. is it possible to do this things if yes then which language i have to use for this. what is way to start development and what is the .MXP file and how to create this .MXP file.

View 1 Replies

ActionScript 3.0 :: When Click In On Menu The Actual Menu Does An Alpha To 0 And The Next Menu Appears?

Jan 27, 2010

The menu is like this http:[url]... (the site is in portuguese but it doesnt matter), when I click in on menu the actual menu does an alpha to 0 and the next menu appears using the alpha from 0 to 100 (and some animations like the cellphone going up).Now, how can I do a menu like that, whatever the menu I choose, it does that alpha animation ?

View 1 Replies

ActionScript 2.0 :: Menu Item 11 Later Menu 12 Menu 13 In Bottom?

Sep 7, 2009

i have AS2 coded menu it's working xml but i can add 11 categories.if i add menu item show page out...i want menu item 11 later menu 12 menu 13 in bottom. sorry my english i add flash file and screen

View 1 Replies

Flex :: Datagrid Data Splitting - Show All Column Values And If Uncheck Columns Has To Show

Jan 23, 2012

In my flex datagird i have a checkbox and a datgrid with seven columns. im populating values in first five column(remaining two column no values) of datgrid by an Arraycollection. now,By clicking the checkbox i want to show all seven column values and if i uncheck five columns has to show... how its possible?? heres my code

[Code]...

View 1 Replies

ActionScript 2.0 :: Show Date And The Link Zooms Up And Fills The Screen Giving Show Info?

Mar 9, 2004

I'm fairly new to ActionScript and was wondering if anyone had an idea how this effect was done:[URL]..Click on a show date and the link zooms up and fills the screen giving show info. Then when you click the back button it shrinks back to where it was on the calendar.

View 3 Replies

ActionScript 2.0 :: Senoc's Drop-down Menu - Only Disappear If Click On Another Menu Item Or When Click Outside The Menu

Jan 17, 2004

ive followed Senoculars drop-down menu tute [URL], awsome stuff, but it seems the submenu's dont disappear to well when you roll out. ..They only disappear if you click on another menu item or when you click outside the menu.

View 12 Replies

Show Video Via Flash / If Failed Show It Via Html5

Aug 26, 2010

how I embed a html5 video player only if there's flash in the browser? If there is flash in the browser I want to use it instead.

View 2 Replies

Asp.net :: Show The .ppt File In The Webpage By The Slide Show Manner

Jun 10, 2011

In my asp.net application,I want to show the .ppt file using the slide show manner.

That's to say,user can upload .ppt file to my server side,then other people can browser these ppts in the page ..

Since I have googled "embed powerpoint in web page" ,it seems that there is not a good idea to implement this and support the cross browser,so I thought the flash.

This is a slide show using the flash: [URL]

What I want is show the contents of the .ppt in this manner(it would be better if it support the animations in the ppt)?

View 1 Replies

Flex :: Menu Control - Click A Button And A Menu Is Displayed. Click That Button A Second Time And Hide That Menu?

Jun 20, 2010

Basically, I have a button and on click it displays a menu. I want to click that menu a second time and the menu closes. Currently, every time you click the button, the menu reopens. I pasted the Flex livedoc example below. If you click the button, the menu keeps reopening.Now, I rigged it up by setting a var to open and closed, so when clicking the button it does a check. However, if you click away from the screen, the HIDE event gets dispatched, and the menu closes. This messed up the open close var being set.

How could I make this Flex example below show the menu on button click, and then on a second button click, it closes the menu? Take into affect that if you click away from the menu, it closes it.Also, I played around with the MOUSE_DOWN_OUTSIDE event for the button and set the preventDefault, and the FlexMouseEvent event.cancelable is set to false.Changing to a PopUpMenuButton is not an option. I have to much skinning involved.Here is the Flex example:

<mx:Script>
<![CDATA[
// Import the Menu control.
import mx.controls.Menu;

[code]....

View 1 Replies

ActionScript 2.0 :: Show Or Not To Show The Color Of One MC

Apr 27, 2006

I have one MC that he has an gray color, when I compel it, it is gray, everything is fine so far. I had to create one param in the HTML pra to be able to change at any time of the MC color ex:"meuFlash.swf?&cf1=ff3300>...", any time that I change this MC color , my MC change too. I create this. [AS]new Color (fundo_mc.fundos_mc).setRGB (parseInt (cf1, 16));[/AS] My problem is the following one, when I speak in the HTML that I do not want to use this color "ff3300", I only want to use "meuFlash.swf?...", mine MC are all black, it are not of the gray color that I already had left, I do not know because it is all black.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved