Whatever message this page gives is out now! Go check it out!
Tag | Description |
Defines the look of the presentation and determines whether the presentation is saved to files or run directly in the client browser. | |
Defines the content of the slide from one of the following:
| |
Provides information about the person presenting a slide. You can assign a presenter to one or more slides. Presenter information is displayed in the control panel for the duration of the slide. |
<cfpresenter name="Tuckerman" title="V.P. of Marketing" email="tuckerman@company.com"> <cfpresenter name="Anne" title="V.P. of Sales" email="anne@company.com"> <cfpresentationslide src="slide1.swf" title="Overview" duration="10" presenter="Anne"/> <cfpresentationslide src="slide2.htm" title="Q1 Sales" duration="30" presenter="Anne"/> <cfpresentationslide src="http://www.markettrends.com/index.htm" title="Market Trends" duration="30" presenter="Tuckerman"/> <cfpresentationslide title="Summary" duration="10"> <h3>Summary</h3> <ul> <li>Projected Sales</li> <li>Challenges Ahead</li> <li>Long Term Goals</li> </ul> </cfpresentationslide> </cfpresentation> |