believe wrote:
[...]
Fritz, I followed your directive to download both plugin and module for allvideos reloaded. I can see the screen , but I am to engage or start the video. I have set the parameters as follows
header: Showcase: THE X-Planets Media code: {mp4remote}016-showcase_xplanets{/mp4remote}
Footer: Courtesy of NASA
Link: //www.spitzer.caltech.edu/features/hiddenuniverse/index.shtml
What should I do to make it work? BTW Appletime is used for the video
From the Documentation (on page 3 at the bottom):
Quote:
For all of the above listed tags, there exists a secondary variant which does not prepend the path automatically and does not append any extension. (In other words: uses the name as is). This variant can be used both for streaming local and remote media. You use this variant by appending the word remote to the original tag. E.g: {flvremote}http://www.yoursite.com/images/stories/videos/name.flv{/flvremote}
So you need the full URL instead of just the filename. In your case, it would be:
{mp4remote}http://www.spitzer.caltech.edu/features/hiddenuniverse/files/016-showcase_xplanets.m4v{/mp4remote}
Also, since that video is quite large and you wanted it to appear in a popup, you either must modify the size of the popup window (in the
module's parameter page) to match the player's size or reduce the player's size to fit a smaller window. The player size can be modified by adding attributes to the player tag, e.g:
{mp4remote width="320" height="240"}http://www.spitzer.caltech.edu/features/hiddenuniverse/files/016-showcase_xplanets.m4v{/mp4remote}
When finished you then usually end up having the popup window's size equally to the player's size.
Also: The link is meant to be the
displayed clickable text on your page so unless you want to be this rater long string you should enter something like
Click here to open Video PopupCheers
-Fritz
Edit:
If you don't want Apple Quicktime to be necessary for watching this video (only flash), you can replace
mp4remote by
mp4-flvremote. The
mp4-flvremote tag is currently undocumented, because it does not work reliably with all MP4 media, but in case of
this movie, I just tested it here on my development site and it plays nicely in JW Media player.