PDA

View Full Version : Drag n Drop on Flash component (C#)


leojose
06-22-2005, 01:02 PM
Hello All,

I am a newbie into .net and want some help in writing a code that will allow me to run an swf file when I drag n drop a picturebox on it.

I saw that in flash components properties, there is AllowDrop which I set to true, but unfortunately there is no such event as DragEnter and DragDrop for FlashComponent, and because of this i cannot trigger the swf file. when i drag my picturebox.:-(

Any kind of help would be appreciated.

Thanks.