Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Quicktime Pro Videos - Export to HTML ModuleQuicktime Pro Videos - Export to HTML Module
Previous
 
Next
New Post
4/22/2010 5:56 PM
 

Hi,

I am trying to export the HTML code generated by Quicktime Pro into an HTML module in a DNN install.  I modified the URL parameters for the media assets (the jpg thumbnail and the reference video) as instructed so they correspond to the physical location on my server.

The thumbnail seems to load just fine.  However, when clicking on the image to start the movie, I then see a question mark over the Quicktime logo and no video plays.  The trial page that I am using to demo this video is located at:

http://hynetics.com/Home/TEST/tabid/70/Default.aspx

I copied the instructions from the demo HTML file that was created by Quicktime pro on to this trial page (Below the video in the content pane) as well so you can follow along.

Last, below is the code after modification inside the HTML Module:

<script src="http://www.apple.com/library/quicktime/scripts/ac_quicktime.js" language="JavaScript" type="text/javascript"></script> <script src="http://www.apple.com/library/quicktime/scripts/qtp_library.js" language="JavaScript" type="text/javascript">
</script>
<p>
<link href="http://www.apple.com/library/quicktime/stylesheets/qtp_library.css" rel="StyleSheet" type="text/css" /></p>
<object width="200" height="138" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="HyneticsMix-poster.jpg" />
<param name="href" value="HyneticsMix.mov" />
<param name="target" value="myself" />
<param name="controller" value="false" />
<param name="autoplay" value="false" />
<param name="scale" value="aspect" />     <embed width="200" height="138" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" src="http://www.hynetics.com/Portals/0/Videos/HyNeticsMix/HyneticsMix-poster.jpg" href="http://www.hynetics.com/Portals/0/Videos/HyNeticsMix/HyneticsMix.mov" target="myself" controller="false" autoplay="false" scale="aspect"></embed>      
</object>

Hope someone can pinpoint the problem!  I'm using Mozilla Firefox and have not tested Safari or Explorer.  Thanks.

Paul

 
New Post
4/23/2010 9:56 AM
 

Hi Gang,

Something went wrong when I tried modifying the code this morning.  I've recreated the test page here:

http://www.hynetics.com/Home/TEST/tabid/71/Default.aspx

Again, I basically copied the code from the Apple Quicktime Pro generated HTML file that was created after conversion of the files.  Then I modified the src and href tags to reflect the actual location of my media assets.  Here is the source code within the HTML module at the top of this content page:

<script src="http://www.apple.com/library/quicktime/scripts/ac_quicktime.js" language="JavaScript" type="text/javascript"></script> <script src="http://www.apple.com/library/quicktime/scripts/qtp_library.js" language="JavaScript" type="text/javascript"></script>
<p>
<link href="http://www.apple.com/library/quicktime/stylesheets/qtp_library.css" rel="StyleSheet" type="text/css" /> <script type="text/javascript"><!--
    QT_WritePoster_XHTML('Click to Play', 'HyneticsMix-poster.jpg',
        'HyneticsMix.mov',
        '720', '496', '',
        'controller', 'true',
        'autoplay', 'true',
        'bgcolor', 'black',
        'scale', 'aspect');
//-->
</script> <noscript>
<object width="720" height="496" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
    <param name="src" value="http://www.hynetics.com/Portals/0/Videos/HyNeticsMix/HyneticsMix-poster.jpg" />
    <param name="href" value="http://www.hynetics.com/Portals/0/Videos/HyNeticsMix/HyneticsMix.mov" />
    <param name="target" value="myself" />
    <param name="controller" value="false" />
    <param name="autoplay" value="false" />
    <param name="scale" value="aspect" />
    <embed width="720" height="496" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"
        src="http://www.hynetics.com/Portals/0/Videos/HyNeticsMix/HyneticsMix-poster.jpg"
        href="http://www.hynetics.com/Portals/0/Videos/HyNeticsMix/HyneticsMix.mov"
        target="myself"
        controller="false"
        autoplay="false"
        scale="aspect">
    </embed>
</object>
</noscript></p>

 

Now the thumbnail image does not show, either.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Quicktime Pro Videos - Export to HTML ModuleQuicktime Pro Videos - Export to HTML Module


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out