Need to open word document from flash projector on Windows and Mac

Hello,
I'm creating a flash program that will be put on a dvd. And the dvd should function well on both windows and mac.
I'm trying to open a word document on click of a button. I used geturl but it works only on windows but on mac it only opens a blank browser.
This is urgent and would be really grateful if I get any help to resolve this problem
Thanks,
Sunira

I kind of doubt you could get Safari to open MS Office files. Short of actually getting MS Office for the Mac, the most workable option might be to get NeoOffice/J (a Mac-friendly version of OpenOffice from http://www.planamesa.com/neojava/en/index.php. It won't display some Office files 100% correctly (depending on how complex they are) but it can open and save them.

Similar Messages

  • I can't open word documents from Finder

    I can't open word documents from Finder

    If you mean "I can't double click a *doc file and make word open" then you highlight the file and do a command-I (or get info).  When the window comes up, change the "open with" parameter.  You can also right click and select "other"

  • HOW TO OPEN WORD DOCUMENT FROM JAVA???

    hi everyone! Can you please help me to come with this problem? Let me to set my main target I want to achieve:
    1) In my program user should first press a button;
    2) Then already created Word Document should be opened (I DO NOT NEED to open that Word Document in Java or something like JField). Just simply it should be opened as a Microsoft Word Document.
    I DO NEED YOUR HELP! PLEASE HELP ME....!

    Running cmd using the exec is also a windows only solution, there is no "more" or "less" it that solution compared to the rundll.
    Since word is a windows format its pretty obvious that the application is ran under windows platform.
    If you are running on a different platform (maybe using open office you can open word documents, i'm not sure) you might want to use the JDIC library (https://jdic.dev.java.net/) which enables you to open/edit/browse such files using the default viewer/editor/browser of the system you are working on.
    Look at the org.jdesktop.jdic.desktop.Desktop object for these methods.
    You can also find the Desktop object in J2SE6 but its still in beta.

  • Open word document from oracle forms 10g

    Hi,
    Could any one please guide me how to open a word document from forms 10g on client machine (windows). My word document resides on application server (unix).
    Thanks for the help in advance.

    I tried that, but it doesn't work.
    What I have done is, I have written a java code that has a function ope_word that opens up a word document. I have created jar out of it called wordbean.jar.
    Add this wordbean.jar in $ORACLE_HOME/forms/java directory and also added in the formsweb.cfg file (archive_jini=wordbean.jar)
    Then I created a form and usinf fbean.register and fbean.invoke functions of forms, I am trying to call wordbean.jar.
    F.bean.register is registering all the components of wordbean.jar but it is not opening the word document.
    Could you please help ??

  • Got errors when trying to open word document with Office Web App Server and customized WOPI host

    I am configuring the Office Web App Server with our ASP.NET MVC WOPI host based on this example. https://code.msdn.microsoft.com/office/Building-an-Office-Web-f98650d6. While both the OWA server and WOPI server has been set up and I can use Excel and PowerPoint
    app to open and edit xls and ppt file now, there are problems opening word documents no matter I enable or disable the editing function of OWA server.
    When I open a word document while enabling editing I got this error:
    If I disable editing I got this message:
    I have tried several file so I thought it is not the files' problem. Also I didn't find any exception in the log of OWA server. 

    Hi Gary Jiang,
    Thanks for posting in MSDN forum.
    This forum is for developers discussing issues about
    apps for Office.
    Based on the description, it seems that you got an issue when you deploy the code sample. If I understood clearly, I suggest that you contact the author of the code sample from the "Q and A" tab.
    Also if you have the question about WOPI, I suggest that you get more effective response from
    Office
    Protocols forum.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to open word document from application server?

    hello ,
    I want to open a word document that is placed on the application server.
    the function module 'ws_execute' works fine for displaying documents placed on ur local file system. But if i want to open from application server, what needs to b done?
    i m referring to the following demo program 'SAPRDEMOOFFICEINTEGRATION'
    is this the correct reference or there is some other way to do the same?
    kindly help.
    Regards,
    Roshani

    Hi Roshani,
              The solution is like this.
    1> Execute - this is the solution to your program. The file is generated and put in the Application Server for the data to be sent by some means to the intended Place.
    2> To Display/View - This is for the person (who runs the program) to view if the output generated is correct or not.
             So to accomplish this use the same internal table for both Open Dataset and Gui download.
    Open dataset puts data onto the Application server and Gui_download puts the data onto the Desktop or Presentation server for the user to see the data thats fetched.
    So use them as directed to achieve the desired output.
    Reward Points.
    Thanks,
    Tej..

  • Open word document from APEX

    Evening folks!
    I am new to APEX and I've struggled thus far so this forum has been a life-saver.
    I'm hoping there is a solution to my new problem ;-)
    I have successfully exported data from APEX to csv (HUGE thanks to the spendolini blog) and I can use that csv file as a data source for a mail-merge word document, but I have a couple of questions:
    1. I'd like the csv file to save to a specified location without prompting the user to open, save etc. Is this possible?
    2. I'd like to open a specified mail-merge word document automatically from within my APEX application. Is this possible?
    To explain, ideally I would like the user to click on the export button and it save the data to a specified csv file automatically and then automatically open a specified mail-merge word document.
    Many thanks in advance.
    Winnie

    Exporting a .csv to a directory instead of prompting user to save the file is done using
    a similar function:
       PROCEDURE export_to_csv (p_directory IN VARCHAR2, p_filename_in VARCHAR2)
       IS
          v_file   UTL_FILE.file_type;
          CURSOR c_emp
          IS
             SELECT empno, ename, job
               FROM emp;
       BEGIN
          v_file := UTL_FILE.fopen (p_directory, p_filename_in, 'W');
          UTL_FILE.put_line (v_file,
                             'EMPNO' || ';' || 'ENAME' || ';' || 'MANAGER'
          FOR c IN c_emp
          LOOP
             UTL_FILE.put_line (v_file,
                                c.empno || ';' || c.ename || ';' || c.job);
          END LOOP;
          UTL_FILE.fclose (v_file);
       END export_to_csv;The cursor is hardcoded here. You could enter your select statement also as a
    parameter and create a "generic" solution, for all purposes.
    I don't know much about mail merge. Others will need to help there.
    Denes Kubicek

  • Open Word Document from Powershell script

    I've created a simple Powershell menu script to launch a few applications with but need to open some word docs as well from this script. I've tried several options and can get word to open but have not been able to get it to open a specific document. Just
    need the proper code to launch MS word and open a specific word document located on my network share. Any takers??????? :)

    You can just specify the path to the Word file and it should open it as long as the file associations are correct.
    "\\server\share\path\wordfile.docx"
    If you found this post helpful, please "Vote as Helpful". If it answered your question, remember to "Mark as Answer".
    Rich Prescott | Infrastructure Architect, Windows Engineer and PowerShell blogger | MCITP, MCTS, MCP
    [Blog] Engineering Efficiency | [Twitter]
    @Rich_Prescott | [Powershell GUI]
    Client System Administration tool | [PowerShell GUI]
    New AD User Creation tool

  • Open Word Document from ITS

    Hey,
    i want to open a Word Document "write protected" via ITS, until now I used the FM ALEWEB_DOWNLOAD". The combination of GUI_DOWNLOAD and WS_EXECUTE works, but the document is opened in the "normal" mode and before the word application opens I get a popup requester window.
    I would like to reach the Word application on the client by OLE2 but i don't know how this works through the ITS?
    Has anybody experience with this problem?
    Thank you!
    Greets
    Christof

    Hey,
    unfortunetaly I get an exception. But I'm not sure if my question was clear enough.
    I want to open an application on a client through the web browser.
    I use generated SAP WEB GUI screens which look like the SAP GUI. A double click on the result list in the web browser should open an application (word) on the client and display a document.
    This works so far with the function module 'ALEWEB_DOWNLOAD' but causes some other problems, thats why I'm trying to find an alternative.
    I think that using the class 'cl_gui_frontend_services' the server looks for the application on the ITS and not on the client. But I'm not sure at all.
    Thanks a lot!
    Christof

  • Cannot open Word documents from CD

    Pages will not open read-only files from CD. While it is possible to copy the files from CD to the hard drive and open them from there, this work-around is not optimal. I use several resource CDs that contain Word files as well as other file types.
    Instead of copying files from a CD in order to be able to open them, it makes much more sense to allow Pages to open them directly from the CD in read-only mode.
    Is there a secret way to enable this behavior? If not, Apple, will you add this functionality to Pages?

    Hello
    It seems that Pages is coded to save an imported file (which is the case for a .doc one) in the folder from which it was imported.
    When the folder belongs to a CD, this can't be done and Pages refuses to import the doc.
    I's not a bug, it's a feature.
    Delberate or not is an other question.
    If this feature is annoying from your point of you, described the problem to the official channel because here we are users trying to help other users.
    We are not members of the Pages team.
    So, *go to "Provide Numbers Feedback" in the "Pages" menu* and describe what you wish.
    Yvan KOENIG (from FRANCE samedi 24 novembre 2007 18:53:10)

  • Can't Open Word Documents from my School's Website

    I am in a class that requires me to download & print off worksheets from the school's online "blackboard" website. My teacher also has a Mac, and she uses Microsoft software for Mac. Since I use Pages instead, can I not open these documents? I also can't open PowerPoint presentations on my MacBook, I am sure this for the same reason.
    If anyone could help me out with this, I would really appreciate it.

    Welcome to Apple Discussions
    Two things you may not have done.
    First, use the Mac OS 10.6.2 combo update. This fixes a problem with the Hoefler Text font that is not fixed using the delta update (10.6.1 > 10.6.2).
    Second, make sure your iWork applications are updated. For iWork '09 it's Pages 4.0.2 & Numbers 2.0.2. iWork '09 has since had update 3. If you're not running the latest versions & Software Update says your software is up to date, make sure the applications are where the installer initially put them. The updaters are very picky. If the location is not where the updater is programmed to look or if the folder doesn't have the name the updater looks for, it will not work. The applications cannot be renamed or moved. They must be in the iWork '09 folder in Applications. That iWork folder must be named iWork '09. If it doesn't have the '09 Software Update won't find them & the updaters won't work.

  • Can't open Word documents from Macmail

    I use MS Office since I am in publishing and have never had this problem before. But about 50% of the time, I can't open .docx documents that are sent to me by email. Again, this is only some .docx documents. Any ideas on why this might be happening?
    Also, it gives me an error message saying that there is not enough disk space to convert this document, but I have about 175GB available.
    Message was edited by: Idea Architect

    Try http://www.neooffice.org/ instead of Microsoft Word.
    As for disk space, see my FAQ*:
    http://www.macmaps.com/diskfull.html
    - * Links to my pages may give me compensation.

  • Opening Office Documents from Flash

    Hi, we're working with a product called ProForm to create online courses that are Flash-based.  It's a pretty cool product, created by Rapid Intake and using ActionScript 2 as the basis.
    In a recent course I've been running into a problem.  I've created a custom Flash movie as one of the "pages" in the course.  In that movie I have links that use the getURL function to connect to some local files, and target a new window with the "_blank" option.  I've used this method many times with no issues, and when working with PDFs (thanks, Adobe! ) it works just fine across all browsers tested.
    The problem we're seeing is that when we try to use this method to connect directly to Office documents, the links fail to open the documents in Internet Explorer.  When using Firefox, they work fine, and soon after clicking the link the user receives a dialog asking if they wish to save or open the document.  This is the behavior which we expected in IE, and which one can achieve by holding the CTRL button and clicking the link (and don't ask me how that was figured out, 'cuz I don't know).  But when just clicking the link in IE, a browser window briefly pops up, then the thing disappears and nothing else happens - no file opens, no dialog appears, nothing.  Very frustrating.
    So if anyone has any experience with this issue and can offer any advice, I'd really appreciate hearing about it.  While we can work around this (e.g. - converting Office docs to PDFs) it's not our first choice, and since none of our development team understands exactly what is happening and why, it would be useful for future development efforts for us to be educated.  Thanks in advance for any help.

    Just to try to help the comprehensibility of the issue, I've posted demo page to illustrate the situation: http://www.zoomiechaser.com/demo/button_test.html
    If you use IE and click on the link, the page will download as expected.  If you click the Click Me button in the Flash movie, you'll see either a pop-up warning bar, or, if you allow pop-ups, you'll see a window flash quickly on the screen then disappear.  I hope this helps, and that you kind souls can help me in return! 

  • Open a  PDF from Flash projector file?

    Hi everyone,
    im using Flash CS4 slide presentation to make a education CD. In the end of the slides i want to open a pdf file.
    How can i do it? Is it a east way to do it?
    I publish the project as a projector file. I tested to use GetURL but the file wont open. I have the pdf-file
    in the same folder as the projector exe-file.
    The education will be distributed on CD-ROM.

    you need to adjust your flash player security settings:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l

  • How do you stop all word documents from popping when starting the apple mac

    When starting the computer a blank new words page, powerepoint, excel and everything pops up. How can I stop this please?

    It's not an Apple product and there isn't a Microsoft forum here.
    http://support.microsoft.com/ph/12853

Maybe you are looking for