Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
iOXeR #1
Flash file imports data with XML
I'm hoping there's an easy answer to my question. I'v made a flash file that
imports data from an xml file and then it loads it into the flash content. When
I try to run the .swf file on my computer it works perfectly; all the data was
imported and made into content correctly. When I upload it to my webserver it
doesn't perform as well. The flash file is there and everything in it is
operating correctly except the data which was supposed to be the content is not
working. I'm not sure why I'm getting this behavior. I'm using php, in case it
helps.
iOXeR Guest
-
Flash Data to XML file
Hi, does anyone know how to make the "browse file" and/or "Open File" Dialogs? and if they do, put the path of the selected file into a database.... -
advice needed... cf write data to xml file for use in flash app thatuses xml file
I'm wondering if it is possible to use CF to: 1) connect to existing db; 2) get specific data from table; 3) write it to an xml file that would... -
Send data to Flash from a page without reloading the flash file
The title tells the most, I want to send like, "hello" to a flashfile from a html page(the flash file is on the site) without having to reload the... -
user imports external file
"billbones" webforumsuser@macromedia.com wrote: You can use fileIO for opening a system window and let the user browse for the file. Then, you... -
Photos / pics in Flash from .txt imports?
OK, I'm sure this has been discussed to some extent here, but it's 3 AM and I cannot find it. I'm sure everyone is familiar w/ importing .txt... -
Ashish123 #2
Re: Flash file imports data with XML
HI,
Need littile beif info from you.
Is the xml file residing in the same folder where your swf file resides. I mean check the path of the xml file.
-----------
aShIsH
Ashish123 Guest
-
Si Fi #3
Re: Flash file imports data with XML
Hi. I had a similar proplem.
My problem came down to the security setting of flash not allowing the xml to
come from a different server.
As a consequence i had to build a proxy .php page, although you mentioned
this. however i sorted it with the following code:
<?php
$dataURL =
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/england/west_midlands/rss.xm
l";
//note that this will not follow redirects
readfile($dataURL);
?>
obviously change the url add to the one you want.
Si Fi Guest
-
ay13 #4
Re: Flash file imports data with XML
pretty much explains everything if you still need help..
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14213[/url]
ay13 Guest
-
iOXeR #5
Re: Flash file imports data with XML
Sorry about the late reply.
Is the xml file residing in the same folder where your swf file resides
Yes, it's in the same folder.
My problem came down to the security setting of flash not allowing the xml to
come from a different server.
My xml file is not on a different server. I'll try this anyway though. It
can't hurt, can it?
iOXeR Guest
-
iJustLoveFlash #6
Re: Flash file imports data with XML
hmm, probleby the problem is the sandbox or path,
write the full path of the file, if the file is [url]www.exaple.org/lmz.swf[/url] write
"www.exaple.org/lmz.swf" not "193.1.1.1/lmz.swf" then the problem would be
solved.
use the onLoad listener, what should also say whats the problem.
i even will not bother to make the list of possible problems
------------
to get better breaf read LIVEDOCS (interisting why you bother with your simple
problems and why i answer.. :S )
-----------
iJustLoveFlash Guest
-
iOXeR #7
Re: Flash file imports data with XML
hmm, probleby the problem is the sandbox or path,
write the full path of the file, if the file is [url]www.exaple.org/lmz.swf[/url] write
"www.exaple.org/lmz.swf" not "193.1.1.1/lmz.swf" then the problem would be
solved.
Are you talking about changing the path in the php file where the swf file is
called?
iOXeR Guest



Reply With Quote

