Can i preload a powerpoint ?

Reply

Join Date: Jul 2007
Posts: 258
Reputation: Designer_101 is an unknown quantity at this point 
Solved Threads: 12
Designer_101's Avatar
Designer_101 Designer_101 is offline Offline
Posting Whiz in Training

Can i preload a powerpoint ?

 
0
  #1
Jan 15th, 2009
Hi

I have this huge powerpoint presentation.
It runs extremely slow.

Is there anyway to preload this, i thought perhaps in a browser using javascript or something? but if not are there any other methods ?

Thanks
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 596
Reputation: buddylee17 has a spectacular aura about buddylee17 has a spectacular aura about 
Solved Threads: 125
buddylee17's Avatar
buddylee17 buddylee17 is offline Offline
Posting Pro

Re: Can i preload a powerpoint ?

 
0
  #2
Jan 15th, 2009
If you want to lower the file size, make it web accessible, and add a preloader, convert the ppt to flash. If your not familiar with Flash, just Google powerpoint to flash.
Lost time is never found again.
- Benjamin Franklin
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 258
Reputation: Designer_101 is an unknown quantity at this point 
Solved Threads: 12
Designer_101's Avatar
Designer_101 Designer_101 is offline Offline
Posting Whiz in Training

Re: Can i preload a powerpoint ?

 
0
  #3
Jan 16th, 2009
Ok, so i need to convert this file into flash. Thats no problem, but you mentioned a preloader. Could you explain what you mean?

If i add the preloader will it load everything, even embeded objects into the flash file ? sounds and animation ect.

Thankyou for the reply
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 596
Reputation: buddylee17 has a spectacular aura about buddylee17 has a spectacular aura about 
Solved Threads: 125
buddylee17's Avatar
buddylee17 buddylee17 is offline Offline
Posting Pro

Re: Can i preload a powerpoint ?

 
0
  #4
Jan 16th, 2009
Yes here's a showcase of preloader examples. Scroll down and click on the images to see what the preloader looks like. They basically perform two functions.
1. Entertain the user while the movie is downloading
2. Inform the user the progress of the download
Once the download is complete, the flash movie loads and the preloader disappears.
Lost time is never found again.
- Benjamin Franklin
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 30
Reputation: sabrina07080236 is an unknown quantity at this point 
Solved Threads: 0
sabrina07080236 sabrina07080236 is offline Offline
Light Poster

Re: Can i preload a powerpoint ?

 
0
  #5
Jan 17th, 2009
Originally Posted by Designer_101 View Post
Hi

I have this huge powerpoint presentation.
It runs extremely slow.

Is there anyway to preload this, i thought perhaps in a browser using javascript or something? but if not are there any other methods ?

Thanks
Hi,

I found some tips to reduce the file size of PowerPoint in Microsoft, hope it could help you.
http://office.microsoft.com/en-us/Po...168821033.aspx

And I also find a Flash movie made by PowerPoint and converted with PowerPoint to Flash converter, its orginal file size is 41.3MB, after conversion, its file size is 1.13MB. You could have a look:
http://www.sameshow.com/ppt2flash/samples3.html

Other PowerPoint to Flash are also useful, such as Ispring converter, PowerFlashPoint, FlashDemo and so on
DIY Thanksgiving eCard 7 Tips to Create an Amazing Thanksgiving Ecard.
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 258
Reputation: Designer_101 is an unknown quantity at this point 
Solved Threads: 12
Designer_101's Avatar
Designer_101 Designer_101 is offline Offline
Posting Whiz in Training

Re: Can i preload a powerpoint ?

 
0
  #6
Jan 17th, 2009
Is there any loss in quality and i have embeded swf videos in my powerpoint. What happens to them ?

Thankyou
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 30
Reputation: sabrina07080236 is an unknown quantity at this point 
Solved Threads: 0
sabrina07080236 sabrina07080236 is offline Offline
Light Poster

Re: Can i preload a powerpoint ?

 
0
  #7
Jan 19th, 2009
I often set the output quality to the best before conversion, so there is nearly no loss after conversion. I have tried to insert YouTube video and Flash to my presentation, the converted Flash movie is good, and the video is embedded to my presentation, also plays well. You could have a try.

Good luck.
Last edited by sabrina07080236; Jan 19th, 2009 at 2:41 am.
DIY Thanksgiving eCard 7 Tips to Create an Amazing Thanksgiving Ecard.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 1,358
Reputation: almostbob has a spectacular aura about almostbob has a spectacular aura about 
Solved Threads: 163
almostbob's Avatar
almostbob almostbob is offline Offline
Nearly a Posting Virtuoso

Re: Can i preload a powerpoint ?

 
0
  #8
Jan 19th, 2009
a dirty kludge to make files appear to load faster than the connection speed allows
javascript in the end of the page to load known required files before the link were clicked, but after the page is displayed
ignore image, its just you have to load the file for "something"
puts enough of swf or mpeg into the buffer before the button is clicked that play begins immediately
viewers forgive a lot if they dont see the waiting sign
  1. </body>
  2. <script language="javascript" type="text/javascript">
  3. //<![CDATA[
  4. <!--
  5. file1 = new Image();
  6. file1.src = "anyfileyouwant.anyfiletype";
  7. //-->
  8. //]]>
  9. </script></html>
as long as you dont try to display the swf as an image, you can callit what you like, it will still end up in the tif
Failure is not an option It's included free, you don't have to do anything to get it
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it

Please mark solved problems, solved
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC