Um, format="html"? That's all there really is. ;)
<cfpresentation title="Ray's Presentation" format="html">
<cfpresentationslide title="Slide One">
This is my first slide. Epic.
</cfpresentationslide>
<cfpresentationslide title="Slide Two">
This is my second slide. Epic.
</cfpresentationslide>
<cfpresentationslide title="Slide Three">
<cfchart chartheight="500" chartwidth="500" title="Test Chart"
format="png">
<cfchartseries type="bar">
<cfchartdata item="Apples" value="50">
<cfchartdata item="Bananas" value="40">
<cfchartdata item="Cherries" value="72">
<cfchartdata item="Donuts" value="59">
</cfchartseries>
</cfchart>
</cfpresentationslide>
</cfpresentation>
It's not sexy, but it works.
On Mon, Aug 8, 2011 at 10:13 AM, Torrent Girl <[email protected]> wrote:
>
>> Did you try the HTML output version of cfpresentation?
>>
>> On Sun, Aug 7, 2011 at 10:50 AM, Torrent Girl <[email protected]>
>> wrote:
>> >
>> > Hello all, I was VERY exiting about the idea of using CFPRESENTATION
>> for a project I am working on only to find that links don't work on
>> the flash file.
>> >
>> > Are there any good alternatives to CFPRESENTATION?
>> >
>> > TIA
>> >
>> >
>
>
> No I can't find any reference to how to do it...please share if you have it.
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5410
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm