CF Presenter source code
We've finally taken some time to finish this project. Here is how the admin looks like:
I want to thank Philippe Maegerman very much for letting me include his great text editor in the application
CF Presenter works with MS SQL or MySQL. There is a readme file that explains all the details of the setup process. We haven't made comments to the code so you will need to spend some time if you want to understand it :(
The application itself is very easy to understand, but if you get lost, you can always ask us in the comments :).
I hope you like it and please let me know if you use it.
Tip: If you have plans to use the presenter with a real audience, try to check the resolution of the display that you will use on the presentation because the content of the slides may not fit if the resolution is small.
CF Presenter
CF Presenter Admin
Download the source
Related posts
CF Presenter under X-rays
CF Presenter: a presentation application built with CF Flash Forms
Nathanael Waite
John Farrar
John Farrar
And I was thinking that from reading in different places it might even be possible to include sound files and set timing for pages. (Which would be very, very cool.)
Nahuel
<img src="http://yourDomain/images/yourImage.jpg" width="123" height="40"/>
Flash only can load swf and jpg (non progressive). If you want to load a sound has to be inside a swf.
Lucas Marçal
Wayne South Africa
Laura
If you need to clear the cached gateways once, add OnApplicationStart(); in Application.cfc's onRequestStart method right after the <cfscript> tag. Run the page once and remove it.
I would imagine that you need to do that if you changed the code in the cfc gateways, as the actual queries are not cached.
But if you are developing and modifying the code, I recommend that you change the setting in the config file, presenter.xml:
<argument name="cacheGateways" type="literal">false</argument>
and then set it to true in the production server.
Wayne South Africa
Thank you very much for your answer. I would like to know what code would need to be added to include the ID key for a select list when you want to (create)/ Add a record to the sql. The dataholder and the var. In my arguments it tells me that the type is not numeric.
Is there a big diference between variable.dsn and request.dsn as I see you using variables to declare variables. Does this impact session variables?
Wayne Gibsonb
Thank you
Nathanael Waite
You showed us with this great example of how to expose flash forms with a HTML post to do some asyncronous transactions. But What about doing larger amounts of data. Is there a way to expose a large XML return and process that?
Nahuel
Is not possible because you can not create a "new" XML object. Flash forms have some restrictions and the word "new" is prohibited.
Bassham
Nahuel
If you continue having problems let me know
Jason
Sif Baksh
Laura
You can, when you are editing a slide in the administration, switch to the code tab and write an html tag with the image you want to show <img src="The path to your image file and filename">
Sif Baksh
Yiwei Duan
Don Kerr
Does the Richtext editor allow the user to easily add in hyperlinks? I didn't see this option in your cfpresenter example? I need a richtext editor that works inside cfform, but I need it to support hyperlinks if possible.
Thanks,
Don
Richard
Dan
29 : <cfset var q_presentation = "" />
30 :
31 : <cfquery name="q_presentation" datasource="#variables.dsn#">
dab
I even hard coded the datasource. Help
Dan
existdissolve
Error while configuring application. Last configured item: appProperties
Error while configuring application. Last configured item: appProperties
Any ideas?
Brian