1.Your link is 404, I guessed and added an "L" to "htm" (.html)
2. Use the option 'handle'... take a look: http://www.genevajs.com/misc/drag-handle.php dig it. On Thu, Jun 4, 2009 at 10:47 AM, jevchance <[email protected]> wrote: > > Hi everyone. > > I'm experiencing some possible bugs with a Scriptaculous draggable DIV > and Youtube. > > The first issue is with Firefox. The issue arises when I put a Youtube > video inside a div, inside a draggable div. If I click the play button > in FF, the div binds to my mouse in a semi-transparent state, and > follows it around the screen. I can no longer control the Youtube > video, and I have to close/refresh the page or exit the browser to > unbind. > > Also, in Safari 4 Public Beta, I can't use the play controls. However, > if I remove the draggable code, the play button works fine. > > Googling the topic presented this thread from another person with the > same issue, along with a sample: > > http://www.mail-archive.com/[email protected]/msg01602.html > The sample is: > http://preppylion.com/problem/draggable.htm > > Here's the relevant info: > Mac OS 10.5.7 Intel > Firefox 3.0.10 > Safari 4 Public Beta 5528.17 > > I can't release the URL of my test page that exhibits this behavior, > as its an in-production web page for a client. However, my source code > looks like this: > > <div id="productfeature"> > <div id="productfeaturecontent"> > <div id="productfeatureleft"> > <object width="280" height="182"><param name="movie" > value="http://www.youtube.com/v/PcBlL3CtFcA&hl=en&fs=1"></param><param > name="allowFullScreen" value="true"></param><param > name="allowscriptaccess" value="always"></param><embed src="http:// > www.youtube.com/v/PcBlL3CtFcA&hl=en&fs=1" type="application/x- > shockwave-flash" allowscriptaccess="always" allowfullscreen="true" > width="280" height="182"></embed></object> > </div> > <div id="productfeatureright"> > <h4>Headline</h4> > <p>Positioning text.</p> > </div> > </div> > </div> > <script type="text/javascript"> > new Draggable('productfeature'); > </script> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
