For example a Image file has some default property like “file type”, “file size”, “file name”, “last modified” and ect, like that any possibility is there to set our new property (that is “file added by”) in action script as3.0.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, there is not. You might want to look into PHP and MySQL for that; specifically, uploading files and database management. You will want various users to be able to log in, and once logged in, they can upload a file. At that point you will input the file location and username (and whatever other properties you want) into MySQL via PHP. You can then use Flash to utilize your php to add files and update the “file added by”, if you wish.