ActionScript 3.0 :: Call A Function From A Xml Menu Item?

Oct 11, 2010

I have purchased a menu (AS3 + XML)...very nice, and I have simpleviewer v 2 ...also very nice - However - I have absolutely no idea how to get the xml menu buttons to call on the function that loads the relevant simpleviewer gallery...not very nice

I have spent the weekend going through lots of menus with XML + AS3 but they all seem to fall short of explaining how you get the final xml buttons to interact with any actionscript within your flash movie. This makes me think I am missing something very obvious and if so a polite nudge in the right direction would do just fine. In the mean time this is what I have been doing,

The thought pattern I have at the moment is that I can call a function (that is written on the first frame on the main flash movie) from a button in the xml file. Is this true and if so how?I have been trying to search for terms such as 'call function from xml' etc but have not found any relevant links Based on the two code blocks below I tried this within the xml but no luck

HTML Code:
<item text = "ButtonTest1" action = "_root.loadGallery1" frame ="1" label = "" url = "" target = "_self" />

The function/s I want to call from the flash movie is this

ActionScript Code:
function loadGallery1(e:Event){
loadGallery("gallery_1.xml");
}

[code]....

I have all the relevant as files for the menu if I need to code them, just really need to know what I should be looking for. As it is a purchased download i am not exactly sure if there is any restrictions on sharing code but it is fairly useless within flash if I cannot get it to work in the first place!

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Call A Function From A Xml Menu Item And How?

Oct 11, 2010

I have purchased a menu (AS3 + XML)...very nice, and I have simpleviewer v 2 ...also very nice - However - I have absolutely no idea how to get the xml menu buttons to call on the function that loads the relevant simpleviewer gallery...not very nice

I have spent the weekend going through lots of menus with XML + AS3 but they all seem to fall short of explaining how you get the final xml buttons to interact with any actionscript within your flash movie. This makes me think I am missing something very obvious and if so a polite nudge in the right direction would do just fine. In the mean time this is what I have been doing,

The thought pattern I have at the moment is that I can call a function (that is written on the first frame on the main flash movie) from a button in the xml file. Is this true and if so how?

I have been trying to search for terms such as 'call function from xml' etc but have not found any relevant links

Based on the two code blocks below I tried this within the xml but no luck

HTML Code:
<item text = "ButtonTest1" action = "_root.loadGallery1" frame ="1" label = "" url = "" target = "_self" />

The function/s I want to call from the flash movie is this

Code:
function loadGallery1(e:Event){
loadGallery("gallery_1.xml");
}

[Code].....

I have all the relevant as files for the menu if I need to code them, just really need to know what I should be looking for. As it is a purchased download i am not exactly sure if there is any restrictions on sharing code but it is fairly useless within flash if I cannot get it to work in the first place!

View 2 Replies

Actionscript :: Get A Menu Item's Width Before Displaying The Menu Item In Flex?

Mar 11, 2011

I'm trying to get the menu width of a menu item in flex 4. I can get it but I have to show the menu first, then hide the menu, do a calculation, and show it again. Is there an easier way to get the item menu width without this hassle?

View 1 Replies

Flex :: Call Inline Function And Pass In Current Item As The Argument?

Jun 8, 2010

Im trying to create a loop of items like this...

for each (var btn:Object in ViewButtonData)
{
// build element[cocde]..........

I would like to pass in current HBox to the 'HoverTab' function. Is there a way to do that?

View 3 Replies

IDE :: Create Menu Buttons W/ OnRelease To Call Function

Feb 25, 2009

I reworked a script that creates a menu from XML. Works great, it creates the menu items by attaching a button I have in my library, each button gets the proper data passed to it in the process. Each button has an onRelease tied to it by the script. When the menu item is clicked (onRelease) it loads an image and proper data into the movie (into movie clips & dynamic text boxes).My hangup is that I want the first menu item to be called when the menu is created. In other words, i want to call the function that the onRelease is calling with the first menu items data but i can't figure out how to do it.All i can figure is having the button call the function itself [i.e.if(this.name =="button1"){] but that doesn't work.[code]

View 1 Replies

ActionScript 3.0 :: Call The Menu Within Another Function Which Is Not The Same Type Of Event?

Oct 29, 2010

Code:
stage.addEventListener(Event.DEACTIVATE,callMenu);
...
function callMenu(e:Event)
{
//game is paused and a menu is brought up.
}

if i also want to call the menu within another function which is not the same type of event, should i pass in null?

example: a switch statement finds the correct keyboard input has been pressed, is it bad to use callMenu(null);...it seemed to work, but feels wrong.

View 3 Replies

Actionscript 3 :: Call The Function From The Context Menu And Graphics Get Cleared?

Apr 7, 2012

I call the function below from the context menu and graphics get cleared. If the call comes from within another function it don't.
Why it's not working than?

function removeFrame(e:Event=null):void{
holder.graphics.clear();
}[code]....

It's Working if I call the function directly from the right-click menu:

menuitem1.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT,cleanIt);

View 1 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

Drop Down Menu Bug - Invisible Bottun Around Each Item Interferes With The Item Besid It

Jul 22, 2011

I have made a drop down menu with 7 items but as the invisible bottun around each item interferes with the item besid it, when i try to roll the mouse from one item to another, the invisible bottum dont work and the dropdown remains open.

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

ActionScript 1/2 :: Flash Menu Component - Loader To Load An Swf When An Item Is Selected From The Menu

Oct 27, 2006

i created an application and it has a menu bar at the top of the stage it also has a loader component below it. i need the loader to load an swf when an item is selected from the menu. Does anybody know how to code this. I am using the following code:

[Code]....

View 1 Replies

Actionscript 3 :: Flex - Create Context Menu In AIR Application - Add Sub Menu Against Any Parent Item?

Sep 21, 2011

How create Context menu in AIR application plus how add sub menu against any parent item in Flex?

View 2 Replies

Actionscript 3 :: Menu Bar Control In Flex , Handle Separate Method For Individual Menu Item?

Jun 26, 2009

i need to fire separate method for individual menu item clicked ,so that individual item can handle separate method.and i need know what all the properties are available in menu item like type="radio".

<mx:MenuBar id="jj" labelField="@label" itemClick="MenuItemClick(event)" x="23" y="228">
<mx:XMLList>
<menuitem label="File">[code]......

View 2 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

ActionScript 2.0 :: Hierarchical Drop Down Menu - Make Every Sub Menu Item A Movie Clip And Insert Them Into Buttons?

Feb 12, 2004

I need a tutorial for a hierarchical drop down menu system that drops down 3 sub levels. Do I make the items in the sub menus individual buttons and then insert them into a movie clip or make every sub menu item a movie clip and insert them into buttons?

View 1 Replies

ActionScript 3.0 :: Context Menu - Add A Right Click Menu With A Custom Item? ?

Oct 8, 2009

i wanted to place some credits item in the right button menu (no links, so no events, just a label with credits). i was looking the contextmenu help, and there is an example of how to add items, disable default items and so on, but i could not find how to attach the menu to the movie (the basic part). i tried both on 'stage' and it tells me that stage does not have a property called contextMenu, so i tried to attach it to a sprite, it runs ok and compiles ok but when i right click on the sprite i get the default menu

var _menu_item:ContextMenuItem = new ContextMenuItem("here goes [code].....

how to add a right click menu with a custom item?

View 3 Replies

Actionscript 3 :: Flex - Hide A Menu Item From Menu?

Feb 22, 2012

How to hide menu item from Menu object ?

View 1 Replies

ActionScript 2.0 :: Drop Down Menu When Click On Another Menu Item?

Nov 13, 2002

I have an array for my menu and submenus.It works fine, but I have to click again on the menu to close it.When it's open it's completly open it takes too much space.how I could make a menu close when I click on another menu item..this is the code on the frame on my main timeline:

MenuArray=new array();
MenuArray[1]=menu1;
MenuArray[2]=menu2;[code].....

View 1 Replies

ActionScript 2.0 :: Select An Item From List Component And Fire A Function Directly Related To Selecting That Item

Jul 13, 2009

I want to be able to select an item from my list component and fire a function directly related to selecting that item. list is called "tidlist" function is "selecttid(n)" the "n" needs to be replaced with the index number... so if run my swf and the list component displays my items... when i select one (the third one for example)... i want to fire "selectTid(3)".... cant seem to grasp.

View 1 Replies

Actionscript 2.0 :: Select An Item From List Component And Fire A Function Directly Related To Selecting That Item?

Jul 13, 2009

I want to be able to select an item from my list component and fire a function directly related to selecting that item.

list is called "tidlist"
function is "selecttid(n)"

the "n" needs to be replaced with the index number... so if run my swf and the list component displays my items... when i select an item (the third one for example)... i want to fire "selectTid(3)".... cant seem to grasp.

View 1 Replies

Xml :: Call On Specific Item Through Flash?

Mar 3, 2011

I want to know how you would call on a specific item in xml through flash? Here is my XML

<menu>
<day>
<monday>
<maindish>

[Code]....

This is the Code in Flash

for each (var maindish:XML in myXML..maindish)

How would a load the information for a specific day, lets say if it wednesday was selected.

View 1 Replies

ActionScript 3.0 :: Use ExternalInterface.Call To Call A JavaScript Function To Launch A Lightbox Window?

Jun 22, 2009

I'm trying to use ExternalInterface.Call to call a JavaScript function to launch a lightbox window. So far I have this:

AS3:
flash.external.ExternalInterface.call("launchLB", "" + aUrl + "");
JavaScript:
function launchLB(url) {
alert(url);

[Code]....

I get the alert but I can't get the lightbox window to display. When my as code makes the ExternalInterface call I get what looks like a page refresh and a blank browser window.

View 1 Replies

ActionScript 2.0 :: Function Call Does Not Work When Call It Via An Action On A Graphic And EnterFrame

Jan 7, 2008

I have an enterFrame action that I use on a graphic:

[Code]....

Because I want to use the above code more than a few times, I tried to make it a function.

[Code]....

But for some reason the function call does not work when I call it via an action on a graphic where initially the code worked when it was explicitly written and not called as a function.

Code:
onClipEvent (enterFrame) {
fadeOut();
}

View 3 Replies

ActionScript 3.0 :: Function Call Not Working - Getting Error 1180: Call To A Possibly Undefined Method Init? ?

Sep 25, 2009

why this is not working.I have an application with a new class I just created.  The class loads, but will not call it's own internal function. 
 
package com.parkerandkent.components.classic.photogallery {
 import caurina.transitions.Tweener;
     import flash.display.MovieClip;[code]....
 
"Test 2" will not fire here.And I get this error message:
 
CallTag.as , Line 10        1180: Call to a possibly undefined method init.

View 4 Replies

Flash :: Call Anonymous Function From ExternalInterface.call() Method?

Nov 4, 2010

I need to get a javascript var in my Flash application. I like to be able to just set a variable in the javascript (client constraints) rather than define a function.

Can this be done? I am trying to use the ExternalInterface.call()

AS:

ExternalInterface.call("function(){return window.someVar}", null);

JS:

var someVar = "Test";

This does not work and I suspect it is because the ExternalInterface.call() does not like the anonymous function.

View 2 Replies

Flash - Externalinterface.call Won't Call The JavaScript Function - Firefox 3.6

Feb 10, 2011

I have a function defined in JavaScript like so:

function fadeBack() {
alert("fadeBack called");
};

I call that function from my Flash file like so:

import flash.external.*;
flash.external.ExternalInterface.call("fadeBack");

This works in both Safari and Chrome, but for some reason Firefox won't ever call the function. Still, I can't figure this out. How can I fix it?

View 2 Replies

ActionScript 3.0 :: Call A DispatchEvent Call From Inside Of A Static Function?

Feb 3, 2009

Does anyone know if there is a way to call a dispatchEvent call from inside of a static function?

View 2 Replies

ActionScript 2.0 :: Call A Custom Function It Doesn't Call It At All

Oct 13, 2002

have a node that has an asfunction embedded - won't work. if I change the a href to a web page- it works fine. If I try to call a custom function it doesn't call it at all.

View 1 Replies

Flex :: Call A Custom Event From An Item Renderer?

Jun 17, 2010

I have a Renderer:

<?xml version="1.0" encoding="utf-8"?>
<s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" [code].............

View 5 Replies

ActionScript 3.0 :: Getting Hierarchy Of Selected Menu Item

Aug 26, 2009

I have a menubar as such:
Code:
<?xml version="1.0" encoding="utf-8"?>
<root>
<node label="Road">
<node label="Madone">
<node label="Madone 4.5"/>
<node label="Madone 4.5 WSD"/>
[Code] .....

When I click on a menuitem, I wish to print out the selected item, but in the form of (for example if I were to click Madone 4.5) "Road > Madone > Madone 4.5".

View 1 Replies







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