Forum Moderators: phranque
What are the technologies available for doing this via a browser
- Java applet
- ActiveX
Any alternatives, .NET?
Anyone know any good drag n drop examples online.
Thanks.
I started on writing that functionality into an app but never finished. Here is what I have:
www.charmsmusic.com/dragdrop.asp
Scroll to the bottom and you can drag the colored boxes onto the grid. I never finished the next stage, deciding it was too complicated for what I needed.
It's a nice feature when I've seen it implemented. I'll try to find it again.
I found there were too many cross browser compatibility issues when using DHTML (but if you do end up rolling your own using DHTML you could do a lot worse than starting here : [walterzorn.com...]
I tend to avoid M$ as much as possible, so ActiveX wasn't considered.
either a java or flash applet would make a good choice. I'd lean towards flash because it seems to have a wider distribution than Java VM's (of course , it depends on who you ask but looking at various different sets of stats, that's the conclusion I came to) and also, flash is great for interactive multi-media, and web page drag 'n' drop definitly falls under that category.