Powerpoint to SWF
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Macromedia Flash Server > Powerpoint to SWF




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Powerpoint to SWF  
Chmielewski yarek


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-10-06 12:46 PM

The presentation component do not accept powerpoint files.
Is there a way to convert ONLINE the powerpoint files to SWF ? (a linux
command line converter) ?
or any online tool to build some SWF presentations ?
Thanks




----- Original Message -----
From: "Naicu Octavian" <naicuoctavian-/E1597aS9LQAvxtiuMwx3w@public.gmane.or
g>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@pub
lic.gmane.org>
Sent: Friday, March 10, 2006 8:59 AM
Subject: Re: [FlashComm] Seek to End of Video


> If this is really a issue I think you could solve it this way:
>
> When a user seeks, you calculate the time ehre it seeks, compare the
> difference between seektime and totaltime and if it's smaller than the
> buffer, adjust the buffer!
>
> Also make shure you adjust the buffer back!
>
> Robert Sandie <rsandie-6hjaaxo62fiOxUJJZbBl1EEOCMrvLtNR@public.gmane.org> 
wrote: Asa, Stefan and aYo's I
> know this may be simple but have been fighting this
> one for a while:
>
> There's a point in the video where "NetStream.Play.Stop" comes through
> from
> FMS.
> Seeking before this point works just fine, but when you seek past this
> point
> the stream doesn't want to keep playing anymore.  What happens that I
> start
> playing a video, seek to about 99%. The stream never plays again after
> that
> (there is never a "NetStream.Buffer.Full" code to indicate playback
> starts).
>
>
> If a stream is playing and you seek before that, the stream will keep
> playing just fine but, if you seek past the point where the stop would be,
> the stream doesn't play anymore.
>
> Is this a known problem? Any thoughts on what I may be doing wrong?
>
> - Rob
>
>  ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
>
>
> ---------------------------------
> Yahoo! Mail
> Use Photomail to share photos without annoying attachments.
>  ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com






 ________________________________________
___________________________________
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs 
exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com
 ________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com






[ Post a follow-up to this message ]



    RE: Powerpoint to SWF  
Jay Charles


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-11-06 07:45 AM

OpenOffice will convert ppt files from the command line, but you'll need
to write an OO macro and a shell script to do it.

Discussion and code example here:
http://flashcomguru.com/forum/forum...3D1557&KW=3Dppt

OpenOffice is free and runs on linux. The .swf's that open office
generates are a little stange, so you might want to use SWFTools to
break the .swf apart and recompile it from individual frames.

Dreamingsoft has a command line conversion tool that works pretty well.
The only downside is that it converts the slides to bitmaps rather than
preserving vectors like opneOffice does.

http://www.dreamingsoft.com


-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.
org] On Behalf Of
Chmielewski yarek
Sent: Friday, March 10, 2006 7:24 AM
To: FlashComm Mailing List
Subject: [FlashComm] Powerpoint to SWF

The presentation component do not accept powerpoint files.
Is there a way to convert ONLINE the powerpoint files to SWF ? (a linux=20
command line converter) ?
or any online tool to build some SWF presentations ?
Thanks




----- Original Message -----=20
From: "Naicu Octavian" <naicuoctavian-/E1597aS9LQAvxtiuMwx3w@public.gmane.or
g>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@pub
lic.gmane.org>
Sent: Friday, March 10, 2006 8:59 AM
Subject: Re: [FlashComm] Seek to End of Video


> If this is really a issue I think you could solve it this way:
>
> When a user seeks, you calculate the time ehre it seeks, compare the=20
> difference between seektime and totaltime and if it's smaller than the

> buffer, adjust the buffer!
>
> Also make shure you adjust the buffer back!
>
> Robert Sandie <rsandie-6hjaaxo62fiOxUJJZbBl1EEOCMrvLtNR@public.gmane.org> wrote: A
sa, Stefan and
aYo's I=20
> know this may be simple but have been fighting this
> one for a while:
>
> There's a point in the video where "NetStream.Play.Stop" comes through

> from
> FMS.
> Seeking before this point works just fine, but when you seek past this

> point
> the stream doesn't want to keep playing anymore.  What happens that I=20
> start
> playing a video, seek to about 99%. The stream never plays again after

> that
> (there is never a "NetStream.Buffer.Full" code to indicate playback=20
> starts).
>
>
> If a stream is playing and you seek before that, the stream will keep
> playing just fine but, if you seek past the point where the stop would
be,
> the stream doesn't play anymore.
>
> Is this a known problem? Any thoughts on what I may be doing wrong?
>
> - Rob
>
>  ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
>
>
> ---------------------------------
> Yahoo! Mail
> Use Photomail to share photos without annoying attachments.
>  ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com=20


=09

=09
=09
 ________________________________________
________________________________
___=20
Nouveau : t=E9l=E9phonez moins cher avec Yahoo! Messenger ! D=E9couvez =
les
tarifs exceptionnels pour appeler la France et l'international.
T=E9l=E9chargez sur http://fr.messenger.yahoo.com
 ________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




 ________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 02:12 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register