Archived Months
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > flash data integration > december 2006

Filter by week: 1 2 3 4 5

Problems with LoadVars.send and Firefox
Posted by 0500053 at 12/29/2006 3:06:21 PM
There seems to be a problem with Firefox 2.x sending variables to PHP scripts with the LoadVars.send/POST method. <br> The same problem doesn't occur in IE or Opera. <br>See this url for example to try in both FF and IE/Opera: http://0500053.info/bugs/. <br>The source files are http://05...more >>


File Puffering
Posted by &Necromancer at 12/29/2006 8:11:18 AM
How Can I puffering files (swf or any other) during the play of another one (preload them)? I have the problem that I have 3 choices from a file (from a file I have 3 ways). So How can I register through Flash Actionscript the choose (if....else method?)during the play, how can I puffer (prelo...more >>

convert XML "values" to be passed as CDATA into Flash
Posted by elbolo at 12/28/2006 2:57:38 AM
Hello all, I found the following XML - Flash quiz template on the net and I was wondering how can I adapt the XML doc to pass CDATA instead of "Value". The code is currently sending the "answers" values into Flash as value, instead of values I will like to type the answers inside of CDATA ...more >>

XMLConnector No.Data.Received only when on server
Posted by UCKevinG at 12/27/2006 4:27:57 AM
I've been making a simple RSS reader flash widget for my web page. It works perfectly when I test it locally, but when I publish it, I always get the No.Data.Received error. I've played with all the parameters on the XMLConnector and all the publish settings, but no dice. The only thing th...more >>

parentNode help
Posted by kokochka at 12/26/2006 5:48:43 PM
I can get a value with bNode.parentNode.attributes.name, BUT I need to get something bNode.parentNode.parentNode.attributes.name (two level up). And this doesn't work... How can i do it? Please help ...more >>

JPEG retrieval and display
Posted by OneTen at 12/21/2006 12:00:00 AM
Hi, I'm designing a website aiming to provide visual coverage of surfing locations across the UK through the use of webcam images. Each of the images themselves will be retrieved externally, with permission, from various hotels over-looking these locations. I have spoken to someone who ha...more >>

Sending Form Information to Server
Posted by CasmoeDesigns at 12/20/2006 5:01:55 PM
Excuse me everyone for my lack of knowledge. I am in the process of creating a flash site for friend of mine. He wants to be able to have a guest list for his events in DC. I have created form boxes and have given them all "instance names". But I have absoultely NO clue how to have the te...more >>

Datagrid Sorting
Posted by srirama.83 at 12/20/2006 12:00:00 AM
I have a datagrid which displays the values from the Dataset. The Dataset values are not sorted alphabetically. So the datagrid initially displays the values in an unsorted manner. Only when I click on the header of the datagrid the values are displayed in assorted manner. I want the datagrid ...more >>



Datagrid Sorting
Posted by srirama.83 at 12/20/2006 12:00:00 AM
I have a datagrid which displays the values from the Dataset. The Dataset values are not sorted alphabetically. So the datagrid initially displays the values in an unsorted manner. Only when I click on the header of the datagrid the values are displayed in assorted manner. I want the datagrid ...more >>

RDBSM Resolver addFieldInfo
Posted by cayennecode at 12/19/2006 8:34:15 PM
What is wrong with this?? The traced updatePacket is not showing the fields with a true key setting. var myResolver:RDBMSResolver = new RDBMSResolver(); myResolver.tableName = "myTable"; myResolver.addFieldInfo("myId", "", true); myResolver.addFieldInfo("myName", "", true); myResolver...more >>

Dynamically loading xml content
Posted by srirama.83 at 12/19/2006 12:00:00 AM
I?m creating a menu bar in which the links have to be dynamically created based on the values in the xml, and the number of links(buttons) may even exceed 100. The menu bar will be displayed in the horizontal manner. I have the following questions, can any one help me ? 1. How to create th...more >>

XML Cross Domain in Firefox Problems
Posted by jhannus at 12/18/2006 6:11:13 PM
I'm seeing a strange problem with XML.load() in Flash player 8/9 when used with FireFox. I have a crossdomain.xml file setup which works great for IE 6/7 but gets blocked completely in FireFox. Here is my scenario: swf on www.pd.mydomain.com accessing api.pd.mydomain.com with crossdomain.xm...more >>

do i have to download XML?
Posted by stephdog at 12/15/2006 7:26:31 PM
do I have to download xml or is it just like html and i can just use it? I've been working with php and xml but when I try to ge the xml to "echo", my browser shows nothing. I try to view the source and it still shows nothing. Is it because I'm using safari? ...more >>

Flash 8 chokes on XML from Excel 2003
Posted by MCR at 12/15/2006 12:00:00 AM
Using Flash 8's XML object and trying to read in XML created in Excel 2003 I get error -6 back from the XML.status property which means "An XML element was malformed." If I export the same data in Excel 2002 it loads corectly. Further investigation showed that Excel 2002 exports at the be...more >>

Flash + Large XML = Issues
Posted by fivepix at 12/14/2006 3:13:28 PM
I have a created a flash searchable database with xml, following this tutorial http://www.kirupa.com/web/xml/examples/searchbestof.htm It seem to be work great but my the xml file seems to be too large so when certain words are search I get a script error and eventually freezing up, my q...more >>

XMLConnector + list labels - only shows node?
Posted by fractionsound at 12/14/2006 12:00:00 AM
hi. so my XML looks like this: <root> <level1> <level2> <level3-array-start-> <name text="Dolphins"/> </level3> <level3-next-part-in-array-> ... i've setup an XML Connector and imported the schema. i made a binding at "<root><level...more >>

Loading XML Variables to Flash
Posted by ski_geek at 12/12/2006 6:52:26 PM
I have my XML data loading into my SWF OK. However, is there any way to call that tag name instead of the child node number? So instead of something like this: myDate_txt.text = my_xml.firstChild.childNodes[2]; Can do something like this? myDate_txt.text = my_xml.firstChild.myDate; ...more >>

trying to load external data
Posted by eriesurfer at 12/12/2006 2:34:28 AM
ive read the tutorials and searched the forums but i still need some help. im trying to read data from a text file here (http://www.ndbc.noaa.gov/data/realtime2/41035.spec) what i cant figure out is how to call each value to its own dynamic text field. YYYY MM DD hh mm H0 SwH SwP WWH WWP SwD...more >>

Updating and XML file through Flash?
Posted by JellyJulie at 12/12/2006 12:37:39 AM
Hi All I have an interface with two textfields and a combobox or a list. I want a user to be able to select a subject in the combobox and to input information in the two text fields. Once the user hits the send button, I want the input information appended to an existing XML file. Depending ...more >>

generating a custom graphic from a forms input
Posted by x126 at 12/11/2006 10:08:47 PM
Im starting from nothing so.. not sure if this is the right place for this question but here it goes... I would like to basically create an flash application that would allow a visitor to answer a few questions and then be presented with an image based on the answers provided via a form....more >>

how to...action calendar to automatically count down by 1 every day
Posted by azh2571 at 12/8/2006 12:00:00 AM
I have a file (view the calendar in the upper right of http://www.caribousystems.com that I don't want to have to manually update every day for the next 170 days. It is a countdown calendar that I would like to know options for how to make it automatically change the start number and secon...more >>

alternative to xml....is it called, "jason?"
Posted by aimelise at 12/8/2006 12:00:00 AM
Hi everyone- A programmer/friend was talking about an alternative language structure that can be read by the Flash player. Its not XML...cause really, XML is difficult to parse, and its clunky. This language has a structure than allows you to dynamically create objects and such. Anyone ...more >>

2 dimensional array to dataprovider?
Posted by jgeorgiou at 12/8/2006 12:00:00 AM
Hi all, I have the following problem. Somewhere a get data to a 2 dimensional array. Is there any clever way to transform the array to a datagrid dataprovider without make a "for" loop? Thanks in advance ...more >>

Problems connecting to a Webservice
Posted by Purvez at 12/7/2006 11:24:15 AM
Hi I have a test webservice created in Java which accepts 2 ints and returns their sum as an int. I use Sun App Server 9 and it works fine using JSP pages. In Flash I did the following: 1. Dragged a Webservice connector and gave it the WSDL url. It did find this as it displayed the...more >>

updating flash from a dynamically changing XML file
Posted by levrek1 at 12/5/2006 2:53:35 AM
Creating a non-interactive status display: I want to have the flash display reflect data in a server-based XML-file. So far this is easy. But I want the display to change everytime the XML file changes-- in order to reflect status changes. I've used an XMLConnector and specified it and the tr...more >>

problems in downlowding exe files
Posted by udikeren at 12/1/2006 12:53:55 PM
in my site there is a button which have action as follows: on(release){ import flash.net.FileReference; var listener:Object = new Object(); listener.onSelect = function(file:FileReference):Void { trace("onSelect: " + file.name); } listener.onCancel = function(file:FileRe...more >>


DevelopmentNow Blog