IDE :: Flash - CS4 Crashes When Closing Documents?

Dec 30, 2009

got a new problem with Flash CS4 which came up yesterday after trying to profile a swf with Flex Builder (3).As soon as I close a open document (like fla, as) or close a running swf (started with Cmd+Enter) it crashes. Reinstalled CS4 today, but the problem is still there. Really annoying stuff.

View 1 Replies


Similar Posts:


Xml :: Flash - External Swf Documents?

Mar 13, 2010

My XML scripts work fine in the local swf. If I load an external swf, can I still retrieve XML data from the same way. What problems will I encounter with XML and externally loaded swf files?

VARIABLE TYPES
var timer:Timer = new Timer(10);
var myString:String = "";

[code].....

View 1 Replies

Flash :: Open Office Documents From It?

Apr 19, 2010

We're working with a product called ProForm to create online courses that are Flash-based. It's a pretty cool product, created by Rapid Intake and using ActionScript 2 as the basis.

The problem we're seeing is that when we try to use this method to connect directly to Office documents, the links fail to open the documents in Internet Explorer.  When using Firefox, they work fine, and soon after clicking the link the user receives a dialog asking if they wish to save or open the document.  This is the behavior which we expected in IE, and which one can achieve by holding the CTRL button and clicking the link (and don't ask me how that was figured out, 'cuz I don't know).  But when just clicking the link in IE, a browser window briefly pops up, then the thing disappears and nothing else happens - no file opens, no dialog appears, nothing.

View 2 Replies

Flash :: Is Using Uncompressed XFL Documents With SVN Advisable

Jul 11, 2011

My team and I are considering switching to using the "Flash CS5 Uncompressed Document (*.xfl)" option in Flash CS5 based on the assumption that it will allow better collaboration and conflict resolution when working in a version-controlled (SVN) environment. We would like to avoid the common situation of irresolvable conflicts when multiple people edit an FLA. at least in the initial release of Flash CS5: [URL] Has anyone had success or failure with this approach? Is this a favourable or detrimental change in workflow?

View 1 Replies

Flash :: IDE - Extremely Slow On Certain Documents

Oct 28, 2009

For some reason whenever I try to access a any of the files within a project that I'm working on it goes extremely slow. I'll click something, or type something and it'll take like 30 seconds before I actually see it do anything. I never had this problem with this project before, seems like it came out of no where. If I just make a new document, or goto another project it's fine.

View 7 Replies

ActionScript 3.0 :: Interacting With Html Documents From Flash

Apr 9, 2011

I'm a newbie in actionscript. I created a world map in flash. The map has regions (Europe, North America, Latin America, etc.). The regions on the map are defined as buttons.

The final flash map will be embedded in an html document (map.html). The idea is that when you click for example the "Europe" button on the flash movie, this will open an html document called Europe.html and will show it underneath the map flash (inside map.html). The "Europe.html" for example contains a list of countries. In this mission I have 2 problems:

1. What script I have to attach to every region button on the flash map so it will call the right html file into the div on the map.html?

2. What script do I have to put inside the html document?

View 5 Replies

ActionScript 3.0 :: Interacting With Html Documents From Flash?

Apr 9, 2011

I created a world map in flash. The map has regions (Europe, North America, Latin America, etc.). The regions on the map are defined as buttons.

The final flash map will be embedded in map document (map.html). The idea is that when you click for example the "Europe" button on the flash movie, this will open an html document called Europe.html and will show it underneath the map flash (inside map.html).

The "Europe.html" for example contains a list of countries.

In this mission I have 2 problems:

1.What script I have to attach to every region button on the flash map so it will call the right html file into the div on the map.html?

2.What script do I have to put inside the html document?

View 2 Replies

ActionScript 2.0 :: Load HTML Documents In Flash?

Apr 8, 2007

I accidentally posted this topic in the Game/AI Programming section by mistake right below this due to lack of sleep so I reposted here. I was wondering if anyone has a way of making it so a webpage is loaded within a swf. For example: Say I have a swf file that has a menu on the left and title animation at the top. Kinda like this.

View 1 Replies

ActionScript 2.0 :: Using Flash To Search Multiple Documents?

Jul 18, 2008

Is there a way to search multiple documents from Flash? I have a whole bunch of DOC files that I can either make to PDF or FlashPaper documents.

View 8 Replies

Post PDF Documents To The Web Using A Flash Based Document Viewer

Jul 7, 2009

I actually dotn do a ton of flash work but I have a client who would like to have the ability to post PDF documents to the web using a flash based document viewer like the one found here: [URL] they want the ability to make certain areas of the document clickable like links so they can take you to a url - and they want the ability to roll over or click on an area of the document to zoom in on it. is there some kind of canned component i coudl either get as freeware or purchase that woudl allow me to do this?

View 6 Replies

ActionScript 3.0 :: Read Excel Documents Like A Xml Document With Flash?

Apr 29, 2010

I wonder if it is possible to read Excel documents like a xml document with Flash.

View 3 Replies

ActionScript 2.0 :: Outputting Data In Flash To Text Documents, Creating Textdocs With Flash & Mc Filters?

Apr 22, 2007

Question 1: How do I add a filter to a movieclip from actionscript,More specificly, the "adjust color" filter, and I want to decrease brightness, saturation,hue, and contrast... by actionscript...If you dont know what I mean, use the circle tool to create a circle, convert to movie clip, click the "filter" tab, then click + and add a adjust color filter, you'll see what I mean...Question 2: I need to output text to 'text' documents, no I cannot use shared objects for this, as it is a program for a client, and it isn't safe enough for me.

Code:
var archive:Array = [];
archive[7] = "Hello I am the 8th archive";

[code].....

View 4 Replies

Flash :: Closing An SWF File

Jan 20, 2011

How do I close an SWF file using AS3? I want to include the close in an event listener, so when the user clicks a button the application will close. I tried - [code]

View 1 Replies

ActionScript 2.0 :: Closing A Flash Projector?

Jan 15, 2009

I need to run a script if a user "x" out of the flash projector. This script is a LoadVars() script that sends info to php it does not need to receive anything, just send._root.onUnload does not seem trigger or the LoadVars script does not have enough time to run. I am not sure. Does anyone know how to get code to run if the user "x" out of the program?

Code:
//this script does not run
//even if I select a specific movie to check for the unload, it doesn't run

[code]....

View 3 Replies

CS3 / AS.20 - Closing Browser Window From Flash?

Jun 15, 2009

I am currently trying to work out how to get Flash to close the browser window it is running in. I've done a simple Javascript test version which works fine.. But if I try and use:
ExternalInterface.call("closeMyWindow");
Functionality it does not. My simple Javascript version is cut and paste below and attached to this message.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]"><html>
<head><title>Untitled</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="en" />
<meta name="description" content="" />
[Code] ....
Attachments: jsclose.html (630 bytes)

View 8 Replies

AS2 :: Flash - Closing A Dropdown By Clicking Outside In App?

Apr 23, 2009

I'm maintaining a ActionScript 2 application which uses createEmptyMovieClip to create dropdown lists (the list items being attached as movieclips). I can close the dropdown directly via removeMovieClip and such, obviously.

My problem is this: the dropdown should not only be closed when an item is clicked or the button creating it is triggered again, but also anytime the user clicks anywhere outside the dropdown (like onReleaseOutside, except the click also STARTS outside).

So far the only solution I can see is turning _root (or an invisible layer) into a button by proving an onRelease for it, but that's hackish in that it makes _root be treated like a button by Flash (pointer mouse cursor and all that). Do not want!

View 1 Replies

ActionScript 2.0 :: Closing Flash App Dynamically?

Aug 6, 2009

I'm wondering if there is a way to code the closing of a browser window which displays a published flash program (html). Say you have a button which says "Close" or "Quit". Can it be done? or must the user just click the little red 'X'.

View 3 Replies

ActionScript 3.0 :: Flash Xmlsockets Not Closing?

Aug 23, 2009

I don't explicitly call the method xmlSocket.close() and a user is saying that when you close the app from the web browser the socket doesn't close properly and lingers for some time.

In my code I don't call xmlSocket.close() because the flash documentation says that as soon as you close flashplayer or the web browser the socket connection is automatically terminated.

View 0 Replies

IDE :: Way To Close The Movie W/o Closing Flash?

Sep 2, 2010

If my program has an infinite loop, I have to open task manager and close the Flash IDEthen reopen it. Is there a way to close the program and un-crash Flash?

View 1 Replies

ActionScript 2.0 :: Closing Browsers With Flash?

Aug 29, 2002

how to close down browser using action script within a button to close the browser.

View 3 Replies

ActionScript 2.0 :: Closing A Pop Window In Flash

Aug 27, 2004

Simple..close a pop up window from flash.[code]and the button to close the pop up is this:[code]However, this closes the parent window and leaves the pop up open.Have tried this in various ways but nothing seems to work??

View 2 Replies

Flash CS5.5 Crashes When Testing?

Dec 29, 2011

Flash CS5.5 crashes when testing this movie using CTRL-ENTER a few times. Sometimes, a message warning that the Java Virtual Machine is running out of memory appears. I would like to know whether it is the FLA or my Flash installation that is corrupt.

see the following FLA file. [URL]

View 3 Replies

Flash :: Cs3 Crashes When I Try To Publish

Jan 21, 2009

My flash cs3 is crashing every time I try to publish a file, why? I run vista business 32 bit I didn't have problems until today,using flash cs3 for the[code]...

View 9 Replies

Flash :: My Site Crashes IE

Jul 18, 2009

We created a flash site, which crashes on IE. It works fine on Firefox.The problem seems to happen when the swf tries to load some MP3 files, with 'Sound.loadSound' method.

View 7 Replies

Flash :: CS4 Crashes At Startup?

Jul 28, 2009

I have recently purchased CS4 Design Premium. The installation of all applications went fine (no error message) and all applications work perfect except Flash CS4. On startup I see shortly the stage screen and then the spinning beach ball. I tried uninstalling and reinstalling Flash only with no luck. I then uninstalled and reinstalled the complete Suite and still no luck. I work on a MacPro with 10.5.7. All other system requirements are fullfilled

View 3 Replies

Flash CS4 :: Crashes Every Time On A Mac?

Aug 4, 2009

I've been using Flash CS4 on my MAC running 10.5 for over 6 months with no issues.  But now when I open a fla file it opens but when I click anywhere it will crash within seconds.  I've restarted my computer and checked that my Flash App is up to date. 

View 1 Replies

IDE :: Flash Crashes When Opening Certain Fla's ?

May 1, 2009

just recently upgraded to Leopard. Flash now crashes when opening certain fla's (that worked fine before). The files sometimes open, but then crash the app when I select something on the stage. In these cases I can actually edit the actionscripts.I'm not sure if the crashes are related to Leopard; don't remember if I tried opening one of the problem files since upgrading.I'm on a MacBook Pro 17 2.33, 2gb ram.I repaired permissions (several times), ran various Onyx processes, zapped pram, removed all the prefs files I could find, and reinstalled the whole suite (CS3 Master suite). Bridge won't even open; it crashes on opening.

View 1 Replies

Closing Popup Window In Flash Player 10.0.32.18?

Aug 18, 2009

I'm a web designer but I just don't use a lot of Flash. I'm sure this will change as time goes on. For now, I'm still using an old version of Flash MX on my Mac - Flash MX version 6. But I don't think that has anything to do with the problem. I designed a flash animation for my wife's website back in 2004 and it has always worked perfectly up until installing the most recent Flash Player 10.0.32.18 just a few days ago. Here's the problem:On my wife's website, we have a special link called "view presentation". You click on that link and a smaller, separate window pops up. Inside of this pop up window is the flash animation (the actual swf file). In the HTML code for the pop up window, I have coded the following javascript:
 
function closeWin() {
if (document.images) {
self.close();

[code].....

View 2 Replies

Professional :: Flash CS5 File Opening / Closing

Dec 10, 2010

This is a new, legal installation of Flash CS5 running on MacBook Air. Here are the file management problems I'm experiencing:
 
1) files are excrutiatingly slow to open, close, save, and switch between

2) I currently have a series of about 15 files open and I'm trying to close them - I click "don't save" but the files won't close - it's like I've clicked cancel. I have removed the external media these files were originally on, but if not trying to save the file, why can't Flash just close them and make them go away?

View 1 Replies

Actionscript 3 :: Storing A Value When Closing Flash Movie?

Aug 8, 2011

I am using a timer in my flash movie. When I close the flash movie, I want to store the last currentCount value. Is there any predefined option available in as3.0. ?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved