all groups > flash data integration > december 2005 > threads for december 15 - 21, 2005
Filter by week: 1 2 3 4 5
What's changed in Studio 8?
Posted by JoeyDay at 12/21/2005 10:04:58 PM
This was working fine in the Flash MX 2004 version of my SWF, but the Studio 8
version refuses to load my XML files. The XML files are sitting on the same
server in the same directory as the SWF file. Anybody have any ideas what might
have changed? I read something about new security in versio... more >>
code challenging
Posted by Dier02 at 12/21/2005 8:03:05 PM
There are three errors in this but I can't find them. I can't select different
fonts and the text area is not comeing up or the font list. A function name is
missing as well around line 23:
function setFontMenu(){
var userFonts=TextField.getFontList();
fontMenu.setDataProvider(user... more >>
ASP does not provide updated data from access ?
Posted by judo4 at 12/20/2005 7:38:54 PM
Hi,
For a couple of months now I have been working on a project developing a
program to handle client fee data in a flash program.
I have all my data stored in access and use asp to communicate with the
database.
Allmost done with the program I now find a problem getting updated data ... more >>
Flash/ASP Login
Posted by mitcho at 12/20/2005 1:20:39 AM
Hi all,
I recently created a Flash/ASP login with an Access database with 4 fields
(userName, firstName, lastName, password).
At the flash screen, users type username and password, which are sent to the
ASP page and verified against the userName and password fields, and the ASP
sends a... more >>
Getting info from mssql into flash
Posted by menuking at 12/19/2005 9:46:54 PM
Is there anyone who can point me in the right direction on how to get
information out of an mssql Db and into a flash movie? I am not familiar with
xml, but would I have to create some sort of xml document that gets the info
first, and then into flash? Please help!:confused;confused;
... more >>
Datagrid - how to vertically center text in a cell
Posted by Thelonious Funk at 12/19/2005 5:52:28 PM
By default, the datagrid will display data in the vertical center of each cell,
but when I apply the htmlCellRender all the data appears at the top of each
cell.
I used the htmlCellRenderer to add some text to the end of xml data in a
column (added "watts" to the dynamic data "600" to end ... more >>
Databasing Flash Movies
Posted by kevinkallsen at 12/19/2005 2:47:12 PM
Okay, I want to take my flash knowledge up a few notches. I currently have a
web application written in coldfusion. The end user wants to be able to take
video and upload it to the server in flash (flv).
This is not a problem to do manually. I have no problem opening flash 8 and
importi... more >>
How do I report the Total number of Records?
Posted by GmR at 12/19/2005 11:08:54 AM
I am returning a list of records from a database via the XML Connector
component, and then into a Dataset (and on into a Datagrid). How do I report
"XX records found" at the bottom of my grid?
Thanks
Geoff
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Accessing Data through SWF on IIS5
Posted by peter.shankland at 12/19/2005 11:07:06 AM
This should be a simple question but....
I have a very easy SWF file which has an XMLConnector which connects to an XML
source. This then displays the data in Label components.
This all works fine when I am running locally but as soon as I upload to an
IIS server and then browse to the S... more >>
Help with data components; get data into variable
Posted by drliebs at 12/16/2005 4:38:06 PM
How can you get the data from a data holder, dataset or connector and pass it
into a variable? My recordset basically contains one row, and I just want to
get the data into a variable.
if my dataset is named images_ds, and the field name I want is image1; I have
tried myVar = images_ds.... more >>
sendandload to php problem
Posted by connoru at 12/15/2005 3:13:56 PM
I thought this should be relatively straightforward but ....
I want to send two variables from a swf to a php script.
The php script then inserts them into a table row in a mySQL database.
I can do this with the loadVars send() function. I have this working. However,
this opens a new brow... more >>
crossdomain.xml
Posted by rudgr at 12/15/2005 3:01:31 PM
I have the following problem:
swf file is located at www.server_source.com/source.swf
html file which embeds swf file is located on www.server_target.com/index.html
xml file which is used by the swf file is located on
www.server_source.com/source.xml
Should I:
a: place crossdom... more >>
XML.appedChild() doesnt work properly ?!
Posted by danny at 12/15/2005 2:29:16 PM
hi i have big problem and i cant solve it myself please help
i have something like this :
var myXml:XML = new XML();
var newXml:XML = new XML();
myXml.onLoad = function(){
for(j=0;j<myXml.firstChild.childNodes.length;j++){
var element1:XMLNode = myXml.firstChild.childNodes[j];
newXm... more >>
|