Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

White background flash when swapping movies using SetURL



I am trying to set up a video demo of a media center, therefore there are several movies (music, movies, photos etc.) that when clicked all play in the same pane on the screen. I am using QuickTime movies and swapping using the javascript setURL function, code excepts at the end of this message.

Now click to swap the movies and on Internet Explorer 6 and Firefox (PC) you normally get a white flash in the movie pane before the next movie plays, now this doesn't happen ever on Safari (Mac) but does sometimes on Firefox (Mac).

I know this can be done as Apple does something similar on this page, and it does not have the white flash before the movie.
http://www.apple.com/appletv/tour.html


Live example: http://centerstageproject.com/streaming/v2/

I am pulling my hair out, is this possible?

Thanks

Neil


** html ** <div id="placeholder"> <script language="JavaScript" type="text/javascript"> QT_WriteOBJECT_XHTML('start.mov', '405', '240', '', 'autoplay', 'true', 'controller', 'false', 'name', 'movie', 'bgcolor', '#000000', 'showlogo', 'false'); </script> </div>

    <span onclick="java script:swapMovie('music')">Music</span> |
    <span onclick="java script:swapMovie('movies')">Movies</span> |
    <span onclick="java script:swapMovie('tv')">Television</span> |
    <span onclick="java script:swapMovie('photos')">Photos</span>

** Javascript **
document.movie.SetResetPropertiesOnReload(false);
document.movie.SetURL(movieName+'.mov');







_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-users/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.