<?xml  version="1.0" ?><html>
<head>
<title></title>
</head>
<body>
<div align="left"><font face="Arial"><span style="font-size:10pt">I have a requirement to drag and drop multiple Flash objects written into multiple div 
containers, using SWFObject.</span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">I have tested a few javascripts which can drag and drop div containers holding jpg, gif 
and png images (not Flash objects).</span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">But I've not yet found a way of dragging and dropping the <div id="flashcontent></div> 
written to by SWFObject.  </span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">The nearest working solution is to nest <div id="flashcontent></div><i> inside</i> an wrapper 
draggable div .. but this creates an unwanted (but draggable) margin around the 
SWFObject.  Like this ..</span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial" color="#0000ff"><span style="font-size:10pt"><div id="drag" class="box" style="left:400px;top:150px;"></span></font></div>
<div align="left"><font face="Arial" color="#0000ff"><span style="font-size:10pt">  <div class="bar" style="width:12em;">drag SWFObject</div></span></font></div>
<div align="left"><font face="Arial" color="#0000ff"><span style="font-size:10pt">  <div id="flashcontent" class="content" style="width:12em;">SWFObject 
content</div></span></font></div>
<div align="left"><font face="Arial" color="#0000ff"><span style="font-size:10pt"></div></span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">So my question .. if I do <i>not</i> use nested divs's .. just the standard SWFObject div .. can 
the written SWFObject in some way be switched to a bitmap image during this 
dragdrop operation?</span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">i.e. a "freeze image" of the flash movie placed in the div as a temporary image during 
dragging, then switching back to Flash vector when dropped?</span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">One rough idea I had was to use bitmap caching in Flash 8. But how to get the bitmap 
as an image?</span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">Or is there a much simpler approach to dragdrop "temporarily frozen" Flash movie 
images in div containers?</span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">DL</span></font></div>
<div align="left"><br />
</div>
<div align="left"></div>
</body>
</html>