all groups > flash data integration > december 2004 > threads for december 8 - 14, 2004
Filter by week: 1 2 3 4 5
export and import objects to and from xml possible?
Posted by *anty* at 12/14/2004 3:28:41 PM
I'm a beginner at Flash, but I've to do the following:
Export Objeckts like Buttons and sliders (with custom pictures,...) to a XML
file.
It would be great if you can change some attributes like text or url when the
button gets clicked.
Then I have to import the objects again :)
Is t... more >>
Blank space around flash image
Posted by richeyt at 12/14/2004 1:41:35 PM
When putting flash into my DreamWeaver page there is blank space appearing around my image. How do I get rid of this space? I am new at macromedia, please help.... more >>
xmlSocket:connect works locally but not on web
Posted by foutuguy at 12/14/2004 9:48:40 AM
Here is what I am trying to do:
I have a XML socket server where I want to connect with a simple flash client
(one frame) on port 50000. When I connect to the server, I display the data
received. I put also the line system.security.loadPolicyFile("url of the policy
file"); Nothing else.
... more >>
simple (I hope) XML issue
Posted by Budonk at 12/14/2004 2:50:05 AM
greetings, I am just getting my feet wet with using XML as a datasource in
Flash so I hope this roadblock I'm hitting has a simple solution that I have
overlooked. I have taken one of the tutorials on the mm site and begun to
modify it to my needs. For the purpose of this example, I am just ... more >>
Integrating components
Posted by mickyfikticky at 12/13/2004 8:16:57 PM
Please i am new to scripting and this form is doin my head in.....
I got a few forms that have input text fields and some components which when
you click submit it calls a php script to email the data given in the form to
an email address you can see the forms here
www.obscuradesign.co.uk/... more >>
linking listbox and a datagrid component.
Posted by madhava_ram at 12/13/2004 1:54:53 PM
Hi,
I am getting the data from jsp page and me converting those into arrays and
using. where as I have a list box and a datagrid component on my stage. I want
to link both the components. For example
In a listbox component I have fruits, vegetables, Animals
When i select fruits in t... more >>
webServices
Posted by xProteus_adi at 12/11/2004 8:38:38 PM
<cfcomponent> <cffunction name='ListPartners' access='remote'
returntype='string' output='no'> <cfset Var xmlDoc = ''> <cfset Var
partnerList = ''> <cfquery name='partnerList' datasource='fireini'> select
focod, fornecedor, endereco from dsevfo00 where focod >= 250 </cfquery>
<cfsaveconten... more >>
afterloaded and dataset with xmlconnector
Posted by fabien M at 12/11/2004 8:04:24 PM
Hi all!
I'm using an xmlconnector component to connect xml datas with dataset....and
an "afterLoaded" listener on it,
to filered data.
A button send an trigger() action to the xmlconnector.
All is working well, and the datas are well filtered.
But for a secon time, if i release the bu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
File Uploads
Posted by Leeburstroghm at 12/11/2004 4:05:13 AM
What I have is an application that updates an XML file sends it to a PHP to
save thi data to the server. For each entry, there is an associated file that
needs to be uploaded to the server also. HOW can I do this? I know PHP will
handle uploads, I am not exactly sure how yet( another language ... more >>
dynamic radio buttons
Posted by Ken Mosley at 12/10/2004 1:55:16 PM
I am creating an input form.
I have a query to my database (SQL Server 2000) which extracts a list of =
values.
Is it possible to create a series of radio buttons in Flash MX 2004 =
based on the number of values from the database?... more >>
SendAndLoad: How to verify data is legit?
Posted by offsky at 12/10/2004 5:34:40 AM
I am currently using SendAndLoad to submit scores from my flash game to the
server's high score list. Since flash can be readily decompiled, someone could
easily discover the url and variables names that I am using and submit fake
scores.
I have already considered encrypting the values se... more >>
using xpath in .as files
Posted by docaud at 12/8/2004 7:31:58 PM
I'm successfully using xpath calls in a .fla (add DataBindingClasses to
library, import mx.xpath.xpathAPI etc.) But now I want to move the actionscript
using the xpath calls to an .as file. This file won't compile as it can't find
the mx.xpath package. I've seen similar problems posted earlier... more >>
XML integration with Flash Charting Components 2
Posted by Macromotion at 12/8/2004 5:34:19 PM
Hi,
How do i do load the XML in Flash chart Comp 2?
How can I get a information in a XML document and pass to flash generating a Chart?
Tanks.... more >>
tweening movieclip containing datacomponents
Posted by josiewales at 12/8/2004 10:44:23 AM
Hi,
I have been working on placing datacomponents within movieclips. No problems
so far.
But as soon as I add a tween or animate the movieclip in any way the xml data
doesnt appear on any screen.
Is there any way around this ?
Rgds,
Joey
... more >>
|