Home > error 2148 > error 2148 as3

Error 2148 As3

Contents

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring

Actionscript Error 2148

developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question global security settings panel x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Error #2148: SWF file Cannot acces local resources up vote 1 down vote favorite I'm trying to load a local video to display it and I'm having this error ( Error #2148) at runtime, I have read in many places what this problem is, about flash security and all that stuff but there's no solution anywhere and some people say that it can't be done. My swf works fine when loading from internet, I have my cross-domain on my server but is completely necessary for me to create a standalone version which can run without internet connection and load the videos from file system. May be with different compiling options? I'm using Flash Builder 4.6 Any idea how could I achive a local resource loading? P.D. I know that the trusted folder can resolve the problem but that implies a configuration change in every computer it runs and I need it to be portable like in a USB to run on any computer that has Flash Player. actionscript-3 resources share|improve this question asked Nov 27 '12 at 17:31 Mark E 1,2291024 1 Have you tried the compilation by -use-network=false parameter? –Engineer Nov 27 '12 at 17:36 brettwidmann.com/2010/03/how-to-remedy-flex-error-2148 –Ziul Nov 27 '12 at 18:06 1 I used '-use-network=false' which is what the article said to, but I got an other error with that 'SecurityError: Error #2028: Local-with-filesystem SWF file file:///C:/Users/Desarrollo/Desktop/bin-release/imVideo360.s‌wf cannot access Internet URL fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/…; –Mark E Nov 28 '12 at 15:41 I solved the las problem (ERROR 2028) by setting the flex libraries merged into code instead of RSL like. In project>properties>Build Path>Framework linkage>Merged into code. –Mark E Nov 28 '12 at 15:59 add a comment| active oldest votes Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook. Your Answer draft saved draft discarded Sign up or log in Sign up using Google Sign up using Facebook Sign up using Email and Password Post as a guest Name Email Post as a guest Name Email discard By posting your answer, you

Issue Solution Applies to : Flash Player Issue When running a Flash Builder project, the Flash Player throws an exception similar to one of the following error messages: *** Security Sandbox Violation *** Connection to file:///swf_file_A.swf halted - not permitted from file:///swf_file_B.swf SecurityError: Error #2148: SWF file file:///swf_file_B.swf cannot access local resource file:///swf_file_A.swf. Only local-with-filesystem and trusted local SWF files may access local resources. Flash Player Warning -------------------- http://stackoverflow.com/questions/13589795/error-2148-swf-file-cannot-acces-local-resources Note: If the Flash player displays a "SecurityError" message or blank window when you run your program, you may need to completely exit your browser and try again. The above message may appear on a Windows client while on a Mac client, the message suggests exiting "all browsers" instead of "your browser." The issue https://helpx.adobe.com/flash-player/kb/flash-builder-flash-player-throws.html is that the first time the Flash player loads into any browser window, it reads the "FlashPlayerTrust" directory to see which local directories may contain trusted SWF files, however, the player will only read this file once. For more information on this andother Flash player security featuresplease see http://www.adobe.com/content/dam/Adobe/en/devnet/flashplayer/pdfs/flash_player_10_security.pdf. Each time you create or import a Flash Builder project whose bin-debug directory is outside of the normal Flash Builder workspace location, Flash Builder adds that bin-debug directory to the list of trusted directories; but if the browser is already running and the Flash player has already read the FlashPlayerTrust information, then your new program won't be trusted, and you will see one of the above error messages. Solution The workaround for this on a Windows client is to exit the browser running a SWF file before starting a new debugging session. On a Mac client, you will have to exit all running browsers (Safari, Firefox, and so on) because they share a s

by Benoît Latest reply from henke37 Tags: No tags yet. Benoît Competent BirdJoined: Sep http://forum.starling-framework.org/topic/securityerror-error-2148-only-local-with-filesystem-and-trusted-local-swf '12Posts: 76 Benoît Competent BirdJoined: Sep '12Posts: 76 Hello, I'm using DragonBones 2.4.1 When I start my swf with Flash Player standalone 12 I http://www.flashdevelop.org/community/viewtopic.php?t=3086 got this error: SecurityError: Error #2148: SWF file file:///C|/Users/bert/Dropbox/bin%20%281%29/ZombieDoorsWeb.swf cannot access local resource file:///C|/Users/bert/Dropbox/bin%20%281%29/ZombieDoorsWeb.swf/[[DYNAMIC]]/2. Only local-with-filesystem and trusted local SWF files may access local error 2148 resources. at flash.display::LoaderInfo/get content() at dragonBones.factorys::BaseFactory/loaderCompleteHandler()[/Users/Benoit/Dropbox/ZombieDoors/lib/Citrus-Engine/srclib/dragonBones/factorys/BaseFactory.as:479] Any help? Thanks. Posted 2 years ago # Benoît Competent BirdJoined: Sep '12Posts: 76 Benoît Competent BirdJoined: Sep '12Posts: 76 Fixed: Go to your Settings Panel (Windows or OSX) And open the Flash settings. Then allow your swf. http://docs.fusioncharts.com/widgets/Tools/FlashPlayerSecuritySetup/HowToSetup.html Posted 2 years error 2148 as3 ago # henke37 Wise OwlJoined: Jun '13Posts: 944 henke37 Wise OwlJoined: Jun '13Posts: 944 Or, just fix the publish settings to set the correct flag. Or load the file over http and make the entire issue a moot issue. Posted 2 years ago # Benoît Competent BirdJoined: Sep '12Posts: 76 Benoît Competent BirdJoined: Sep '12Posts: 76 What is the correct flag? Or, just fix the publish settings to set the correct flag. Posted 2 years ago # henke37 Wise OwlJoined: Jun '13Posts: 944 henke37 Wise OwlJoined: Jun '13Posts: 944 Well, it depends. Do you need networking or do you need filesystem access? Most people want networking. You can't have both, and that's the point. Or as I mentioned, just serve the file over http and forget about the issue. Posted 2 years ago # RSS feed for this topic Reply You must

1 of 1 [ 9 posts ] Previous topic | Next topic Help! moving projects breaks swf's Author Message ares623 Member Joined: Thu May 15, 2008 4:14 pmPosts: 52 Help! moving projects breaks swf's here's the scenario... i created an AS3 project. everything goes fine until.. I needed to zip the project folder and give it to someone else. I unzipped it on another location, and tried to run the main swf, and I get errors. i think maybe the paths of the project are messed up when I moved them...? how do I get around this? here is an image of my project outline i hope it's showing. GREEN arrows: creates swf RED arrows: are referenced/loaded/used in the file (through Loader, URLRequest, URLLoader BLUE arrows: are imports here are the errors generated when opening Banner.swf Code:Error #2044: Unhandled SecurityErrorEvent:. text=Error #2140: Security sandbox violation: file:///C|/Documents%20and%20Settings/1/Desktop/Carousel/bin/Banner.swf cannot load file:///C|/Documents%20and%20Settings/1/Desktop/Carousel/bin/Carousel.swf. Local-with-filesystem and local-with-networking SWF files cannot load each other.when opening Carousel.swfCode:SecurityError: Error #2148: SWF file file:///C|/Documents%20and%20Settings/1/Desktop/Carousel/bin/Carousel.swf cannot access local resource file:///C|/Documents%20and%20Settings/1/Desktop/Carousel/lib/data.xml. Only local-with-filesystem and trusted local SWF files may access local resources. at flash.net::URLStream/load() at flash.net::URLLoader/load() at Main/init() at Main() I could play Banner.swf if I opened Banner.fla and pressed ctrl+enter. After which, opening Banner.swf alone gives me the same error.The person i am sending this to doesn't have FD or Flash CS3. please, i need to find a solution asap. Fri May 23, 2008 12:16 pm Philippe Admin Joined: Wed Aug

 

Related content

actionscript security error 2148

Actionscript Security Error table id toc tbody tr td div id toctitle Contents div ul li a href Adobe Flash Player Security Error a li li a href Actionscript Error a li li a href Only Local-with-filesystem And Trusted Local Swf Files May Access Local Resources a li ul td tr tbody table p ElementsAdobe Dreamweaver Adobe MuseAdobe Animate CCAdobe Premiere ProAdobe After EffectsAdobe IllustratorAdobe InDesignView all communitiesExplore Menu beginsMeet the expertsLearn our productsConnect with your peersError You don't have JavaScript enabled This tool uses JavaScript and much of it will not work correctly without relatedl it enabled Please turn

error #2148 flash player

Error Flash Player table id toc tbody tr td div id toctitle Contents div ul li a href Actionscript Error a li li a href Flash Global Security Settings a li ul td tr tbody table p ElementsAdobe Dreamweaver Adobe MuseAdobe Animate CCAdobe Premiere ProAdobe After EffectsAdobe IllustratorAdobe InDesignView all communitiesExplore Menu beginsMeet the expertsLearn our productsConnect with your peersError You don't have JavaScript enabled This relatedl tool uses JavaScript and much of it will p h id Actionscript Error p not work correctly without it enabled Please turn JavaScript back on and only local-with-filesystem and trusted local swf files

error #2148 swf

Error Swf table id toc tbody tr td div id toctitle Contents div ul li a href Flex Securityerror Error a li li a href Only Local-with-filesystem And Trusted Local Swf Files May Access Local Resources a li li a href Flash Global Security Settings a li ul td tr tbody table p ElementsAdobe Dreamweaver Adobe MuseAdobe Animate CCAdobe Premiere ProAdobe After EffectsAdobe IllustratorAdobe InDesignView all communitiesExplore Menu beginsMeet the expertsLearn our productsConnect with your peersError You don't have JavaScript enabled This tool uses JavaScript and much of it will not work correctly relatedl without it enabled Please turn JavaScript

error #2148 swf file

Error Swf File table id toc tbody tr td div id toctitle Contents div ul li a href Securityerror Error Swf File a li li a href Securityerror Error a li ul td tr tbody table p ElementsAdobe Dreamweaver Adobe MuseAdobe Animate CCAdobe Premiere ProAdobe After EffectsAdobe IllustratorAdobe InDesignView all communitiesExplore Menu beginsMeet the expertsLearn our productsConnect with your peersError You don't relatedl have JavaScript enabled This tool uses JavaScript and securityerror error swf file file much of it will not work correctly without it enabled could not access local files error Please turn JavaScript back on and reload this

error #2148 flash builder

Error Flash Builder p Issue Solution Applies to Flash Player Issue When running a Flash relatedl Builder project the Flash Player throws an exception similar to one of the following error messages Security Sandbox Violation Connection to file swf file A swf halted - not permitted from file swf file B swf SecurityError Error SWF file file swf file B swf cannot access local resource file swf file A swf Only local-with-filesystem and trusted local SWF files may access local resources Flash Player Warning -------------------- Note If the Flash player displays a SecurityError message or blank window when you run

error #2148 flex

Error Flex table id toc tbody tr td div id toctitle Contents div ul li a href Only Local-with-filesystem And Trusted Local Swf Files May Access Local Resources a li ul td tr tbody table p Issue Solution Applies to Flash Player Issue When running a Flash Builder project the Flash relatedl Player throws an exception similar to one of the following flex error error messages Security Sandbox Violation Connection to file swf file A swf halted - not flex error permitted from file swf file B swf SecurityError Error SWF file file swf file B swf cannot access local

error 2148 el archivo swf

Error El Archivo Swf p Issue Solution Applies to Flash Player Issue When running a Flash Builder relatedl project the Flash Player throws an exception similar to one of the following error messages Security Sandbox Violation Connection to file swf file A swf halted - not permitted from file swf file B swf SecurityError Error SWF file file swf file B swf cannot access local resource file swf file A swf Only local-with-filesystem and trusted local SWF files may access local resources Flash Player Warning -------------------- Note If the Flash player displays a SecurityError message or blank window when you

error 2148 flex viewer

Error Flex Viewer table id toc tbody tr td div id toctitle Contents div ul li a href Error a li li a href Global Security Settings Panel a li ul td tr tbody table p Badges sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have relatedl Meta Discuss the workings and policies of this site About actionscript error Us Learn more about Stack Overflow the company Business Learn more about hiring only local-with-filesystem and trusted local swf files may access local resources

error 2148 actionscript

Error Actionscript table id toc tbody tr td div id toctitle Contents div ul li a href Only Local-with-filesystem And Trusted Local Swf Files May Access Local Resources a li ul td tr tbody table p ElementsAdobe Dreamweaver Adobe MuseAdobe Animate CCAdobe Premiere ProAdobe After EffectsAdobe IllustratorAdobe InDesignView all communitiesExplore Menu beginsMeet the expertsLearn our productsConnect with your peersError You don't have JavaScript enabled This tool uses JavaScript and much of it will not work correctly without it enabled Please turn relatedl JavaScript back on and reload this page Please enter a title p h id Only Local-with-filesystem And Trusted

error 2148 flowplayer

Error Flowplayer table id toc tbody tr td div id toctitle Contents div ul li a href Only Local-with-filesystem And Trusted Local Swf Files May Access Local Resources a li ul td tr tbody table p adobe flash Thanks for your help Christian Ebert Sat Aug GMT The error tells you also about what to do Loosen Flash security settings As per the docs on local installation http flash flowplayer org documentation installation index html localinstall this can be done in the flash settings manager http www adobe com support documentation en flashplayer help settings manager html the link will

error 2148 xcelsius

Error Xcelsius table id toc tbody tr td div id toctitle Contents div ul li a href Only Local-with-filesystem And Trusted Local Swf Files May Access Local Resources a li li a href Flash Global Security Settings a li ul td tr tbody table p and SafetyAsset NetworkAsset Operations and p h id Only Local-with-filesystem And Trusted Local Swf Files May Access Local Resources p MaintenanceCommerceOverviewSubscription Billing and Revenue ManagementMaster Data Management actionscript error for CommerceOmnichannel CommerceFinanceOverviewAccounting and Financial CloseCollaborative Finance OperationsEnterprise Risk and ComplianceFinancial p h id Flash Global Security Settings p Planning and AnalysisTreasury and Financial Risk ManagementHuman

error 2148 in flex

Error In Flex table id toc tbody tr td div id toctitle Contents div ul li a href Flex Error a li li a href Security Error a li li a href Only Local-with-filesystem And Trusted Local Swf Files May Access Local Resources a li ul td tr tbody table p ElementsAdobe Dreamweaver Adobe MuseAdobe Animate CCAdobe Premiere ProAdobe After EffectsAdobe IllustratorAdobe InDesignView all communitiesExplore Menu beginsMeet the expertsLearn our productsConnect with your peersError You don't have relatedl JavaScript enabled This tool uses JavaScript and much p h id Flex Error p of it will not work correctly without it

error 2148

Error table id toc tbody tr td div id toctitle Contents div ul li a href Error Flex a li li a href Adobe Flash Player Security Error a li li a href Actionscript Securityerror Error a li li a href Error a li ul td tr tbody table p p p by Beno t Latest reply from henke Tags No tags relatedl yet Beno t Competent BirdJoined Sep ' Posts p h id Actionscript Securityerror Error p Beno t Competent BirdJoined Sep ' Posts Hello I'm using DragonBones error xcelsius When I start my swf with Flash Player standalone

error 2148 flash

Error Flash table id toc tbody tr td div id toctitle Contents div ul li a href Security Error Flash a li li a href Adobe Flash Securityerror Error a li li a href Actionscript Security Error a li li a href Actionscript Error a li ul td tr tbody table p ElementsAdobe Dreamweaver Adobe MuseAdobe Animate CCAdobe Premiere ProAdobe After EffectsAdobe IllustratorAdobe InDesignView all communitiesExplore Menu beginsMeet the expertsLearn our productsConnect with your peersError You don't have JavaScript enabled This tool uses JavaScript relatedl and much of it will not work correctly without p h id Security Error Flash

flash error 2148

Flash Error table id toc tbody tr td div id toctitle Contents div ul li a href Only Local-with-filesystem And Trusted Local Swf Files May Access Local Resources a li ul td tr tbody table p ElementsAdobe Dreamweaver Adobe MuseAdobe Animate CCAdobe Premiere ProAdobe After EffectsAdobe IllustratorAdobe InDesignView all communitiesExplore Menu beginsMeet the expertsLearn our productsConnect with your peersError You don't have JavaScript enabled This tool uses JavaScript relatedl and much of it will not work correctly without p h id Only Local-with-filesystem And Trusted Local Swf Files May Access Local Resources p it enabled Please turn JavaScript back on

flash security error 2148

Flash Security Error table id toc tbody tr td div id toctitle Contents div ul li a href Actionscript Error a li ul td tr tbody table p Issue Solution Applies to Flash Player Issue When running a Flash Builder project the Flash Player throws an relatedl exception similar to one of the following error messages only local-with-filesystem and trusted local swf files may access local resources Security Sandbox Violation Connection to file swf file A swf halted - not permitted from file swf file B swf p h id Actionscript Error p SecurityError Error SWF file file swf file

flex httpservice error #2148

Flex Httpservice Error table id toc tbody tr td div id toctitle Contents div ul li a href Securityerror Error a li li a href Actionscript Error a li ul td tr tbody table p Issue Solution Applies to Flash Player Issue When running a Flash Builder project relatedl the Flash Player throws an exception similar to one p h id Securityerror Error p of the following error messages Security Sandbox Violation Connection to file swf file A swf only local-with-filesystem and trusted local swf files may access local resources halted - not permitted from file swf file B swf

flex error 2148

Flex Error table id toc tbody tr td div id toctitle Contents div ul li a href Flash Global Security Settings a li ul td tr tbody table p ElementsAdobe Dreamweaver Adobe MuseAdobe Animate CCAdobe Premiere ProAdobe After EffectsAdobe IllustratorAdobe InDesignView all communitiesExplore Menu beginsMeet the expertsLearn our productsConnect with your peersError You don't have JavaScript enabled This tool uses JavaScript and much of it will not work relatedl correctly without it enabled Please turn JavaScript back on and only local-with-filesystem and trusted local swf files may access local resources reload this page Please enter a title You can not

http service error #2148

Http Service Error table id toc tbody tr td div id toctitle Contents div ul li a href Only Local-with-filesystem And Trusted Local Swf Files May Access Local Resources a li li a href Actionscript Error a li li a href Flash Global Security Settings a li ul td tr tbody table p Issue Solution Applies to Flash Player Issue When running a Flash Builder project the relatedl Flash Player throws an exception similar to one of securityerror error the following error messages Security Sandbox Violation Connection to file swf file A swf p h id Only Local-with-filesystem And Trusted