Go Shopping Cart Site Map User Panel and Admin English Home

Home > Easypano Forum    Easypano Forum has been upgraded.

Easypano Forum


Welcome Guest Register Login Search The Forum Display List of Forum Members
 All Forums
  Panoweaver
       Forum Search Results
 
Subject Topic: Quicktime Problems Post Reply Post New Topic
Message posted by straw_dog on January-23-2007 at 10:41am
View straw_dog's Profile Profile   Search for other posts by straw_dog Search   Quote straw_dog Quote   Send Private Message Send Msg  
straw_dog
Standard Member
Standard Member
 
November-30-2006
19 Posts
I am having problems viewing 360s in Quicktime. The weird thing is, when I pull them up in Firefox all is fine, everything works good. Using IE I get the Quicktime logo with a question mark.

Why should there be any difference?



Message posted by smooth on January-23-2007 at 11:07am
View smooth's Profile Profile   Search for other posts by smooth Search   Visit smooth's Homepage www   Quote smooth Quote   Send Private Message Send Msg  
smooth
Forum Moderator
Forum Moderator
Australia
November-23-2002
5401 Posts

You MUST set the movie name in two places in the code. The <object></object> tags are for I.E and the <embed></embed> for Firefox (Thus it is required twice).

Change the RED to read the same as GREEN

<Object
classid  = "clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
width  = "856"
height  = "658"
codebase = "
http://www.apple.com/qtactivex/qtplugin.cab"
>
<param name = "src"   value = "pano0.mov">
<param name = "autoplay"  value = "true">
<param name = "controller"  value = "true">
<param name = "scale"   value = "tofit">
<embed
 src   = "llc_firstfloor.mov"
 width  = "856"
 height  = "642"
 cache  = "true"
 controller = "true"
 scale  = "tofit"
 pluginspage = "
http://www.apple.com/quicktime/download">
</embed>
</Object>

Fix that and you in business.

Regards, Smooth


Message posted by straw_dog on January-23-2007 at 11:08am
View straw_dog's Profile Profile   Search for other posts by straw_dog Search   Quote straw_dog Quote   Send Private Message Send Msg  
straw_dog
Standard Member
Standard Member
 
November-30-2006
19 Posts
YES YES YES

That fixed it


Thank you very much!!

If you wish to post a reply to this thread you must first Login
If you are not already registered you must first register

Forum Jump Post Reply Post New Topic
Printer Friendly Version Printable version

Powered by: - Web Wiz Guide Discussion Forums