Data Integration :: List Component - Multi-select Retrieve Data

Feb 26, 2007

I'm having trouble retrieving the value of a multi-select list component. It always traces the last value selected, but I need to trace all values to parse the data.

I've been using trace(myList.value);

View 2 Replies


Similar Posts:


Data Integration :: List Component - Multi-select Retrieve Data?

Nov 18, 2010

I'm having trouble retrieving the value of a multi-selectlist component. It always traces the last value selected, but Ineed to trace all values to parse the data

View 8 Replies

Data Integration :: Connecting XML Data To  A List Component

Jul 6, 2007

I'm using the XML Connector to bind information to a List Component. Everything binds okay but when I run the MC I only get one item of information. The object I'm binding from the XML is called "Location" and there are a total of 5 listed in the XML. The five are Los Angeles, Seattle... The only one being displayed is Los Angeles. What do I need to do get the other 4 locations to display in the list?

View 1 Replies

Data Integration :: Instead Of The Vertical List , Get An Unparsed Data Array?

Jul 20, 2006

I have No problems inserting data from flash to PHP into MySQL,it's sendind them back properlly.All I'd like to see happen is for one row of data to be inserted into a dynamic text field. here's what i've got if i access this php file, it prints out a vertical list from
a single MySQL row,I was happy.

$query = "select row from table";
$result = mysql_query($query, $db);

while($row = mysql_fetch_row($result))[code]...

and Instead of the vertical list (which i would love to see)i get an unparsed data array.

View 2 Replies

Data Integration :: Pulling Data From A SharePoint 2007 List?

Apr 23, 2010

I'm wondering if anyone has figured out how to pull data from a column in a SharePoint 2007 list to be able to dyamically generate a reaction in a flash object.Our designer created a dashboard of thermometers for our projects that use two variables, % complete and status (green, yellow, red, blue).

As the end user, I want to be able to update my project in my SharePoint list and have it so that my updates automatically populate that flash based dashboard.Right now, he's using an XML document that is stored in a folder on our SharePoint site and then simply updating the XML file when there are changes.It would be ideal to pull this data from the list rather than having to update and then upload the xml document to the SharePoint site.

View 1 Replies

Data Integration :: XML Select Data By Value?

Mar 12, 2007

I am looking to select XML in flash from an external XML file by a tag's value.

var xnRoot:XMLNode = this.firstChild.firstChild.firstChild;

How do I select like the forth child by its value of "my text value".

View 4 Replies

Data Integration :: Ext. Data Source And Tree Component?

Nov 12, 2007

Im using tree component and XMLConnector here.as far as i can see results in my tree (when testing my movie) it ouputs data thats loaded fom ext. XML file.But the problem is that it publishes [type Function] in the tree. no actual xml nodes are visible, just bunch of [type
Function] ive also searched for info / tutorial how to publish actual xml data in the tree component but without any luck.So what should i do and how ?

View 2 Replies

Data Integration :: Form Component Not Transferring Data To CF?

Apr 11, 2007

some feedback onthe following. I'm stuck. I have a form that I can get to workusing text input fields, but I need to get it to work using thecomponents.I have a flash form with the following:

prmZip instance: text input box
prmMilage instance: combo box
prmUnita instance: data= Mi, label= Mi

[code]......

View 3 Replies

ActionScript 2.0 :: Retrieve Data From A ComboBox Component?

Nov 14, 2010

I'm doing an order form, where the user can input his contact information and then choose a product in a dropdown menu.Untill now, I just gave the dynamic text fields a variable and used this code:[code]But now that I added a combobox, it has no "varible field" - how do I send the selected parameter in the combobox to the php-file as well?

View 4 Replies

ActionScript 3.0 :: Pass Multiple Select List Of Data From AS3 To PHP?

Oct 28, 2008

I'm developing a Flash interface that needs to pass a multi-select list to PHP from AS3. I have a similar interface programmed in HTML and JavaScript, and due to the quirks of PHP I use a series of like-named hidden fields to store the data. The fields are named, for example, "my_ option_text[]". The use of the square brackets in the name somehow identifies to PHP that this is an array and it treats it as such. I've had no problem using this method to send data to my PHP processing page and have been able to save it correctly. Now I'm trying to use the same PHP save page to process the data from Flash. Unfortunately, I can't figure out how to configure my URLVariables class properties to appropriately pass an array that will be identified as such by PHP. I've tried simply assigning an array to an appropriately named property of the URLVariables class, but the PHP only recognizes one item, not all items. I've tried using the same naming convention as that I use in HTML/JavaScript, but the square brackets aren't appreciated by AS3.

I can't believe that I'm the first person to encounter this issue. If anyone can point me in the right direction on how to resolve this I'd appreciate it. I did try searching these forums but only found one case discussing PHP arrays, and that was sending data into Flash, not from Flash to PHP.

View 1 Replies

Data Integration :: Get List Of Selected Files From Swf To Javascript?

Jul 23, 2010

i want to make an upload script with swf and javascript. I want to do selecting files via swf then uploading files to server via javascript. I have searched SWFupload plugins but they are not working as i need. I am new here and i do some search, i see it is possible to save list of selected files in FileReferenceList array, but i dont know if is it possible to pass this array into javascript and then make upload progress via javascript ?

View 1 Replies

Data Integration :: XMLConnector + List Labels - Only Shows Node?

Dec 13, 2006

so my XML looks like this:

<root>
<level1>
<level2>
<level3-array-start->
<name text="Dolphins"/>
</level3>

[Code]...

View 1 Replies

Print Labels From A Multi-select List?

Jun 24, 2009

I have created a list control with the instance name "dependents" and populated it with labels and data. MultipleSelection is set to true.
 
I would like to print the labels in a comma-delimited list.
 
I have used the following code...
 
dependents.selectedItems.toString()
 
which yeilds the following when there are two items selected...
 
[object Object],[object Object]
 
way to access the labels in these objects in the case of a multipleSelection

View 1 Replies

Data Integration :: Flexcubed Or Netdrims FlashSQL Component

Feb 24, 2008

Isaac Coker, former of Netdrims, now called Flexcubed, who sells their components on Adobe.com, claims in an email of support to me that 400 other users have used his product successfully.Will anyone of these 400 successful users be willing to help me get their flashSQL component up and running on my server?

View 1 Replies

Data Integration :: DataSet And Tree Component Binding?

May 2, 2007

how you set up data binding betweenDataSet and Tree component?

View 1 Replies

Data Integration :: XmlConnector And Bind To AttachedMovie Component

Mar 16, 2007

I need to dynamically insert (attachedMovie) a movie that has a ComboBox with in and then I need to bind this ComboBox to an existing _root.myXMLConnector.

View 1 Replies

Data Integration :: Web Services Component - Cannot Get Info Back

Jan 18, 2007

I am new to web services in flash. I am running Flash 8 and am attempting to use the Web Services component. I have defined my web service, bound to text fields on my form. Every thing works fine when I test the movie. Data is returned as it should. But when I put the movie on the web and I try to get data back, I get nothing.

View 2 Replies

Data Integration :: Xml Video Playlist - List To Change Based On Whose Accessing The Player

Jul 3, 2007

I have a flash video player whose playlist is based off an xml list. Now, I need this list to change based on whose accesing the player. So: Client gets a link, clicks on link, player shows their video. Another client clicks on another link, player shows their video,

View 1 Replies

Php :: Find Out Dynamically Created Checkbox Is Select/unselect In Data Grid Component In Flex?

Jul 1, 2009

i created dynamically checkbox on data grid how do i find out Which checkbox select/unselect and which checkbox contact is select/unselect ? Because we cant set dynamic id for each checkbox

<mx:DataGrid x="7" y="3" width="347" height="337" dataProvider="{#####}" variableRowHeight="true">
<mx:columns>

[Code]....

View 1 Replies

Flash :: Data Integration - SQL / PHP And Display The Information In A DataGrid Component

Feb 21, 2008

I have an SQL database setup which contains Herbal Information such as CommonName, LatinName, MedicalUse etc, and need to display the information in a Flash DataGrid Component. I also have the corresponding PHP script to connect, retrieve, add and delete items from the database. Although I am familiar with Flash in a design sense I have limited experience using Action Scripts and am unable to complete the connection myself.

View 2 Replies

Data Integration :: Netdrims FlashSQL Component On Adobe Exchange?

Nov 11, 2007

i am having a problem with setting up the filpath and datasource using the component inspector for OFFLINE development.I am using Windows XP Pro Service Pack 1.I then installed Network Services although I am OFFLINE.I then installed IIS.I then installed mySQL 5.0 Community Server as a Windows service and client. I then installed PHP5.I am using Flash 8 Pro.I now have a c:php (the php did not create a c:phpwww directory as the instructions say to use)IIS created a c:Inetpub and c:Inetpubwwwroot directory [which I tried putting the flashsql_v51.php file in to no avail)

my component inspector window shows:

ASP_DB : MSAccess
ComponentInst:
dataSource : C:WebsitesFlashDevelopmentFlash with
SQLNetdrimsflashsqlmainflashsql

[code]....

I get different id numbers.how to set these parameters up ASAP for the filepath and filesource, esp this flashsql_v31.php that comes supplied with the component and encounters the above error.

View 1 Replies

Data Integration :: Formatting Tags Appearing In TextArea Component?

Apr 26, 2007

I'm having an issue with TextFormat tags that are appearing in textfields. Here's an overview of what I'm doing: Basically, I'm trying to grab the text from a textArea component: (myText = myTextArea.text")

Because I want to retain formatting, I have the textArea set to be html. Thus, myText becomes the text you see below

So the myText data is then stored in XML, but later when I try to access it, it fills that same textArea component with the literal code rather than the formatted text. How do I take that TextFormat string and convert it back to it's original form? I've
tried myTextArea.htmlText

View 1 Replies

Data Integration :: Display Arabic Text In ScrollPane Component?

Apr 22, 2008

I have RSS reader it's work fine with english but the problem is arabic text don't display in RSS reader just english and about to display arabic text in ScrollPane component that component reader info from xml file and display it?

View 1 Replies

Data Integration :: Building An Events Calendar With The DateChooser Component

Sep 12, 2007

The AS2 DateChooser has just the functionality I need to build the events calendar that I have to build .. however .. while I know what to do in theory, I'm stumbling on (a) whether it will work and (b) syntax.

I want to display an instance of the DateChooser (myDate) and access the selectedDate property when the user selects a date. Then I need to pass it to the main events page preferably on the same page with something like this:

SELECT EventTitle. EventDescription, EventLink FROM Events
WHERE EventDate = MMColParam

MMColParam 1 myDate.selectedDate

The page itself is ASP. I am thinking I would probably define a variable and perhaps use LoadVars to load the selected date from Flash .. not something I have done before.

Perhsps something like

dim eventDate
eventDate = myDate.selectedDate

I'm sure that's not the syntax .. but I think that is the theory. I should be able to access the selectedDate property of the Date Chooser instance and feed the date into the query to select the events on that date and list them.

View 2 Replies

FLASH:: Data Integration - HTML - Switch Over To Hosting Service's Mailing List Manager For Sending Out Newsletters?

Aug 8, 2006

I have a Flash Web site for a small literary journal and am trying to switch over to my hosting service's mailing list manager for sending out newsletters. I see the HTML code for setting this up (available from my host), but do not know how to get it to work in my Flash site. (I did not build the site and know very little about Flash...I'm learning as I go in order to do updates.) It looks like the site currenly links to a PHP file to allow for sign ups to our newsletter. Can anyone tell me h how to get the HTML code to work on my site?

View 2 Replies

ActionScript 2.0 :: Loading XML Data Embedded In PHP In Flash List Component?

Apr 11, 2009

I'm trying to load xml data embeded in php into a listbox component. I have a piece of code that just loads the xml but does not display it in the list box

<code>
var yourXML:XML = new XML();
yourXML.ignoreWhite = true;
yourXML.onLoad = function(success:Boolean) {

[Code]....

View 8 Replies

Data Integration :: MySQL Data Into Dynamic Text Field Without Escape Sequence

May 23, 2007

I got a music portfolio web site running PHP, MySQL and Flash. There's a page showing all the artists my client worked for and when you click on a song title, this title is passed as a variable to a PHP page then to a Flash page. The Flash page contains an actionscript music player which then looks for the right audio file in the database and plays the song. Everything works great except for the dynamic text field which displays the song title. If the song title contains an apostrophe or a single quote, the Flash dynamic text field then shows the apostrophe.[code]

View 1 Replies

Data Integration :: Store The Data Text In Access Databases Using Flash Form?

May 4, 2007

How to store the data text in Access databases using flash form and to search into the database. It is possible to work without server because I don't want to put this flash file on the net. how to make databases and to connect with flash and to have possibility to search the database, but to work database in the local computer.

View 1 Replies

Data Integration :: Enable Data Management If Passing An Extra Variable To PHP Script?

May 7, 2010

Im trying to use dynamic SQL tables on my PHP server so I need to pass the table name to the PHP script.  I don't understand why the Data Management system that sets up CRUD won't allow this extra parameter.  It says it can only have one input: item. I can get all records, but when I try to create, update, or delete I get an error.
 
Or is there another way I can pass the tablename variable to the php file before I call any functions?

View 3 Replies

Data Integration :: Use Flash To Dynamically Load XML Data Via A FlashVars Call In The HTML?

Jul 18, 2007

Im new to placing external data into Flash. I just got CS3 and Im trying to use Flash to dynamically load XML data via a FlashVars call in the HTML.

The problem is I have followed the very straight forward AS2 Help files for using FlashVars and URL variables.I have placed the code directly from the Help file into the Html between
<noscript> <noscript>and i keep getting undefined.I have tried saving the file as flash 8 and i am publish flash 8.

View 1 Replies







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