Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
cory_clarke #1
XML Preview Bug?
Has anyone run across this problem, and hopefully a fix? I'm working on PC with
Flash 8 and recently have had a problem crop up. I do a lot of development with
XML and typically have no problem. However, recently all of my files that have
been working fine suddenly stopped working when I test them, they are no longer
able to load XML. Everything works fine if I preview them through a browser (so
it is not an issue with bad code or the data source), but not if I test them
in Flash (cntrl+enter). Testing them in Flash just gives 'Error opening URL ...'
Does anyone know if there is somewhere the Flash development environment
caches XML internally? I wondering if that cache file is corrupt and screwing
things up. Any suggestions would be great - its really killing my development
flow..
cory_clarke Guest
-
Preview
Is there a way in IDCS to set every window to show preview by default? and so not have to check it everytime I open a window up. Many thanks Alan -
EPS Preview Mac to PC
I've created a simple logo in CS on Windows 2000, saved it as an EPS with 8bit preview. Created the same logo in 8 on Mac, saved it the same way.... -
EPS preview
I have run acrossed an anomaly in ID CS. I have an EPS that I have applied a drop shadow to. The EPS was created with FH10 and imported into ID. The... -
preview in mx 6.1
Found the problem in a thread down below. T Tony Ambrosini wrote: -
no preview
I'm working with three sites and one of the three will not preview in IE6. The other 2 preview fine. There are no frames envolved here. What might... -
Motion Maker #2
Re: XML Preview Bug?
Sounds like a server script is involved.
Display the url fed to the XML sendAndLoad or load method and if it is
showing file:///// you may need http:// hard coded in for testing when you
are using the authoring environment if the server script is relatively
referenced to the swf.
Relative might be this: myXMLScript.php or asp or cfm or whatever.
Hard coded this: [url]http://theserverurl/myXMLScript.php[/url]
You can use System.capabilities.playerType to choose between the hard coded
url and the relative.
[url]http://livedocs.macromedia.com/flash/8/main/00002879.html[/url]
--
Lon Hosford
[url]www.lonhosford.com[/url]
May many happy bits flow your way!
"cory_clarke" <webforumsuser@macromedia.com> wrote in message
news:dskv66$6lo$1@forums.macromedia.com...
Has anyone run across this problem, and hopefully a fix? I'm working on PC
with
Flash 8 and recently have had a problem crop up. I do a lot of development
with
XML and typically have no problem. However, recently all of my files that
have
been working fine suddenly stopped working when I test them, they are no
longer
able to load XML. Everything works fine if I preview them through a browser
(so
it is not an issue with bad code or the data source), but not if I test
them
in Flash (cntrl+enter). Testing them in Flash just gives 'Error opening URL
....'
Does anyone know if there is somewhere the Flash development environment
caches XML internally? I wondering if that cache file is corrupt and
screwing
things up. Any suggestions would be great - its really killing my
development
flow..
Motion Maker Guest
-
cory_clarke #3
Re: XML Preview Bug?
Thanks for the feedback, but I'm pretty sure that relative/absoluting linking
is the not the problem. I have http:// hard coded before the urls and it was
working fine for months, all the sudden ANY flash file I have with XML refuses
to preview in the development environment. I know it isn't the code because if
I move it to another machine (PC or Mac) it runs fine, it seems to be specific
to my computer. Do you know if there is some sort of cache file Flash uses
locally that might be corrupted?
cory_clarke Guest
-
Motion Maker #4
Re: XML Preview Bug?
Perhaps if a cache is suspected, changing the file name on a test basis
would eliminate that possibility.
But here is another though. Use the example in help which connects to
MM/Adobe cfm file.
[url]http://livedocs.macromedia.com/flash/8/main/00002879.html[/url]
Add a
trace(success)
trace (myLoginReply_xml)
to the top of the myOnLoad function
and you would see this in the output window.
true
<packet success="true" date="2006-02-12" time="17:01:16"
sessionid="607F1B8E-B0D0-2052-2D77A71465739D30" />
If you do not see that but do on other machines, then you might want not
only to start a new thread to that specific issue but take it up with
Macromedia support.
--
Lon Hosford
[url]www.lonhosford.com[/url]
May many happy bits flow your way!
"cory_clarke" <webforumsuser@macromedia.com> wrote in message
news:dsnmvf$jjn$1@forums.macromedia.com...
Thanks for the feedback, but I'm pretty sure that relative/absoluting
linking
is the not the problem. I have http:// hard coded before the urls and it was
working fine for months, all the sudden ANY flash file I have with XML
refuses
to preview in the development environment. I know it isn't the code because
if
I move it to another machine (PC or Mac) it runs fine, it seems to be
specific
to my computer. Do you know if there is some sort of cache file Flash uses
locally that might be corrupted?
Motion Maker Guest



Reply With Quote

