ActionScript 3.0 :: Safari 4.0.3 (Snow Leopard) ExternalInterface Crash

Sep 6, 2009

The ExternalInterface callbacks on several sites that I've setup have begun crashing the new Safari shipping with Snow Leopard.

View 4 Replies


Similar Posts:


Professional :: CS5 Select Tool Crash Flash On Snow Leopard

May 22, 2010

I can't select anything in a tool windows. With one fla opened, i select "ESSENTIAL" in workspace, the interface, turn on, but when i select a draw tool orchange any preference on Flash CS5 Trial on Snow Leopard, the flash allways crash and close without message. The image show the tools "closed" and the erro in Apple System.

View 1 Replies

Professional :: Flash CS5 Slow Start Up And Crash On Snow Leopard

Nov 20, 2010

I'm using a new Mac Pro with Snow Leopard. We have Adobe MC CS5.I'm experiencing serious problems with Flash CS5. The program locks up at "Initializing Tools" for several minutes at start up. Once the program opens it will crash if I try to create a blank document. Other Adobe programs work fine.Flash CS4 worked fine on this computer.Anyone have any ideas on how to fix this? I've tried uninstalling and deleting all adobe documents from the configuration folders. It just seems like this machine is cursed or something.

View 1 Replies

Flash :: CS3 And Snow Leopard?

Nov 13, 2009

i am experiencing a strange and unpleasant situation.I am using CS3 and upgraded to Snow Leopard 10.6.2 last night, along downloading the latest Flash Player for browsers.
 
Problem is that now all of my text block arent displaying the same line height that before i updated?????
 
I compared the same exact SWF made under Tiger and those made under Snow Leopard and the two arent identical, lines are misaligned regarding line height!

View 5 Replies

Flash :: CS4 Crashing With Snow Leopard

Oct 9, 2009

I just installed Snow Leopard and now my Flash CS4 will not stay open. It crashes. All software updates are up to date.

View 3 Replies

Flash :: ProCS4 Won't Run On Snow Leopard

Oct 19, 2009

Whenever i try to open any kind of file in Flash CS4 (version 10.0.2) , it instantly crashes, and i get the error message "Flash has quit unexpectedly."This problem has only started to happen since I recently upgraded my brand new macbook pro to Snow Leopard (mac osx 10.6.1).All other CS4 programs run fine

View 3 Replies

Flash :: CS4 On Snow Leopard Crashes?

Jan 19, 2010

I hate to start a new thread but I didn't see one pertaining to this issue. I hope I am not alone. I recently bought a new iMac and it came with Snow Leopard OS. I ported over my Web Premium Creative Suite and all of my applications work great except for Flash CS4. I open the app to the intro screen but as soon as I try to open an existing project file or even to create a new project file, the app crashes immediately. I tried calling Adobe Support but they only turn me away, saying I need to purchase a $175 Support Plan for help. I just want my Flash to open. The same app works fine on my Macbook Pro (running Leopard). It seems adobe should be willing to help seeing as how the specifications say it is supposed to be compatible with Snow Leopard.Anyway, I have tried installing all updates and Deactivating/Uninstalling and Reinstalling.

View 7 Replies

Flash :: CS4 Line Spacing In Snow Leopard?

Sep 11, 2009

I've just switched over to Mac OS 10.6 and found that the line spacing has changed in my files. Basically it seems to have increased the line spacing so the static text fields take up more space. I've updated Flash and I'm now on 10.6.1 but the problem remains. It doesn't do this on 10.5.8 or in InDesign and SL (but it does do a similar thing in Quark 7.5). It doesn't seem to matter what font it is either. Does anyone have any suggestions?

View 3 Replies

Fonts Shifting In Snow Leopard Flash CS4

Sep 21, 2009

We have noticed Fonts shift down in our layouts. Our files are very messed up. One particular font that is doing this is TheMix. Anyone else have this happening? The same file opens and displays just fine under Leopard.

View 2 Replies

Professional :: Potential Compatibility With Snow Leopard Or Own Ineptitude?

Sep 9, 2009

I am trying to execute the very simplistic animation of a bouncing ball-- I followed all the steps (three different ways from three different sources, but they were all fairly similar), and I cannot get my ball to bounce slowly.  Instead, it just flips from up to down like a switch.  I put easing -100 and 100 at the two different motion tween points, but still nothing... When I look at the onion skin view, I don't see the gradual movement- just the balls.  What am I doing wrong, or does this have to do with flash not being compatible with the new snow leopard?

View 1 Replies

Fonts Are Slightly Off Position After Upgrading To New Mac OS X Snow Leopard

Dec 18, 2009

I just upgraded from a Macbook that was using OS X Tiger to a new Macbook with OS X Snow Leopard. Now, when I open my flash files on the new computer, they are rendering the fonts slightly differently and off position. I am using the same software (Flash CS4) and the same font library.

View 1 Replies

Professional :: Flash CS5 / Snow Leopard - Some Fonts Appear Distorted

Apr 15, 2011

I have a couple of Flash projects that were originally built in CS3. Last year I upgraded them to CS5 without trouble. Recently I have upgraded my Macs to Snow Leopard, and when I open both of these FLA files in CS5 on Snow Leopard, some of the fonts are insanely distorted.

View 5 Replies

Professional :: Snow Leopard Browse For File Dialog Bug In Current Flash Player?

Sep 17, 2009

We have noticed a possible bug in the Flash Player within Mac's latest OS version Snow Leopard.
 
When a Browse for file dialog is initiated, upon returning to the browser. It's as if there is a layer above the flash app which stops interaction with the mouse. MouseOver events no longer take place and a click is require to remove this layer. If you move your mouse at all after the click this invisible layer returns limiting interaction.
 
We have tested this with 2 macs running snow leopard and the latest Flash Player. And also verified it is not an issue on Mac OSX previous to Snow Leopard.
 
It seems to effect only FF and Safari. Opera functions correctly.. Here is a video we created documenting the problem: [URL]
 
We have not had any customers complain about this yet. But if it's infact a bug, it's just a matter of time.

View 6 Replies

Javascript :: As3 ExternalInterface.call Causing Browser Crash

Sep 14, 2011

I've written an html page that is using some javascript to hide and display a flash movie object. It all works fine until I try to exit from the tab, and when that happens the entire browser will crash with not so much as an error text box.

Flash Code

if(ExternalInterface.available)
ExternalInterface.call('hideTimeline');

Javascript code

function showTimelineFirstPlay()
{
var timeline = document.createElement('span');

[Code].....

View 1 Replies

Javascript :: Flex ExternalInterface Not Firing In Safari (works Everwhere Else)?

Aug 7, 2010

I know there have been other questions on getting JavaScript / Flex ExternalInterface to play nicely, but I've what I think is a weird one. It works perfectly in every browser except Safari (on a Mac). Chrome, IE, Firefox - all ok, but Safari, nope it just wont fire.I've copied my code below, can anyone see why it doesn't work in Safari pls ?(the 'are you sure' dialog window appears in Safari but the method in the Flex app just doesn't get called)

Flex code :
if(ExternalInterface.available){
ExternalInterface.addCallback("flexShutdownHandler",flexShutdownHandler);

[code].....

View 1 Replies

ActionScript 3.0 :: Java ExternalInterface Doesn't Communicate With Swf In Firefox & Safari?

Aug 5, 2010

I have two swf files: swf_sender and swf_receiver. The swf_sender controls the swf_receiver via java script.Everything works fine in IE however, the swf_receiver doesn't receive communication from java script if openned by Safari or Firefox.The first part of communication: swf_sender - Java works ok (I tested it with alert() in Java) in all browsers.Here is my Java interface code:

Code:
<script type="text/javascript">
function getFlashMovie(movieName) {

[code].....

View 2 Replies

ActionScript 2.0 :: Creating Bubbles Using The Snow 3.0 - Snow Moving Downward On The Y Axis?

May 15, 2007

I created bubbles using the snow 3.0 tutorial from here at kirupa. I slightly altered the code so it would be for bubbles on a canvas of 800x500.The problem with the tutorial is that it is for snow moving downward on the y axis. for bubbles in the water, I need them going upward.which part of the code I need to alter so the bubbles will move up and not down? Also, I need the life of the bubble to last the length of the canvas.

Code:
init = function () {
width = 800;
// pixels[code]........

View 13 Replies

Flash :: Math Equations For Random Snow In A Snow Globe?

Oct 24, 2010

I've been experimenting with this and I haven't been able to come up with an adequate solution. Hoping one of you Mathletes can point me in the right direction. I'm building a Snow Globe in ActionScript 3 and I need to come up with a set of equations to control two level of snowflakes - one level random, and the other interactive where a user can click on them.For the random snow, I need to have it create certain number of random x/y positions at the bottom of the globe, which is a circle with a radius of around 300. Then when the shake action occurs, They should randomly float toward the top, then fall back to a random position at the bottom of the circle again.

For the interactive snow, I need it to randomly layout, but I don't want flakes to overlap so that its easier to interact with them.

View 1 Replies

ActionScript 2.0 :: Stop The Snow Script - Reuse The Snow Later?

Jan 29, 2009

at the end of the scene I want the snow to stop falling. I can't work out how to end this script. I want to reuse the snow later, but I have a scene set inside next.How do I start/finish this script?

View 4 Replies

Crash When Exporting Air For Ios

Feb 23, 2012

Flash crashed when i export an AIR Application for IOs.

Flash shows the following error code:

invalid memory access of location 0xc eip=0x58492db4

The problem is only exist for IOs. Export for Android and general air is successful.

View 1 Replies

Logging - Where (on OSX) Is The Flash CS4 Crash Log

Apr 15, 2010

I have one particular FLA that is crashing every time I try to compile (after switching to Snow Leopard). Flash just stalls and I am forced to use "Force Quit"... I have no idea what could be causing this and I cannot find any crash report. Where on the system does Flash put crash logs?

View 1 Replies

Flash :: IDE = CS3 Crash When Publishing

Jun 15, 2007

Installed Flash CS3 for the first month and everything was working ok. But mayhem kicks in the last couple of days when i tried to publish my document. it just keep crashing. i tried creating a new document with just one line of text and it still crash upon publishing. I uninstall the program, run winCS3Clean and install the program, THRICE, but the problem just wouldnt go away. this is very frustrating.

View 14 Replies

Crash When Changing Publish Settings?

Jun 2, 2009

I turned off all the check boxes in my Publish Settings dialog except for making Macintosh and Windows projectors. Now, when I try to check ANY of the check boxes (Flash, HTML, GIF Image, etc...), Flash crashes.

View 3 Replies

Flash CS4 :: Crash On Library Import?

Jun 16, 2009

Flash CS4 is crashing every time I attempt to import a collection of jpegs to the library.I've tried small groups (crashes eventually), running in obselete compatibility modes...This seems common (though no fix I've seen actually works) - is there an appliccable FAQ?

View 3 Replies

Immediate Crash When Switching To Graphic Tablet?

Oct 29, 2009

I just try to work on a document and need to draw something with my graphic tablet, but everytime I switch from mouse to graphic tablet, Flash crashes immediately.Is there any way to make it work WITH the tablet?! I remeber it worked once, but now it's pretty f**ed up.

View 1 Replies

Flash :: CS5 Crash When Editing Preferences?

Mar 25, 2011

Does it happen to anyone else when you edit anything in the preferences window that Flash CS5 crashes? I've reinstalled the program as well.. any tips I can try?

View 2 Replies

Flash - Crash When Linking SWC With Alchemy

Apr 12, 2010

I have a project I'm trying to compile with alchemy. It will compile .o and .a files, but when trying to create a .swc, it will fail. It appears to crash with this error:

g++ -swc -o mylib.swc my-flex-interface.cpp mylib.a
Cannot yet select: 0x279c810: ch,flag = AVM2ISD::CALL - A call instruction 0x279c7a0, 0x29c4350
0 llc 0x00636dfe _ZNSt8_Rb_treeIN4llvm3sys4PathES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE13insert_uniqueERKS2_ + 6078
1 llc 0x006373a2 .....

View 1 Replies

Flex :: Itemrenderer Crash When Selected?

May 27, 2011

have an advanced datagrid with a simple custom mxadvanceddatagriditemrenderer. I want the renderer to only display an image when the row is hovered or selected. Right now I am doing that by using the excludeFrom="normal" tag on my image.

It works fine (minus the selected state, it disappears when selected) when I have the states hovered and normal defined. When I try to define a selected state, upon row click I get the following error:

RangeError: Index 0 is out of range.
at spark.components::Group/checkForRangeError()[E:dev4.xframeworksprojectssparksrcsparkcomponentsGroup.as:1106]
at spark.components::Group/setElementIndex()[E:dev4.xframeworksprojectssparksrcsparkcomponentsGroup.as:1265]

[code]....

View 1 Replies

Actionscript 3.0 :: Cube Crash Like Game

Jan 31, 2012

I'm trying to build game like [url]... in actionscript 3 (flash builder).I am able to create an array of bricks (that are visible on game start), but I have no idea how to find a group of bricks in array.[code]...

View 1 Replies

ActionScript 3.0 :: Instancing In A Closure Crash

Jul 3, 2009

I have a error TypeError: Error #1007: Instantiation attempted on a non-constructor but i can't figure out what i am doing wrong. I have a class that declares a static closure that instances the same class.

[Code]....

View 5 Replies







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