On 17 apr 2006, at 22.47, RB Geek wrote:

I am working on a Mac OS X application that uses HTML
to display some information to the user, including
some pages that display movie files using the <embed
...> tag.  This works fine with Quicktime 6.x, but
with the Quicktime 7 plugin, the movie display is
shifted down so that the playing video displays over
the player controls (and leaving an empty black space
above the playing movie).  Can anyone offer any
suggestions on getting the HTMLViewer to correctly
display the Quicktime 7 plugin?

The same HTML pages containing movie file references
display without problems in Safari using either
version of Quicktime, and they also work in an XCode
project using Webkit (the BYOB project from
MacDevCenter.com).  The problem seems to be easily
reproducible, but I can create a sample project if
that would help.

Thanks,

Jon

P.S. - I created a problem report for this, though I'm
not too sanguine about it's prospects for a quick
resolution:
http://www.realsoftware.com/feedback/viewreport.php?reportid=pexrknqr



I think this is not RB:s fault, try to use object ... something like this.. using XHTML

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"; width="300" height="250">
 <param name="src" value="/movies/mymovie.mov" />
 <param name="controller" value="true" />
<object type="video/quicktime" data="/movies/mymovie.mov" width="300" height="250" class="mov">
  <param name="controller" value="true" />
   Write Your Error text here
 </object>
</object>



Sven E Olsson
[EMAIL PROTECTED]
http://www.xhtmlsoft.com
feed://www.xhtmlsoft.com/rss/rss.xml


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to