ActionScript 3.0 :: Classpath Missing On Mac

Jul 21, 2009

I have many flas with Document Classes associated to them.  I have been using them successfully on both Mac and PC for over a year now.  But just last week when ever I transfer the files to my Mac to work on them I get the error class not found on your classpath one will automatically be generated upon export.
 
Is there parts of the files that can become corrupted but continue to work on the PC? I have not changed anything in my classpath recently and some files have retained the link and some have not.  I have tried transferring the files many ways now and even tested them on other macs and both macs have the same problem.  I've emailed the files, used a flash drive, done interenet transfers (FTP) and I still have the same error.  I can open the files fine too.

View 7 Replies


Similar Posts:


ActionScript 3.0 :: Set Classpath For As Files In Flex?

Apr 6, 2008

How can I set the classpath for .as files in flex?

Im using the free flex 3 SDK, with a plain text editor... And I want to be able to import files from my previous libraries.. So how do I set the classpath to those?

View 3 Replies

ActionScript 3.0 :: Timelined Object With Classpath?

Oct 12, 2010

if a object already exists(not created dynamically) on the time-line how do i reference its instance name im loading the class like this

class is (Scene.as)
var Scene2:Sprite = new Scene()

and its extending Sprite

I've also tried extending movie clip and that didn't appear to help,

is the extend part what gives it the reference to the time-line of the script that initiated it, or was i way off?

View 2 Replies

Professional :: Setting Classpath For Papervision In Flash CS5?

Jul 17, 2010

I keep trying to get started with Papervision, but I must be entering the classpath incorrectly as I keep getting errors that the compiler cannot find the classes.Is there some kind of bug with setting the classpath on a mac?I checked out the papervision stuff so it sits in:
 
/Applications/Adobe Flash CS 5/Papervision/as3/trunk/src/
 
Inside the src folder is a folder called "org", which contains "papervision3d" and the folders of classes.To set the classpath, I've gone to Preferences, chosen ActionScript, clicked on the ActionScript 3.0 button at the bottom, clicked the plus sign, and then clicked on the little folder button to add a path to the Library box (the middle box). I browsed and selected:
 
  /Applications/Adobe Flash CS 5/Papervision/as3/trunk/src/
 
I thought at this point (after quitting and restarting Flash) that if I created a class file that had, for example,
 
import org.papervision3d.cameras.*
 
that it would work -- but it doesn't. It only works if I save the .fla and .as files themselves in /Applications/Adobe Flash CS 5/Papervision/as3/trunk/src/, in the same folder as the "org" folder. And I guess this means that the path in the Preferences setting is useless. 

View 2 Replies

ActionScript 3.0 :: Add Core Classes Of Flex To My Classpath?

May 25, 2011

I want to open/convert a class in Flash that has was build for Flex. Now there are includes like StringUtil wich are easy to rewrite and others like bitmapasset which are not found.Is it possible to add the core classes of flex to my classpath?

View 1 Replies

ActionScript 3.0 :: ClassPath Errors On Compiling Main FLA File

Oct 13, 2010

The company I work for outsourced the development of a flash project which I have now taken over. We had a handover from the developer and all was working well. However, I have moved all files onto a new machine and now I get several errors when I compile. The project is set up as follows (this isn't all the folders):
mainFolder
mainFolder-in
mainFoldersrcfolderB
mainFoldersrccases
mainFoldersrccontainerMain.fla (and Main.as)

When I compile Main.fla (all fla's are set to compile to the bin folder) I get the error -
1046: Type was not found or was not a compile-time constant: PageEvent.
Which refers to this line in the class -
protected function pageEventHandler(e:PageEvent):void

PageEvent is a class that is found in the folderB directory - mainFoldersrcfolderBevents
It is imported into the Main class -
import folderB.events.PageEvent;
3 errors appear, all the same for the 3 times the var e:PageEvent is referenced.
It seems that the main.fla/.as cannot find PageEvent class.

Another example is this:
In the directory mainFoldersrccases is a class Case1.as/fla
this class extends CaseSpaceCore which is found here - folderB.pages.cases.spaces.CaseSpaceCore; and is imported into Case1.as
When I try to compile I get the error -
1017: The definition of base class CaseSpaceCore was not found.
and then other errors about overridden methods that is cant find because it cant find the base class.

I am using Flashdevelop (if that makes a difference) as did the developer. I have tried adding the class path in the project settings to srcfolderB but this made no difference.

View 5 Replies

Actionscript 3 :: Linking A Class To A Symbol, Classpath Not Found

Feb 25, 2010

Im having problems with classpaths. I have used them before with "import" but I'm not able to link a class directly to symbol in the library.

I have a class c:/myfolder/src/myclass.as . In prefernces > AS3 settings, I have c:/myfolder/ as default classpath. I click linkage on the symbol and enter src.myclass . When I click the checkmark, it says 'class not found'. I am able to do: *import src.myclass; and attach the class to an instance on th stage. That works fine, but thats not what I need to do.

View 2 Replies

Flash :: Professional - Unused LAN Classpath Makes To Compile Very Slow

Mar 2, 2011

I'm working on CS4 / Windows 7. I recently moved from XP where everything worked fine. My problem is that compiling any movie now takes about 40 seconds longer than before. I have been able to narrow down the issue to this. There is folder in my classpath which is on a local network. It is this folder that is causing the issue. Plus, even if this folder is not required at all to compile the movie it slows it down anyway. As soon as that folder is removed from my classpath everything works as it should -- of course, for movies which don't require that folder to compile :-) --. Having said that removing the folder or changing its location is not the solution I'm looking for.

View 1 Replies

ActionScript 3.0 :: Compiler Favors 'root Classpath' Definition Over Import Statements

Jan 28, 2010

I'm wondering if I'm the only one with this error. Is it a quirk or a feature? Should it be reported to Adobe as a bug?I found this out (after a while of frustration) that whenever I have a class in the root folder of the global classpath (or even in the same folder as the FLA, just not arranged into a package), even if I use an "import" statement for a "packaged" class with the same name, the compiler will still fetch and use the "global" class definition.[code]

View 6 Replies

IDE :: CS4 Library Is Missing

May 24, 2010

I have a big project in Flash CS4.Things have been normal for several weeks. Today the Library was missing. The library tab is visible. My project name is selected. But the rest of the panel is all gray. I have downloaded an update to 10.0.2. I am working on a Dell Laptop XPS M1330. I went to the Dell site and downloaded & installed the one video driver update. I also began a new project and tried to import one image into the library. It imported successfully, but the library panel is still blank.

View 1 Replies

IDE :: CS4 Scrollbar Missing?

Jul 27, 2010

When opening an .fla in Flash CS4 everything is aligned top left and no scrollbars appear:Have I forgotten something really simple here !? Can this be a mac to pc issue? I tried resaving the .fla but nothing changed.

View 1 Replies

Scroll Bar Missing In Browser?

Sep 23, 2009

I have a small problem. I've just completed my website in flash and have discovered that on a small monitor the bottom half of the website is cutoff.[URL].. This wouldn't be a problem if you were able to scroll...but the right scroll bar is missing. Unsure why.

I published the index.html straight out of flash and have tryed all options but for placement the current options work best. I have little to no html coding knowledge.

[Code]...

View 1 Replies

Missing Filters In Flash CS4?

Dec 18, 2009

When selecting a movieclip or text box, the "Graphic Effects: Filters" dropdown is NOT available in the "Properties" window. It's not grayed out....

View 13 Replies

Professional :: (CS5) Missing Flashresources.dll?

Oct 9, 2010

When I tried to open it, it came up with "The FlashResources.dll is missing.einstall". I did reinstall.. 3 times. Still the same problem. I decided to take matters into my own hands and download the FlashResources.dll file from google and download it. I put it into me system32 file and ran ' regsvr32 flashresources.dll ' but then it said "DllRegisterServer entry point not found".

View 3 Replies

ActionScript 3.0 :: Preloader Missing Before 80%?

Oct 13, 2011

Everything was going just dandy until I viewed the movie. Because I wanted to see the preloader, I tested the movie and simulated a download... and was greeted with a white screen. I waited for some time, and suddenly the preloader appeared, loading from 80% onward. Basically, the first 79% of the preloader was represented by a blank screen.

I've provided a link to the .fla file. The button isn't actionscripted yet, and the motion tween was just filler content so the preloader could be viewed.
 
[URL]

View 4 Replies

ActionScript 3.0 :: Missing Flash10b.ocx In FlexBuilder3

Mar 25, 2009

I used flexbuilder3 for a while. But a month ago i installed flash10 on my pc. (worked fine) but after some weeks when i wanted to do some flash again it gave me problems.

When i debug my project (F11) it comes up with:

C:WINDOWSsystem32MacromedFlashFlash10b.ocx

Flex Builder cannot locate the required debugger version of Flash Player. You might need to install the debugger version of Flash Player 9 or reinstall Flex Builder. Do you want to try to debug with the current version?

I have checked if the file was available and it DOES excist.

View 2 Replies

SteelExternalAll Skin Missing From Menu?

Feb 26, 2011

My client wants SteelExternalAll as the skin for her .swf. I have CS3 and it is not available from the skinning menu, though I know it's supposed to be there. Is there someplace I can download it?

View 1 Replies

Colored Outlines With Images Missing

Jun 26, 2009

I'm having a problem in one of my fla files. I'm not sure if I changed the view or what I did exactly, but now all I have is colored outlines around where images are supposed to be. All of the text has turned different colors as well.
Attachments: flash-problem.jpg (308.2 K)

View 5 Replies

Using A Fujitsu Tablet PC - CS4 Pen Pressure Missing?

Jul 9, 2009

I recently got Flash cs4 and when I went to go use it today I noticed that the option to adjust my pen pressure, the drop looking icon, was not on my bar. I am using a Fujitsu tablet PC and this worked fine in with CS3. I am kind of stuck as I need the ability so I can finish my shading

View 3 Replies

Professional :: The FlashResources Files Are Missing

Jul 15, 2009

I'm a mac user. I just downloaded a trial version of CS4 flash. downloaded fine and everything.
 
but when i opened the application to use it said this 'The FlashResources file is missing' reinstall flash.

View 2 Replies

Missing Static Test Once Published?

Sep 11, 2009

I have just switched to CS4.  When I updated some text in a movie on the site (originally built in an older version of Flash from back in the Macromedia days) things went fine until I published the document.  The movie file looks fine but random characters have disappeared and some portions that were Italics have become regular.  Everything stays good in the movie file, but the published one loses characters.  I tried publishing for flash 5 but that made no difference.  What should I be trying? 

View 3 Replies

Flash :: CS4 Sample Templates Are Missing

Dec 26, 2009

My sample templates are missing, all that shows now are Cateregory: Advertising and different size banners. I searched my harddrive and found the rood folder where they are stored but only the folder for Advertising exist. I haven't deleted anything, so could it have been a glitch at installation, I had startup problems with Flash constantly crashing at the splash screen and finally had to uninstall and reinstall.
Running WinXP SP3.

[Code]....

View 2 Replies

Professional :: Font Missing Online?

Jan 9, 2010

i'm having a little problem with my site because my font don't appear online... i have one font and when i see my page in another computer, i see times new roman...i know that if i use flash, i don't need to worry with that... so why this is happenning??i made another site and it was everything ok with the fonts that i used...

View 3 Replies

Professional :: _sans Font Missing?

Feb 4, 2010

I am using Flash CS3 and the default font is _sans.This is missing from my fonts folder and I have tried to Google a download for this but have been unsuccessfull.

View 1 Replies

Professional :: Missing Letters At The End Of A Code

Mar 4, 2010

I'm starting using the CS4 version of flash, and in my codes, every word is "missing" the last letter. It's not really missing, we just can't see it, or see only half of it. Did it ever happen to you? If so, how can I fix this?

View 4 Replies

ActionScript 3.0 :: Missing Info In Manuals?

Mar 16, 2011

The programming/developer manuals tell us this: >In order to have a display object appear in the display list, you must add it to a display object container that is on the display list.<
 
But, they (intentially or not) fail to tell us how to add a display object container to the display list.
 
The following code renders a blank screen (nothing gets displayed):
 
var tf1:TextField = new TextField();var tf2:TextField = new TextField();tf1.name = "text 1";tf2.name = "text 2";var container1:Sprite = new Sprite();var container2:Sprite = new Sprite();container1.addChild(tf1);container1.addChild(tf2);container2.addChild(tf1);

View 6 Replies

Flash :: Professional - CS5 ACE - Missing Certificate

Jun 6, 2011

I've succesfully passed the Flash CS5 ACE recertification exam on 4th of May, but I've not received any certificate yet. PS: I'm not sure this is the right section for this topic, in case it's not i'm sorry.

View 1 Replies

AS2 :: Handle Missing Sound Card

Feb 25, 2010

In my AS2 Flash game, I play a number of sound files and wait for the "onSoundComplete" message/function before proceeding.The problem is if there is no sound card in the system (or it is disabled in device manager) - everything acts like it is working (no errors, onLoad handler gets "true") - but the sound never actually gets played, and as such, my event never gets triggered.I had planned on dealing with this by hooking into my sound code, and if I detect no sound card, just kick off a timer to wait a few seconds before manually firing the "onSoundComplete" function.The only problem is that I can't reliably find a way to determine if there is a sound card in the system! AS3 seems to handle this quite nicely by passing back a NULL soundchannel - unfortunately I am stuck in AS2.0

View 1 Replies

Php :: Why Would Some POST Data Go Missing When Using Uploadify

Apr 19, 2010

I have been using Uploadify in my PHP application for the last couple months, and I've been trying to track down an elusive bug. I receive emails when fatal errors occur, and they provide me a good amount of details. I've received dozens of them. I have not, however, been able to reproduce the problem myself. Some users (like myself) experience no problem, while others do. Before I give details of the problem, here is the flow.

[Code]...

View 4 Replies

ActionScript 3.0 :: Missing Logic In ColorTransform?

Aug 26, 2009

i missed something in the Aplly of ColorTransform, but i can't see...I made a background for the menu buttons that changes depending to the container x position.the problem is that it changes the text color too, and I don't figure why... here is the code :

Code:
import fl.transitions.Tween;
import fl.transitions.TweenEvent;
import fl.transitions.easing.*;[code]......

View 2 Replies







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