I've created a custom content type with a content template that uses the shadowbox control. Everything works fine for images and flv files, but quicktime files will not display. Shadowbox launches, but loads nothing. I've tested the same functionality using a manually coded html page and all media types (including quicktime) display correctly, so the quicktime issue appears to be limited to the drupal module rather than the shadowbox source. Any help would be greatly appreciated.

Comments

psynaptic’s picture

Status: Active » Postponed (maintainer needs more info)

Having just downloaded Shadowbox 5.x-2.0 myself so I can install it on a client site I have just re-read the README.txt file and seen the QuickTime issue in the Known Issues section. Please see that and let me know if it resolves your issue.

razilon’s picture

Sorry I didn't see that comment. Unfortunately that doesn't solve my issue because I'd like to use Quicktime to display QTVR files, not simple Quicktime video files.

psynaptic’s picture

Do the QTVR files have the .mov extension?

razilon’s picture

yes

psynaptic’s picture

It's really weird. I can't see what could be wrong here. Any further information to report?

psynaptic’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing due to inactivity. Feel free to reopen if it's still a problem and anyone has some more information which might help track this bug down.

dhaval.s’s picture

Version: 5.x-2.0 » 6.x-2.0
Priority: Normal » Critical
Status: Closed (fixed) » Postponed (maintainer needs more info)

Hi..
Like the razilon....I am facing the same problem but for drupal 6...
Need the help.....

nickorr’s picture

I've found the issue, in the module function "shadowbox_construct_header", there is a line missing :

drupal_add_js($path .'/shadowbox/build/player/shadowbox-qt.js');

So none of the qt components are being loaded.

One question with this, is it possible to load these files dynamically rather than all of them every time. That way when you turn off some of the various types it would speed up page load.

Cheers,
Nick

psynaptic’s picture

Assigned: Unassigned » psynaptic
Status: Postponed (maintainer needs more info) » Fixed

I can't believe it was that simple! DOH!

Committed to both branches.

http://drupal.org/cvs?commit=167512
http://drupal.org/cvs?commit=167511

Thanks for finding this, nickorr!

psynaptic’s picture

"One question with this, is it possible to load these files dynamically rather than all of them every time. That way when you turn off some of the various types it would speed up page load."

Yes, this is something I've been trying to do dynamically based on the supported media options. I'm opening a new issue for this so we can track it more easily:

http://drupal.org/node/365499

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.