Flash :: Getting The Name Of A Selected Item On The Stage Using JSFL?

Oct 28, 2011

I want to be able to select a item (image, movieclip etc) that has been added to the stage in Flash and access its file name.

So if I drag a image called 'imageOne.png' onto the stage, I want to be able to access its name, 'imageOne.png', and pass it to a Extension for Flash that I'm building. I know I can get details from the library, but not from the items selected on the stage.

Can anyone tell me how to access this information using JSFL.

View 2 Replies


Similar Posts:


Actionscript 3.0 :: Jsfl Panel & Flash Authoring - Get The Duration Of A Selected Sound File?

Jul 13, 2010

I've developed a neat WindowSWF panel after watching Lee's demonstration video. I got everything I needed to work, but I'm having trouble getting information from my sound files. Basically I have a list of sound objects (.wav format) in my library and I want to find the duration of each file so that I can add them to existing movie clips, then add or remove frames depending on the length of the sound file on the frame. I've been pouring over the jsfl actions libraries and can't find any method to get the duration of a selected sound file.

View 2 Replies

ActionScript 1/2 :: SOS: Change Color Of Selected Menu Item Button If Selected

May 19, 2010

I have a menu with many sub menus. I need to change the color of the selected button and then move on to the sub menu. My menu is horizontal and now it's not obvious the path that you follow.

View 2 Replies

IDE :: Access The Child Of A Selected MovieClip In JSFL?

Dec 16, 2010

Is there a way to access the child of a selected movieClip in JSFL.

ie i can access the selected movieClip using fl.getDocumentDOM().selection[i]. Now i also want to access the child of this movieClip.

My aim is to give instance name to all the movieClip in an FLA

View 1 Replies

Flex :: Select Item In Details Form Dropdown When Datagrid Item Is Selected

Feb 15, 2011

I have this datagrid:

<mx:DataGrid id="dgCompetenteN" includeIn="Test" left="10" right="472" top="69" bottom="149"
dataProvider="{colCompetente}" editable="false">
<mx:columns>

[Code]....

What I want to do is, when I select an item in the datagrid, the selected item of the dropdown should be the correct one (the one which has the field idCompSuperioara equal to the third element in the selected datagrid row).

View 1 Replies

ActionScript 2.0 :: Display Item In Datagrid In Order It Was Chosen And Remove Selected Item

Jul 20, 2010

I am in search of finding a way to display shopping cart items in a flash 8 datagrid in the order it was chosen by the user & also to ability to delete an item if the user choses. Currently I have the items displaying however they are displaying in a position as it is stored and called in the array. [code]

View 5 Replies

Flex :: Toggling States - When Other Item Is Selected The First Item Does Not Change Its State?

Apr 26, 2011

I have used states in my application.The thing is I have made the first item in my list to be selected. so I gave like this,

if(itemIndex == 0)
this.currentState="selected";

this works fine.The problem is when other item is selected the first item does not change its state,it remains in the selected state until its clicked.My code looks like this,

<s:BorderContainer id="outerCont" width="275" height="100" borderVisible="false"
backgroundColor.normal="#3D3C3C" backgroundAlpha.selected="0.1"
backgroundColor.selected="{data.color}">

My states are like this,

<s:states>
<s:State name="normal" />
<s:State name="hovered" />[code]........

View 1 Replies

Javascript :: Flash - Get The Selected Item Of ComboBox Of Actionscript 3?

Dec 8, 2010

an example how to do this?UPDATEI know how to get the selected item in actionscript,but my question is how to get it in javascript?

View 1 Replies

ActionScript 1/2 :: Programmatically Responding To The Replace Existing Item Dialog In JSFL

Jul 19, 2006

JSFL includes a nice command named addItemToDocument. This allows the script to add components from the component panel to the stage (and library). If the component already appears on stage and the addition is newer than the version on stage, a dialog appears with the question 'One or More library items already exist in the document.' That is a rather inconvient happening for automating this task. My main goal is to update the components in many files after I update a component. I don't want to manually respond to that dialog.

View 2 Replies

IDE :: Execute A Jsfl Function From A Jsfl File Instead Of A Full String With MMExecute?

May 25, 2009

Is it possible to execute a jsfl function from a jsfl file instead of a full string with MMExecute? And above of that how can i change the base class with jsfl? i created a panel to create certain displayobjects but i really need to change the base class instead of the normal class name.

View 1 Replies

Add Ruler Guides To Stage With JSFL?

May 21, 2009

Since Flash doesn't allow you to specify exact coordinates to place guides, I wanted to create a command to "fit guides to stage". When manually dragging and watching the "Info" panel, you always end up skipping pixels, causing you to zoom way in for precise coordinates.
 
I can't seem to find (and it's possible it doesn't exist) a way to place guides on the stage using JSFL.

View 1 Replies

IDE :: Repositioning Everything On The Stage (across All Frames) With JSFL?

Dec 16, 2011

I have a bunch of old FLAs with one set of dimensions, including a 60 pixel offset along the y axis. I'm writing a jsfl script to resize the stage (works), delete some unneeded layers (works), and reposition everything (doesn't work) What I'm using is:

fl.getDocumentDOM().selectAll();
fl.getDocumentDOM().moveSelectionBy({x:46, y:-60});

When I run my script, the items do in fact get moved, but on tweened clips, they get "doubled dipped," it seems: if I compare the new x and y values of, say, the end keyframe of a clip (only tweened for alpha, for example) is exactly 46 pixels farther right and 60 pixels higher up than it should be.Is there a better way to reposition everything that avoids this "double dipping" among tweens? I'd love to know! There's got to be a way, and I feel like I'm so close, but not quite there. (Of course, I'm probably way offEdit: I've performed the steps manually by turning onionskinning on for multiple frames, selecting all frames, then dragging a selection rectangle across everything on the stage, then moving everything by the desired amount, which works: when I look at the history and view the js for those steps, they look exactly like what I've typed into my script.

View 1 Replies

ActionScript 3.0 :: ComboBox Set Selected Item

Jul 15, 2008

Flash documentation says this is possible, but cb.selectedItem={label:'labeltext',data:'data'}; is a no go for me. Maybe I'm missing something obvious? Setting selectedIndex works great, but this should work too.

View 19 Replies

ActionScript 2.0 :: Selected Item In A Dropdown Box?

Oct 25, 2010

I have a FlashVars in the html page "State"How do I get the code below to reflect the State that is in the html page.So if State = WA the drop down list will have WA as the item shown.This is the code for the combobox

Quote:
var listenerObject:Object = new Object();
listenerObject.change = function(evtObj:Object) {

[code].....

View 2 Replies

Xml :: Flex4 Finding The Name Of The Selected Item?

Feb 10, 2011

I have an XML object in Flex4 that is populating a tree (amongst other things).

I need to be able to find the name of the selected item when it is clicked in the tree.

For example:

<Object id="">
<Image></Image>
<Cycle></Cycle>

[Code]....

The tags are all predefnied by me so I will know what they are, but I need to be able to know if the item a user has selected is "Object" and do something, or if they select "Action" do something else.

What is the syntax to get the names of these in flex4 and compare them?

View 1 Replies

IDE :: Combobox Selected Item Disappears?

Mar 14, 2008

When I select an item from the comboBox-list the selected item stays blank(visually) but the comboBox-list remains populated and change-event keeps firing.

This happens when I embed fonts and modifies or removes items from an existing combobox.

Here's the code that causes the anomoly:
comboBox.textField.setStyle("textFormat", fontFormat);
comboBox.textField.setStyle("embedFonts", true);

View 2 Replies

IDE :: Ring Rotating Down To Selected Item

Mar 31, 2009

I'm working on a flash navigation widget for this site: [URL]. As you can see, when you click on one of the buttons on the ring, the ring rotates down to the item you selected. This was accomplished with the Rotation Smooth - Helper component that I got here: [URL]. My problem is that the component is quite limited in functionality and doesn't work as expected. For example if you click on the "Download" button, and then back on the "Products" button, the ring jumps back to that location instead of rotating back smoothly.

View 5 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.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

Flex ::make 3 Combobox Selected Item?

Jun 4, 2011

I have a combobox with arrayCollection dataprovider, it selects nothing at start, but i see the first object label as selected, i want to add select text, as first option that selects nothing, just to indicate that the user didn't select an option yet.

View 1 Replies

ActionScript 1/2 :: Selected Item : ColorChangeF(mcA[i],0xFF0000);

Sep 8, 2011

If there are 10 movie clips with the same instance name (my_mc), how do I make the currently selected movieclip active (setFocus)?I want to be able to change the color of the currently selected item. The color should change when clicked on a my_mc and then click button1.Below is my color changing code and how do I do this?
 
[code]...

View 6 Replies

Actionscript 3 :: Flex Combobox: Get The Value Of The Selected Item?

Dec 10, 2009

I am using a combobox for the us states, link. The label is set to the full name of the state, while the value attribute holds the abbreviation. What I want to do is to get the selected item's value. So I tried combo.selectedItem.value and combo.selectedItem.@value, but neither of them worked.

View 2 Replies

Flex :: Get The XML Parent Of A Selected Tree Item?

Jan 27, 2010

I have a XML based Tree Control. The XML Structure is recursive, so the children's can have the same Element as the parent. I now want to let the user add and remove the elements. Do do so I need to get the parent element of the selected Item. Following code I already collected together:

var selected:XML = treeControl.selectedItem;
parent.insertChildAfter(selected:XML, newElement);

I just don't know how to get to the selected parents node as there is no such method like treeControl.selectedItem.parent.

View 1 Replies

Flex :: Access ItemRenderer Of A Selected Item?

Feb 3, 2010

I have a TileList with thumbnail images. Under each thumbnail images I display the name of the image. I want to build rename functionality. So under the TileList is a "Rename selected image" button.

When this button is clicked, I would like to change the state of the itemRenderer component. The label underneath the image will change into a TextInput so that the user can type a new name. This is much like the Windows rename file functionality.

How can I access the itemRenderer of the selected image? How can I make it happen that it listens to the click event of the Rename button?[code]...

View 3 Replies

Php :: End The ID Of The Selected Item Of A Flex DropDownList To The Server?

Jul 18, 2011

I am using FlashBuilder 4.5 for PHP. I have a simple MySQL table with the fields {tID, tName}.I am able to populate a DropDownList in a Flex form as below. The DropDownList shows the name of the people without problem:

<s:Form defaultButton="{button}">
<s:FormItem label="myList: ">
<s:DropDownList id="dropDownList" creationComplete="dropDownList_creationCompleteHandler(event)" >
<s:AsyncListView list="{getPeopleResult.lastResult}"/>

[code]....

The above does not work.

View 2 Replies

Flex :: Accessing Value Of Selected Item In A List?

Sep 2, 2011

I'm having a problem with getting the value of an item that the user selects in my mobile Flex application. When I select an item from the list I place that item into an ArrayCollection. But when I check the value (trace()), the value is [object Object] and I can't seem to access the actual value of the object. Here is what I am doing:

private var selectedPlayers:ArrayCollection = new ArrayCollection();
private var numOfPlayers:int;
...
//check if item is not already in selected players list

[code]....

View 2 Replies

ActionScript 2.0 :: Scroll Selected Item To Top Or Center?

Jul 15, 2009

scroll selected item to top or center?

View 1 Replies

ActionScript 2.0 :: Assistance With Determining Which Item Has Been Selected

Oct 1, 2009

The request has been to modify the first item by including an FLV player. This I've done and have working without flaw.My trouble arises when users select any of the other 4 tabs and then attempt to return to the first tab where they should see a transition into the playing FLV. This is not happening after the initial load. It's been quite awhile since I've worked with AS but I figure this issue should be able to be resolved if I inject a condition to determine what item is selected.

The AS for the "accordian" is:

ActionScript Code:
import mx.transitions.Tween;
import mx.transitions.easing.*;

[code]....

This isn't working. In fact, it seems to be skipping the initial condition if(t == "welcome"). If the nave is determined within the var navs:Array, how then can one determine the selected location?

View 1 Replies

ActionScript 3.0 :: Combobox Does Not Display Selected Item When Masking

Oct 17, 2011

I have one combobox in layer which is under the masking (Mask Layer). It does not display selected item particularly in chrome browser (version 14)

when click on combobox it drops down and display items but when make selected specific item, it doesn't display.

View 3 Replies

Change The Style In TileList Selected Item Using Flex?

Feb 26, 2010

My TileList Contain some text Boxes. i want to change the text color if it's selected.

View 1 Replies







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