[Flashcoders] Stupid path question

2006-12-25 Thread Tolis Christomanos

Hi all!

I am exporting for actionscript a movieclip and i also want to set an
AS 2.0 class.

The directory is like that

CLASSNAME
|
|__.FLA FOLDER
|
|__the .fla with the Movieclip i am exporting.

Can anyone tell the path to the class? If i use CLASSNAME as the path
nothing happens. Nothing happens if i use ../CLASSNAME. What is the
path;

Thanks in advance!
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Stupid path question

2006-12-25 Thread Arindam Dhar
Hi,
   
  As per your descrption, i understood your AS2 class is in CLASSNAME folder 
which has the fla folder containing the .fla file.
   
  You need to set the classpath first, either global or document-level. For 
global,you need to set it in edit -preferences  As2 settings and add a new 
path as ../CLASSNAME. You can do similarly in publish settings for doc level 
classpath. 
   
  Then, you set the linked AS2 class, to the class in your CLASSNAME folder.
   
  --- Arindam
   
  
Tolis Christomanos [EMAIL PROTECTED] wrote:
  Hi all!

I am exporting for actionscript a movieclip and i also want to set an
AS 2.0 class.

The directory is like that

CLASSNAME
|
|__.FLA FOLDER
|
|__the .fla with the Movieclip i am exporting.

Can anyone tell the path to the class? If i use CLASSNAME as the path
nothing happens. Nothing happens if i use ../CLASSNAME. What is the
path;

Thanks in advance!
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


 Send instant messages to your online friends http://asia.messenger.yahoo.com 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Stupid path question

2006-12-25 Thread Tolis Christomanos

Thanks a lot it worked!!
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com