Link to home
Start Free TrialLog in
Avatar of cmurugavel
cmurugavelFlag for United States of America

asked on

Can we display power point slides through coldfusion?

Hi,

I have problem when I try to open a .ppt file through cold fusion script.

Here is sample code.

<td bgcolor=#DDDDDD background=/images/side_navbg1.gif>
   <font face=verdana,arial,helvetica size=1 color=#FFFFFF>
    <b><img align=left src=/images/pixel.gif width=18 height=11 border=0>
    <a class="sidebar" href="Controlling/Controlling_file.ppt" target="content">Organization_Chart


Actually I tried with some .gif file in the same location (Controlling/some_file.gif). It works file. But .ppt file is did not work.

Can you some one tell me how do I bring power point file on my webpage?

I tried with other way... that I saved the power point as .gif file. When I save it, each slides saved in separerate file. Can you someone advice me how to save the .ppt (assume .ppt has 3 slides) all slides into one .gif file?

Thanks in advance
C.M

Avatar of anandkp
anandkp
Flag of India image

Hi there,

Give Href - pointing to the location of the ppt slide ... like :

<A HREF="http://www.akp.com/Controlling/Controlling_file.ppt" TARGET="_blank">View Presentation</A>

let me know if this helps out.

dont try to convert ur slide in to gif - cos u dont have to - the above code - will do the JOB for U !!!

K'Rgds
Anand
Hi there,

what happened - u didnt respond to this !!!

i was waiting for ur comment

K'Rgds
Anand
ASKER CERTIFIED SOLUTION
Avatar of anandkp
anandkp
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SpideyMod
SpideyMod

Force Accepted

SpideyMod
Community Support Moderator @Experts Exchange
can we display(i.e.write) the output of a cfm file(i.e.web page) through MS pwer point?


can anyone tell me....

thanks..
anbu