Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Firelands_Tech #1
XML Issue
I recently created a flash animation that calls the dynamic text from a XML
file. The movie works when I use flash player, however when it is embeded in a
webpage it does not load the XML. Any help would be great.
Adrian Salvador
Director of Information Technology
Firelands Winery, Sandusky Ohio, 44870
Firelands_Tech Guest
-
Url Issue
If i clearly understand your question, your question is about security rights... Web.Config's authorization section is interpreted line by... -
FRS issue
I have started having replication problems and know the reason I just have no choice in the matter. Management has insisted on running ZA... -
non-php issue
hi everyone, could someone recommend a security mailing list, please? or you may like to answer my question below: i'm currently using... -
4GL V7.32 issue
OK, testing i4GL V7.32 on HP-UX 11i, IDS9.40. The following code is coredumping: (this is a cut down version of a bigger file, to the point where... -
IIS 5.1 and ASP.net issue
I'd suggest posting to a DotNet group...this one is for ASP (classic asp, not ASPX) :} --... -
Nancy *Adobe Community Expert* #2
Re: XML Issue
You probably don't have the xml file in the right directory. Make sure it's
not a path problem.
--
Nancy Gill
Adobe Community Expert
BLOG: [url]http://www.dmxwishes.com/blog.asp[/url]
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development
"Firelands_Tech" <webforumsuser@macromedia.com> wrote in message
news:e5kneq$i7a$1@forums.macromedia.com...>I recently created a flash animation that calls the dynamic text from a XML
> file. The movie works when I use flash player, however when it is embeded
> in a
> webpage it does not load the XML. Any help would be great.
>
>
> Adrian Salvador
> Director of Information Technology
> Firelands Winery, Sandusky Ohio, 44870
>
Nancy *Adobe Community Expert* Guest
-
Motion Maker #3
Re: XML Issue
If the xml file is in the same folder, you may need to use the full absolute
path to the file. You can get that with
urlBase = _url.substr(0,_url.lastIndexOf("/")+1);
trace (urlBase)
then
send_xml.sendAndLoad(urlBase + "theXMLFileName.xml", theResult_xml);
--
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!
"Firelands_Tech" <webforumsuser@macromedia.com> wrote in message
news:e5kneq$i7a$1@forums.macromedia.com...
I recently created a flash animation that calls the dynamic text from a XML
file. The movie works when I use flash player, however when it is embeded
in a
webpage it does not load the XML. Any help would be great.
Adrian Salvador
Director of Information Technology
Firelands Winery, Sandusky Ohio, 44870
Motion Maker Guest
-
Flash Dhana #4
Re: XML Issue
is there anyway to protect xml file from the user.. i have questions and answer
in the xml file.. its a flash quiz, once i delivered to the client they can
open the xml file and see the answer.. i want to do something.. please suggest.
Flash Dhana Guest
-
Motion Maker #5
Re: XML Issue
1. You could place the XML or raw data in the Flash movie or in external
Flash movies. In the latter case the main Flash movie would then load the
external Flash movie and use the data. Again only a skilled ambitious person
would attempt the decompiling and analysis process. If the external movie is
played they would see nothing since it only has code.
For desktop Flash implemented application you could deliver new quizzes via
updated external Flash movies containing the quiz data.
2. You could use a server side script that gets an XML structure from Flash
that has a unlock value and then the script returns the XML. If the script
does not get the correct lock value it returns a blank web page or a web
page with whatever. You Flash movie XML would then use sendAndLoad to
connect to the script and other than the send XML value(s) your Actionscript
would be the same.
Still a real ambitious person could get the unlock code from decompiling the
Flash movie with third party tools. If that is an issue, then you could
request the unlock code in your Flash movie and change it from time to time
in the server side script.
--
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!
"Flash Dhana" <webforumsuser@macromedia.com> wrote in message
news:e689u5$g4v$1@forums.macromedia.com...
is there anyway to protect xml file from the user.. i have questions and
answer
in the xml file.. its a flash quiz, once i delivered to the client they can
open the xml file and see the answer.. i want to do something.. please
suggest.
Motion Maker Guest



Reply With Quote

