IDE :: Can't Debug Global Settings
May 15, 2009
I have a flash app that calls a web page vai a URLRequest object.It runs fine in normal mode but I need to do some debugging.When I try to debug I get the security warning that it's trying to access the internet.I opened the adobe.com flash security app and added both my flash file and the web site to confirmed locations but when I then try to debug it I again get the same warning.How do I get these settings to take effect inside of flash?
View 1 Replies
Similar Posts:
Dec 4, 2009
I have created an swf that manages to get all urls assigned to the buttons. When I publish the file I set the global security to allow that file to work and all links work. My question is when I transferred the html and swf to a new pc none of the buttons worked I was not even given an option to update global security settings by adding a new location. If I was to load this swf to an ftp media server is that the location I need to allow and can I only do this from the original PC where the file was created as transferring it seemed to make the buttons not do anything.
View 14 Replies
Jun 25, 2010
Win xp pro 32bitFirefox/3.6.4 same problem in IE 8.006.001 or opera 10.54
WIN 10,1,53,64
My global storage settings are set for 1) 'none' , 2)allow 3rd party..unchecked and 3) store common flash... unchecked. I can make changes but when i click another tab and come back to the storage settings tab every thing is still set for 'none' etc. This is true for all the tabs. no change I make is retained once another tab is activated or if I close the browser page. I have uninstalled flash and reinstalled. Searched and deleted every entry in the register that I thought may be relevant but no change. would like to be able to enable these options
View 1 Replies
Jul 30, 2010
I right click in the window, the flash player window opens with a menu:Settings...Global SettingsAbout Adobe Flashplayer 10..I click on Global settings and nothing happens. I'm trying to delete a website, to remove the information they have stored on my PC. It's a game, Cafe World. It's been crashing, so they said to open the Global settings and click 'remove website'.I can't do this because Glob. Sett won't open!!what, such a simple error in a simple logical application.
View 1 Replies
Sep 11, 2011
In my application I am accessing a XML file which is in the same location as the fla, yet I have to add my folder location to the Flash Global security settings in order to avoid that infamous Security violation that is thrown. Thats fine in my development environment, however when deployed on a customer's machine they have the same issue. Is there a way programmatically to to trust the xml file and avoid the security violation? NOTE the customer is accessing the swf in 2 ways through a .NET loading mechanism and 2. opening the file location in a web browser (NOT in a we page but opening the swf directly - YES I know this is not recommended - but nevertheless is the customer's preference)
View 2 Replies
Aug 30, 2009
I've had a problem which has been persisting for a long time now - Flash won't save any cookies to my computer. Originally I thought that it was my security settings, and indeed when I went to the global settings manager I clicked the "unlimited" option for data saves and allowed this for all sites. But when I reloaded the page the changes hadn't been saved. No matter how many times I clicked on the options to allow cookies and give unlimited data storage, whenever I came back the settings had reverted to default, as I had found them originally.
And when I went to C:/Documents and Settings/[user name]/Application Data/Macromedia/Flash Player#SharedObjects/ I found that there were no folders there, for none of the sites that I had visited.
This problem persists on IE, Firefox and Google Chrome. I've shut off all adblockers, all firewalls, all anti-virus software, uninstalled and re-installed Flash twice and still nothing. I'm at my wits end. I'm running Windows on a PC.
View 1 Replies
Apr 29, 2011
In CS5 I get the above message. I need to debug so it's very important. Anything I need to do?
View 2 Replies
Dec 21, 2009
When I first downloaded Flash CS3 Professional, I was able to enter an exceedingly useful debug mode by compiling using ctrl+shift+enter instead of ctrl+enter. I could toggle break points, step in, step over and view values stored in variables at a whim.
I must have accidentally toggled some option somewhere, because this interface no longer shows up. Instead, the only extra interface I get is the output menu with the following text "Attemping to launch and connect to Player using URL <file path> [SWF] <file path> - 71984 bytes after decompression" and while the swf does halt if the as3 code reaches a break point, it doesn't tell me which break point nor give me any options to progress the flow (not even through the pull down menu I have to utilize in order to end the so called debug session).
View 2 Replies
Apr 18, 2011
I am having a problem with Flash.I get the message Movie not loaded if I right clich where the video should be.I may have set the hardware acceleration on/off by mistake, but I cannot get the Settings manager to open to check it.I am running Feroda rc14.If I go to http:[url].... and right click in to white area at the top, I get the message 'Movie not loaded' and the flash version - 10.2.159.1. This is where I should be able to open the settings window.Where does Flash store that info on my PC? How can I check it/change it without Settings manager?
View 4 Replies
Apr 4, 2009
I have a swf that I need to attach the flex builder debugger to. I have full access to the source code, and can make a debug build of this swf.
However, this swf is being loaded by a non-debug build of another swf which I don't have source code to, and can't make a debug build with.
I've tried mocking this up with two very simple swfs, and while it works fine when both are debug builds, when the outer swf is a non-debug build, while I can get the debugger to connect, I don't get trace messages, breakpoints don't work, and it seems to lock up the flash app.
View 2 Replies
Jan 3, 2012
I have flash installed on my mac 10.6.7 and it's version is 11.1.102.55 (Non-debug).How do i convert it into debug.
View 1 Replies
Dec 27, 2011
I've migrated to FDT from flashdevelop and kind of have a hard time getting things to work the way I'm used to. In Flashdevelop, you could easily choose if the compiled swf was a release or debug version. In FDT however, it seems like there is no way to compile a version that has debugging information without it automatically opening up the debug perspective with a ton of debug windows, a profiler and actually entering debug mode.
As an extra plus, I keep getting a message saying "This feature is only available in FDT Max", although from what I know the debugger is included in the free version. Is there a way to do what I'm trying to do or should I just get used to this new way of working?
View 2 Replies
Apr 2, 2010
I have some filters set up, and have assigned some global vars to them, which I then use in my Filters code to display the filters: myText:Filters [globals.data.glow1, globals.data.stroke1, globals.data.shad1] Works perfectly. Now I want to assign a global var to each global filter var to determine if it should be shown or not. So...
[Code]...
View 7 Replies
Apr 28, 2004
Is it possible to make global functions, much in the same way you make a global variable, reachable from anywhere in the project?
View 1 Replies
Jul 22, 2009
i defined the global variable in the first frame of my file, and i can access it on other frames, however i am trying to access it within a movieclip, and flash is telling me that it is undefined. does anyone know why this could be?
View 1 Replies
May 14, 2009
I'm try to calling my sloppy global function by calling my global function class as u can see below.[code]
View 2 Replies
Jul 21, 2011
Is there any way to debug fullscreen mode? I Ctrl+enter and I see the swf but the fullscreen button never works, like when I forgot the allowFullScreen param in my HTML code.Do I have to add some parameter to the CS5 properties?
View 1 Replies
Dec 22, 2010
When I start debugging a Flex project, I have a error because some xml aren't find, so i copy manualy all the files from the project (/src) to (/bin-debug).This happen to some xml files no every single file.
View 1 Replies
Nov 25, 2010
I'm using Win7 with Flash CS4. When I try and create a symbol in the fla and then use it in AS code, I get the error "You cannot debug this swf because it does not contain ActionScript."I will get this error if I select export into first frame on the properties box in the fla.[code]in my AS3.0 code. GreenBox being the class for my symbol I created.This seems to be some issue with Win7, as I don't get this error when I run the same files on win XP.
View 0 Replies
Jul 1, 2009
This has never happened before. One of my .fla's suddenly won't trace at all. Anywhere I put a trace statement, it does not work. On the main timeline, in an MC, in a function... nothing!
Is there an option that I could have accidentally turned off or on?
In the meantime I'm debugging with dynamic text.
View 2 Replies
Oct 24, 2005
I'm using a UK keyboard (where the " and @ signs are switched) and firefox to access my flash movie and when I press the @ sign on the keyboard, it will input a " sign.
View 1 Replies
Feb 25, 2009
I'm developing an AIR app using CS3. I had previously made one AIR app without much problems. So I start a new file and fill out the AIR settings (found under Commands). But the damn thing keeps screwing up settings. Some stay saved, some don't. It also keeps wanting to keep 2 files for inclusion that don't exist and are not even named correctly.
And now, after trying to fix some of the naming, it won't even create an AIR app anymore. It says there's a missing SWF file, but I published first, multiple times and yet, it doesn't see the swf.
View 1 Replies
Mar 31, 2010
make an interactive flash simulation of a display that has several different settings. these need to work individually so that the user can set the different indicators to the number they want. the picture shows the two main functions; a number indicator and a status bar (kind of like the reception bar on a phone).i have tried to get .swf files to load on top of each other, but they keep erasing previous settings in other indicators. is there a way to get this to work? or maybe a completely different approach that would be smoother? or can someone point me in the direction of a tutorial or a template that has this function?
View 4 Replies
May 2, 2009
how can I change my rulers' zero points on the stage? In Photoshop I just drag new points from the top left corner, but that doesn't seem to work in Flash. This is very useful for me, e.g., setting "0" at the center of the stage, or quickly measuring some space.
P.S. Where's the email alert button on this Forum's posts?
View 11 Replies
Aug 25, 2009
Yes, I am currently running into an issue concerning publishing settings with Flash Professional CS4. I know how to make things animated in the publish setting, but things come out like the saturation is not all there in a project. I have no clue what to choose for the options to achieve the desired effect I want. It just looks drained of color. When I import items to the stage everything looks so clear and perfect, but when I go to publish it as a .gif animated it looks so bland. I'm sure Flash users are familiar to the settings provided for the .gif tab, if not I can give a list of everything thats there. I have included a screenshot of what my dialog box looks like as well.
Attachments: dialog-box.jpg (70.3 K)
View 2 Replies
Sep 7, 2009
I'm having a problem I haven't seen before with a Flash application I'm working on. I have attached two images of a part of the screen: one is taken with 16 bit color setting and the other with 32 bits. The texts are standard dynamic text fields.when i view the app at 32 bits all colors seem to be OK, but when I set it at 16 the textboxes seem to have a different background color, even though it's set to transparent!
View 1 Replies
May 2, 2011
I have a strange pb... I have a swf file on my local computer that needs to access data on a webserver.On that webserver there is a crossdomain xml allowing all domains.When I launch my swf file there is a flash popup asking if I want to trust the file and telling me to go to a secutity settings page where I should add some trusted resources.The pb is that I can't save my settings so there is no way to trust my swf.URL...If I click on a tab it just reset the "form"/
View 1 Replies
Feb 12, 2012
I am currently producing a CD-rom with educational content including film, quizzes, drag and drop and animation.some advice ?Here is what I am thinking so far..Stage 800x600frame rate 25 fpsIt has do have film and interactive goodness. Am I doing anything wrong so far? Film guys tells me that the film is 25 fps.Also I have production premiusm cs5.5 os is there a particular bit of software that I shoudl be authoring CD-rom with? or just make a projector file and use toast to burn it?
View 3 Replies
Mar 31, 2010
Is there any extra code need for using rtmp with AS3.I have the code like this. Is that enough for rtmp or any other code needed?
var strSource:String = "rtmp://myserver.com/file.flv";
var ncConnection = new NetConnection();
var nsStream = new NetStream(ncConnection);
[code].....
View 1 Replies
Aug 3, 2009
May I ask how to add breakpoint and debug AS3 in Flash CS3?
View 3 Replies