Out of curiosity, why do you want to replace the single click with a 
drag and drop routine?

If you did really want drag and drop, you couldn't do this on the movie 
itself as Sabastian explained. You could consider creating "handles" for 
  each movie though depending on your UI.

I'll try and explain what I mean in ASCII art (eek!)

|-----------------|-----------------------------------|
| |-------------| | Title of current movie            |
| |**|          | |-----------------------------------|
| |**| Movie1   | |                                   |
| |**|          | |                                   |
| |-------------| |     BIG MOVIE HERE                |
|                 |                                   |
| |-------------| |                                   |
| |**|          | |                                   |
| |**| Movie2   | |                                   |
| |**|          | |                                   |
| |-------------| |                                   |
|-----------------|-----------------------------------|

You could then drag the "handles" by each movie (indicated by the **) 
onto the "Title of current movie".

John de la Garza wrote:
> Sebastian Werner wrote:
>> You can insert the movie as Fabian explained, but you cannot use the 
>> drag&drop support of qooxdoo to interact with the quicktime plugin.
>>
>> Sebastian
>>
>>
>>   
> currently I have this line to swap out a movie
> 
> <P>Replace One Movie with Another: <br>
> 
>  <a 
> href="javascript:document.movie1.SetURL('MyOtherMovie.mov');">movie1.SetURL(MyOtherMovie.mov)</a>
> 
> 
> Couldn't I make it so when I dragged a <div> or somelthing that had a 
> movie in it to a drop area it would do what this href does?
> 
> With my current UI i click a small video and it makes a big video player 
> have the url... I want to change this clicking to be draging
> 
> it is all stuff I do in in html and js right now, shouldn't I be able to 
> do the same stuff with qooxdoo?
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to