all groups > flash data integration > march 2005 > threads for march 1 - 7, 2005
Filter by week: 1 2 3 4 5
Flash mx04 and sql database
Posted by tschroder at 3/7/2005 10:21:10 PM
I am working on a stand-alone out of box application that doesn't require
internet. basically build an app similar to a windows form appliation...Is this
possible.? Is please lead in the right direction.
... more >>
Flash/ColdFusion Webservices Error
Posted by FuseFlash at 3/7/2005 11:07:53 AM
I am trying to send a complex structure (Objects containing Arrays, containing
Objects containing arrays) from Flash to a CFC. When I use a Remoting
Connector, I receive no errors and my files work 100% - But I need to apply the
exact same page (Flash) on a remote server, I have updated the Fl... more >>
Use array/variable data to populate column information for DataGrid
Posted by js_theywill at 3/5/2005 6:37:06 AM
I have an array of columns, column, that is dynamically created, and then rows
of data for each column, column.data[x]. I can pass data to a DataGrid as
follows.
myGrid.addItem({column1:'ThisDataPoint',column2:'ThatDataPoint',column3:'TheOthe
rDataPoint'}); However, what's the syntax to dyn... more >>
Passing value to Array
Posted by pooknikk at 3/4/2005 7:17:00 AM
If I've got x = "test5"
How can I put the value of x to Array
list=["test1","test2","test3","test4"];
I'd try to use ---> list=[x,"test1","test2","test3","test4"] but is not work.
... more >>
Problems binding datefield component
Posted by bribas1 at 3/3/2005 11:04:20 PM
I am under the following platforms: CF MX 6.1 and SQL Server 2000. I cannot
populate the DateField Component with a date data type from a SQL Server Web
service. I have basically tried every configuration with format and encoding
in the bindings tab on the dataset and the datefield. I can ... more >>
WebServiceConnector XML results to DataSet
Posted by JohnWolff at 3/2/2005 7:53:08 PM
I've created a WebService that accepts one input parameter, and then passes
back an XML document (contained within a String). Ideally I would like to bind
the results of the WebServiceConnector component to a DataSet component's
dataProvider. I then want to bind the DataSet component's dataP... more >>
Datagrid integration
Posted by vimrob at 3/2/2005 4:35:18 AM
Hi all, I have an XML file & a datagrid instance on my stage.
Following is the code I am using to populate data into the grid: var
myXMLv:XML = new XML(); myXMLv.ignoreWhite=true; mydg.addColumn('Employee');
//mydg is the datagrid instance name mydg.addColumn('Extension');
myXMLv... more >>
XMLconnector does not work on live site
Posted by thedanster at 3/1/2005 9:24:13 PM
I am able to use the results of an xml connector when I run it in the flash
environment, but when I upload it to the site, it does not work. I suspect it
is a security issue. Could someone please provide some pointers. Thanks DAN
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Link from a SWF to MOV or MPG
Posted by elena26 at 3/1/2005 4:52:27 AM
Hello! I design a flash animation and need to make a link from a button to an external movie (mov or mpg). I can't do it with load movie, somebody knows how can I do it?
Thanks a lot
Elena... more >>
|