Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
skeeter1 #1
load/send XML data via HTML form
I currently have a Flash app that gets populated by parsing data from an
external XML file. However, I need to get the XML data into a (JSP) session and
can't neccesarily have an external XML file--any suggestions? Can I put the XML
string into a hidden input field in a form on the HTML? Can Flash communicate
with that HTML? Or are one of the below methods recommended:
* FlashVars
* Flash Remoting
* Web services
* JavaScript - call JS function
* fscommand
* ExternalInterface
I've been working with Flash for years, but somewhat new to the above topics
and advanced AS....
Thanks,
-Pete
skeeter1 Guest
-
Send data from html to flash action script
Hi, I would like my flash to act differently depending on what html page it is on. Can I send information from html code to action script? -
Send data from a form through email without using CFMAIL
Newbie question: I have this form that collects data from input boxes and would like to send that data to an email address. Is there a way to do... -
Send data to form field
Hi, I want to have a button, that when clicked goes to a .htm or .asp page with a form in it, populating one of the form fields. ie. the visitor... -
How can I send data to a Flash file (swf), by clicking on a html link?
How can I send data to a Flash file (swf), by clicking on a html link? (my english is bad) I have a little Flash movie, inside my html document... -
Send email from HTML Form without ASP
Hi...I was wondering if it is possible to send an email containing data caught in an HTML form, without using ASP (as my ISP doesn't support ASP). ... -
Motion Maker #2
Re: load/send XML data via HTML form
If the XML is static, you can place the XML inside the Flash Movie versus
placing inside an HTML file. You can use the XML parse method to break it up
for use as an XML object.
However if you are communicating with a server then get the XML data from a
server script that maintains the session.
Look at XML class and the load or the sendAndLoad methods for examples.
--
Lon Hosford
[url]www.lonhosford.com[/url]
Flash, Actionscript and Flash Media Server examples:
[url]http://flashexamples.hosfordusa.com[/url]
May many happy bits flow your way!
"skeeter1" <webforumsuser@macromedia.com> wrote in message
news:ea8k5j$ens$1@forums.macromedia.com...>I currently have a Flash app that gets populated by parsing data from an
> external XML file. However, I need to get the XML data into a (JSP)
> session and
> can't neccesarily have an external XML file--any suggestions? Can I put
> the XML
> string into a hidden input field in a form on the HTML? Can Flash
> communicate
> with that HTML? Or are one of the below methods recommended:
> * FlashVars
> * Flash Remoting
> * Web services
> * JavaScript - call JS function
> * fscommand
> * ExternalInterface
>
> I've been working with Flash for years, but somewhat new to the above
> topics
> and advanced AS....
>
> Thanks,
> -Pete
>
Motion Maker Guest



Reply With Quote

