import classes.video01That file is:
classes/video01.asI gave the package no name, shouldn’t need one. I start it like this:
package {
public class video01 extends MovieClip
{
I get this error:
5001: The name of package '' does not reflect the location of this file. Please change the package definition's name inside this file, or move the file. C:\Documents and Settings\Zidian Studios\Desktop\flashden\_video01\_video01_purchased\classes\video01.as
Please HELP ! (thnx in advance =D)
Please HELP ! (thnx in advance =D)
Not good enough. Lazy, inconsiderate and insincere .. go back and thank everyone who ever helped you personally (and there are lots; you are the most prolific user of Flashden forums as an AS3 mentorship program) and then I’ll tell you what you’re doing wrong with your package 
package video01{
public class video01 extends MovieClip
{
try that im pretty sure you have to name your package the exact file name minus the .as
and flying calm down these forums are here so that people can help each other
- Sold between 50 000 and 100 000 dollars
- Has been a member for 4-5 years
- Microlancer Beta Tester
- United Kingdom
- Attended a Community Meetup
- Author was Featured
- Item was Featured
- Referred between 200 and 499 users
and flying calm down these forums are here so that people can help each other
It doesn’t hurt to say thank you though….
package classes { public class video01 extends MovieClip
the package name has to reflect the exact folder structure relative to the main application class.
- Author was Featured
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 5-6 years
- Referred between 100 and 199 users
- Sold between 50 000 and 100 000 dollars
And you should really name you packages, then it would be a lot easier for you to manage all the classes and folder structure 
