Quicktime VR

They have: 6 posts

Joined: Mar 2001

Hi,

I have created a quicktime VR movie, and I would like to embed it on a webpage, so that it will work in IE and in Netscape.

I've used the following code

When I try and look at the page live, on IE it crashes and on Netscape it loads the page up, but not the movie.

Thanks in advance

Hitesh

Mark Hensler's picture

He has: 4,048 posts

Joined: Aug 2000

try taking some of those properties out..

<embed src="office.mov" width="489" height="331" pluginspage="http://www.apple.com/quicktime/">
</embed>
'
or try using
<object data="office.mov" type="video/quicktime"></object>
'

Mark Hensler
If there is no answer on Google, then there is no question.

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

Ain't that mentioned on apple.com???

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.