all groups > flash data integration > august 2005 > threads for august 8 - 14, 2005
Filter by week: 1 2 3 4 5
Where's my XML data gone?
Posted by Si Fi at 8/14/2005 9:13:31 PM
I have a flash file that pulls data from an XML file that uses a combo box to
select a type of restuarant.
This file has been running fine and works online, however I recently opened
the file in flash and when I ran a Test Movie, the movie loaded but without any
of the data present.
I... more >>
sending variables from flash to php to populate the database
Posted by d:_:b at 8/12/2005 1:06:35 PM
hi!
i'm not quite sure how it works. for example, in my swf i have two labels
(first is dynamic text, the other one is input text). instance names of this
two labels are dynamic_text & input_text. i want to send this vars to php which
would insert this data to mysql database.
actionscr... more >>
hi. Dynamic data justify???????
Posted by boskosh at 8/12/2005 12:00:00 AM
Hi there. i have a questions it's posible with a trick justify dynamic text
load from a mysql data base.
Another questions i have a form that send the data to email using php code,
but words with accents have problems.....
Another question........ how do i design a site to see it in 800 ... more >>
Fash 8 and ASPX
Posted by Beijufas at 8/12/2005 12:00:00 AM
I'm very happy with the new flash! is fantastic
the video features and the text rendering... etc etc etc.... but... what about
the integration with ASPX?
We stell need the flash connector or will be like working whit PHP?
I guess that the new graphic features are the great but I use a lot of... more >>
embedding in Flash HTML
Posted by MaksiZavrrr at 8/11/2005 12:00:00 AM
help pls. I dont undershtand how this make? i loaded HTML in Dinamic textfield and i no see all html tags. Where i can finding all HTML Tags that undershtand Flash MX 2004?... more >>
Help: XML.onLoad always receiving false as success parameter.
Posted by ChrisRauh at 8/10/2005 1:27:43 AM
My asp script returns a simple xml file:
<response>
<success>true</success>
</response>
When I trace my reply_xml object I get exactly the above, however, the sucess
paramter is always false!
Any ideas?
... more >>
Web Service Connector Trigger
Posted by Dan Bracuk at 8/10/2005 12:00:00 AM
I'm new to Flash, very new. I have written a Web Service (Cold Fusion
Component) that accepts an argument named testID. The default value is 1. The
service runs a query and returns the record associated with the testID.
In Flash, I have a WebServiceConnector which gets triggered when the ... more >>
Help: Catching a bad url error when loading an XML object?
Posted by ChrisRauh at 8/9/2005 7:34:28 PM
When I call the following method on an XML object using a bad url:
request_xml.sendAndLoad(myurl, reply_xml);
I get the following error on the console while the application/movie plays on:
Error opening URL "http://myhost/myurl.asp"
Is there a way to catch this error? I have ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Data Connection Wizard / Javascript Error
Posted by gregsinibaldi at 8/8/2005 8:01:54 PM
Hello,
I'm using the Data Connection Wizard to connect to an XML file and bring data
into an application. The wizard goes through each step just fine except when I
click the "Finish" Button. I get an error "When executing web track.fla, a
Javascript error occured"
Whas up? ANy ideas o... more >>
PHP/MySQL
Posted by MikeZfoundre at 8/8/2005 12:00:00 AM
I have the following php and it is returning errors. i am wondering what might
be causeing this to kick up errors because I need to create the echo URL
encoded string to load into flash.
<?
mysql_pconnect ("localhost", "UN", "PW");
mysql_select_db ("DB;
$qResult = mysql_query ... more >>
|