• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfpresentation

Explorer ,
Jul 28, 2011 Jul 28, 2011

Copy link to clipboard

Copied

I have the ppt and i want it to use the cfpresentation but dont know how to do it.  i've been looking some example from web and don't understand about it because some used .flv, some used swf, jpg, ect.  i have no idea what those for.  I found this example to converts a PowerPoint presentation to an Adobe Connect presentation but don't really understand the code where there have the video1.flv? why it needs .flv or swf or jpg for?

<cfpresentation
    title="my presentation"
    directory="#expandPath('.')#"
    overwrite=true>
    <cfpresentationslide
        src="#expandPath('.')#/test.ppt"
        slides="1">
    </cfpresentationslide>
    <cfpresentationslide
        duration="4"
        video="video1.flv">
            Sample slide
    </cfpresentationslide>
</cfpresentation>

please help

thanks

TOPICS
Advanced techniques

Views

559

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 28, 2011 Jul 28, 2011

Copy link to clipboard

Copied

It's not clear to me what you're trying to do.  Are you trying to use <cfpresentation> to create a ppt file?  Or are you trying to use <cfpresentation> to convert a ppt file to something you can put online (either HTML or Flash)?

Have you checked out these documentation links?

  • http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS08731025-2134-4bc8-A7CF-4751AF3628BC.html
  • http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7910.html

Josh

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 28, 2011 Jul 28, 2011

Copy link to clipboard

Copied

LATEST

You might also want to check out my blog post on my demo app Presentastic:  http://blog.joshuaadams.com/index.cfm/2009/10/5/Presentastic-Working-with-PowerPoint-files-in-ColdFusion-9.

Josh

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation