Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-26-2003, 02:01 AM
Junior Member
 
Join Date: Jun 2003
Posts: 4
Default PowerPoint file wont open on Win 2000

I have created a CD ROM where buttons in the main swf movie opens pdf and ppt files from folders on the CD. I have used the following FFish script:

var myFile = FlashPlayer.getVariable("_root.myFile");
Shell.open(myFile);

where _root.myFile includes the relative path to the pdf or ppt file. eg

_root.myFile = powerpoint/ppt_file_to_open.ppt


Everything works fine for both the ppt and pdf files on my PC (Win XP), but the ppt links fail to work on Win 2000 (PowerPoint is launched, but a message says that the filename or path is not recognised).

Can anyone explain why this is so, and how I can resolve this problem??? (NB: Pack movies is unchecked)

(This looks like a similar issue to the open excel file post on the Bug forum

http://www.swfkit.com/cgi-bin/forum/...num=1045470016

) ???


Many thanks,

Pete
Reply With Quote
  #2 (permalink)  
Old 06-27-2003, 12:41 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: PowerPoint file wont open on Win 2000

Hi pete,

It's still the problem of the base directory.

We need some more days to accomplish our new version. If you are in urgent need of the solution, we will build an ActiveX object for you.
Reply With Quote
  #3 (permalink)  
Old 07-17-2003, 12:00 PM
Junior Member
 
Join Date: Mar 2003
Posts: 14
Default Re:PowerPoint file wont open on Win 2000

There is a downloadable PowerPoint Player that can be distributed with a CD that you may be able target on the CD itself, also solving the problem of a user possibly not having PowerPoint installed on their system. Just a suggestion.
Reply With Quote
  #4 (permalink)  
Old 07-17-2003, 01:47 PM
Junior Member
 
Join Date: Jun 2003
Posts: 4
Default Re:PowerPoint file wont open on Win 2000

Thanks for the suggestion

In my case target users for the CD all have PowerPoint.

Using

var myFile = FlashPlayer.getVariable("_root.myFile");
Shell.open(getAppDir() + myFile);

did the trick.

Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:51 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.