Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
illuzioner #1
can't access local resource error
hi,
anyone know how to fix as3 runtime error 2148? i'm trying to load a png file
on my dev machine, but keep getting this:
"2148 SWF file _ cannot access local resource _. Only local-with-filesystem
and trusted local SWF files may access local resources."
the docs only list the error. no explanation (like most of their errors --
sheesh!) of how to fix it or anything.
how can i fix this??
thnx to all
lou
p.s. using flex builder 3
illuzioner Guest
-
error ' unable to get shading resource'
Trying to replace in page in acrobat 8.0 professional and coming up with this message error message and not able to delete the replace the page ... -
Windows authentication with impersonation - network resource access fails
Hi, I have a question regd. Windows authentication and network file access. My asp.net application doesn't use any of the .NET's authentication... -
How to allow my Web Application access a network resource?
All, I have an ASP.NET application (with FormAuthentication but it shouldn't matter because I may allow unauthenticated user also). I want to... -
Sudden Acrobat Missing Resource Error
I've been using Acrobat 6 on XP for several months. Suddenly, today, after working with form fields, it's giving me a very vague "A resource is... -
Resource ID #1 Error
Can anyone explain why I get the above error with the following php file please <?php $xmlcontents =... -
ntsiii #2
Re: can't access local resource error
You cannot access any local resources from a Flex app running under the Flash
Player hosted in a browser. It is a security thing. No workarounds, well
maybe, but very complicated.
If you must access the local file system, you will have to run your app under
AIR.
Tracy
ntsiii Guest
-
ntsiii #3
Re: can't access local resource error
Another note:
Running an app under Flex Builder is deceiving because FB is installed into a
trusted sandbox and can access most anything. (but not the local file system)
Before you go too far, deploy your app to a web server and solve the security
problems.
Lets just execute the damn jerks that make this security crap necessary.
Tracy
ntsiii Guest
-
illuzioner #4
Re: can't access local resource error
actually i found a workaround.
[url]http://curtismorley.com/2007/08/31/flash-cs3-flex-2-as3-error-2148/[/url]
I added "-use-network=false" to my compiler options and now it works.
although i agree that those "people" who make all this security crap necessary
deserve a firing squad.
lou
illuzioner Guest
-
chinitovela #5
Re: can't access local resource error
I tried adding the "-use-network=false" in the compiler options but the same error occurs. Is there other ways to solve this issue?
chinitovela Guest
-
Unregistered #6
Re: can't access local resource error
"-use-network=false" will lead to a new error number. I tried everything and gave-up and accepted the fact "Flec cannot access local HD" . Now I am breaking my head in configuring linux server.
Unregistered Guest



Reply With Quote

