Sven,

Thanks for looking at it, anyway.  I tried your
<object ...> method, too, with the same results.  I
have been using the Monkeybread WebkitMBS object,
which implements a Reload method that allows me to get
around any refresh problems that I have seen, but it
doesn't fare any better with the Quicktime stuff.  I
did hack up a workaround using Javascript control of
the playing movie, but it isn't pretty, and getting
the replacement controls in the right location is a
real pain in the rear.

Jon


--- Sven E Olsson <[EMAIL PROTECTED]> wrote:

> 
> On 17 apr 2006, at 23.04, Sven E Olsson wrote:
> 
> >
> > 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>
> >
> >
> >
> 
> 
> Hi again.
> I have tested it in html viewer, and some times, it
> appears as you  
> describes..
> (OS X 10.4.5 and RB2006r2).. Looks like the refresh
> problem that you get
> when using the html viewer on Mac. If you resize the
> window with the  
> html viewer,
> you get a lot of random features...
> 
> Sven E Olsson
> 
> 
> 
> _______________________________________________
> 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>
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
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