ActionScript Code: <feed name="BBC Top Story 1" url="bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml1"> <description>Top Story News</description>
I'm using the xml connector to retrieve the results then bound the items array to the dataprovider No problem to access the items but my question is how to access to var1 and var2 in actionscript. Could i bound it to a var?
Im just starting out on really learning java scripting and flash interaction... got this little test function to work great... how to turn it in to an array... I've tried and tried and have gotten no were... so i was think may-be some one could show me what a few of the ways to do it so i can see a good working model for me to go off of.... here is the actionscript (don't poke fun i'm still learning...)
I have an array collection as the dataprovider to a datagrid. When I change a value in the arraycollection, a particular row gets updated in the datagrid. I want to get the index of that particular row. How do I get it?
I am using a Repeater in an Accordian which does not appear to see a single element in userArray. If I add another entry to userArray then the Repeater works fine.
private function currUsersServiceHandler(event:ResultEvent):void{ if (event.result.currentUsers != null) { if (event.result.currentUsers.user is ArrayCollection) // if more than one elements are present {
[code]....
Edit:There is another thing I have just noticed i.e. that the accordian does show a single tab (when Array has a single element) but it's not labeled with the first name which I am setting. If I enter another user, two tabs appear and both are labeled with names I am setting. The first tab appears labeled too then.
I'm wondering if theres a way I can turn a variable of strings (separated by commas) into an array?I'm using the loadVars object to import variables from a text file that I'd like to import to flash as an array.For example if the variable I import from the text file looks like this:&myVar=charlie,dog,cat,test&I'd like to get it into an array in Flash like thismyArray = new Array["charlie","dog","cat","test"];
I'll start off by saying I'm a newbie, just putting that out there. How do you make a turn by turn multiplayer flash game? I don't know if an engine is made in AS3, PHP, Javascript, or whatever,I made my game already, it's just that it isn'tmultiplayer yet. Basically, there are lines, and each player crosses out a number of lines, and the last player to cross out a line is the loser. I want it where one user crosses out some lines, then presses End Turn, then the other does their turn and then presses End Turn to allow the other player to move his cursor. But how can I get both players to see the same frame and only have one player have the ability to move the cursor during a turn? Is there some easily adaptable multiplayer engine for flash for newbies out there
I have a datagrid with dataProvider property set in MXML as: dataProvider="{pagedResult.lastResult}" How do I set the dataprovider in actionscript? I have: protected function getResult (event:FlexEvent):void { pagedResult.token = mydata.paged(); adg1.dataProvider = pagedResult.lastResult; }
Normally in Flex you use a collection like ArrayCollection as the dataprovider for components. I often have data stored as a dictionary whose values I would like to use as a dataprovider.
When setting an arrayCollection as a dataProvider to a comboBox programmatically,if the arrayCollection has just one element,i need to do a small validation[code]..
I'm having some trouble when using objects in an array for my dataprovider.
Here's the code I'm using...
Code: for(var i:int=0;i<getLength(obj.responseData.results);i++) { dpData[i] = new Array(); dpData[i].push({Title: obj.responseData.results[i].titleNoFormatting});
[Code]...
The reason I'm doing it this way is so that I get to set the name of the columns. If I let the object define these, I get things like streetAddress instead of Address, which isn't huge, but still not what I'm after.
When I do it this way though, I just get 0, 1, 2, 3, 4, 5 for the column headers.
So, needless to say, I'm quite confused about what I'm supposed to do to get these objects to show up as strings in the datagrid.
I've tried String(), but that still just gives me the object like before.
If I open a new Flash (AS3) file in Flash CS3 Professional and try to import DataProvider (import fl.data.DataProvider;), I consistantly receive a compiler error (1172: Definition fl.data:DataProvider could not be found).
I am creating a Flash form which will include a drop-down selection menu from which a user may choose their state. I originally accomplished this by adding a ComboBox to the stage and then populated the ComboBox's DataProvider object with an XML listing of all the state names and the corresponding values. Everything works as expected.I have decided, however, that it would make the most sense to create an external class to accomplish the same thing. I have attempted to create such a class using the following code:
I am playing with the dataGrid component in flash..here is t he code I am using to populate 2 lines of code:
My question is: Can someone explain to me why the D in DataProvider is capital everywhere in the script but the last line, where it has to be a lowercase d to work?
There are hundreds of posts on this subject, none with solution. [URL].. has an answer which is meaningless. The mxml page I am developing already has a ComboBox dragged onto it, this does not magically put the DataProvider in a library or similar as implied.
I've used the sortOn function (dp.sortOn("cost");) to sort my dataprovider values based on cost. It works great until I get values over 100. Then it thinks that 250 < 50.
I try to assign xml as dataprovider to datgrid. The datgrid is inside a moviclip. If i attach that movieclip from current ApplicationDomain, it works. If i try to attach from another ApplicationDomain, it doesnt work. But i can trace the object name and DataProvider (is []). The assigning part doesnt work. any setting issue?
Here is the error,
TypeError: Error #1034: Type Coercion failed: cannot convert fl.data::DataProvider@32377dc1 to fl.data.DataProvider.
I am using a combobox to list the contents of a folder. With a button click I use that combobox.selectedItem to delete that folder. After I delete the data is still in the combobox. How do I go about refreshing that combobox?
I am trying to get the drop down list of combobox by using a php file. That php file returns an xml string which has been used as data provider for combobox.I followed this thread too but in vain.DetailsI have set the creationComplete attribute of mx:Application to init(). In the init() function i have sent the following HTTPService
I'm trying to set a combobox's dataprovider.I have 2 comboboxes: cb_div and cb_stores.For cb_div, I get to set the data provider correctly with an XML file.Cb_stores' dataprovider is to be set depending on the selected item of cb_div.First, here are my XML files.Data provider for cb_div: