Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-14-2004, 04:28 AM
Junior Member
 
Join Date: May 2004
Posts: 10
Default Draggin Files

hi people ! ,

i am trying to make an flv player with some interesting you cant find in others , my question is, how i can drag a file into the app and the app can get the name of the file so flash movie can handle the info.

pls this is urgent, any help is apreciated ! thx ;D
Reply With Quote
  #2 (permalink)  
Old 07-14-2004, 04:37 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Draggin Files

Code:
Application.dragdrop.enable = true;

Application.dragdrop.onDropFiles = function (files)
{
var i;
for (i = 0; i < files.length; i++)
{
trace(files[i]);
} 
}
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:15 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.