all groups > flash data integration > december 2006 > threads for december 15 - 21, 2006
Filter by week: 1 2 3 4 5
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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|