Launch PowerPoint from within a Flash Document?

I am new to this and have a question. Is it possible to
launch a PowerPoint file from within a Flash Document? (It can open
either internally or externally)
And, if so, is there a simple way to do it, or can you give
me directions to the proper tutorial section?

Hi Nick,
For offline/CD work, you can do this from a Flash Projector
file (see
Publish Settings) and use FlashJester JStart with it
http://jstart.flashjester.com
Download the evaluation copy and see the examples it comes
with.
Regards
FlashJester Support Team
e. - [email protected]
w. - www.flashjester.com
"This has been one of the most impressive and thoroughly
pleasant
experiences of customer support I have ever come across -
astounding!"
Director - hedgeapple

Similar Messages

  • How do i extract pages from within a pdf document?

    how do i extract pages from within a pdf document?

    Hi adobespurs,
    To extract pages from a PDF, you need to use Acrobat. If you don't have Acrobat, you can try it for free for 30 days. Please see www.adobe.com/products/acrobat.html for more information.
    Best,
    Sara

  • HT5858 I have had difficulty launching sites from within my email messages.  So, in trying to revert to the default settings on my iPad I went into "Settings" and reset everything.  Now, I have a black screen with a white apple and a white line!  What do

    For the last severl weeks I have had difficulty launching sites from within my email messages.  Thinking that I may have gone into "Settings" and set something wrong, I decided to reset to the default settings.  So, in "Settings" I chose reset everything.  Now, when I turn my iPad on all I get is a black screen with the picture of a white apple and a white line below it.  Nothing else works.  What can I do?  Do I need to send this back to Apple to be restored?

    You will hopefully be able to restore it yourself. It sounds like you erased all constant and settings rather than resetting all settings. But I'm basing my theory on the fact that you are seeing the Apple logo with the white progress bar (the white line) on the screen. That's what you would see if the software was being reinstalled and then it stopped on you. If that is what happened, you need to restore again and most likely need to use recovery mode.
    You can read about recovery mode here.
    Recovery mode - Apple
    However ...... If you are seeing the white line when you turn the iPad, let it go for twenty minutes or so, before you try restoring again. There is possibility that the software is still be installed and it can take a while before you see that white line move at all indicating that progress is being made.
    Frankly, I don't think that the software is still being installed, but since you didn't say specifically how long the iPad has been like this, it could just be that the software hasn't finished installing yet. If you know better - meaning that it's been like this for hours or longer, then you do need to restore the device.

  • Launching xcodebuild from within my sandboxed app fails

    I need to call xcodebuild within my sandboxed app.
    My app generates objc files and projects, and I would like to compile it using xcodebuild - like in the past.
    But the new required sandboxing, refuses to launch xcodebuild from within my app. I tried the "temporary file access read/write" to set to root ("/") and other solutions, but it still won't work. lsboxd tells "refusing to spawn" reason -10811
    Is there any solution or chance to solve this?
    Thanks in advance.
    Kind regards, Bernd
    www.objective-basic.com

    berndnoetscher wrote:
    I need to call xcodebuild within my sandboxed app.
    Why? Apple will reject an app the depends on the presence of Xcode to run. You would have to write a non-sandboxed extension or plug-in to run xcodebuild.

  • Cannot Launch .app from within Acrobat/Reader

    I made a software program that runs in/from Adobe. I burn it to DVD and sell it. Our PC users are fine, but our Mac users are having trouble. Within the program, there is a link/action set to "Open a File". The "file" is actually a Filemaker Runtime. When our Mac users click on the link/action, there is a message that says "FileMaker Pro.app is set to be launched by this PDF file......". Click "Open". The next message says "Could not open the file".
    There are 3 types of Filemaker Runtime files ending with extensions .ACR, .ZAR, .ZAS. I've created File Associations for the Mac to read these types of files and open with FileMaker. Our Mac users CAN open the files by drilling down through the folders and opening the file directly - but we don't want them to have to do this! That defeats the whole purpose of the link/action!
    My questions is: Why can't Adobe launch the FileMaker Pro.app, or open the "file" from within? Why do our customers have to go into the folder, drill down and open the file directly?

    Tembowa - Thank you for trying to help me.
    What do you mean by "next to" the PDF?
    The link/action to "launch" the .app file is "in" the PDF document.
    Please help me understand your question.

  • Hyperlink from within a Word Document to a specific page within a PDF document.

    I was hoping that someone would be able to assist me.  I would like to create a hyperlink (used as a citation) on my Word document that opens directly to a specified page within a PDF document (possible other word docs and so on, but less
    often).  How do I go about performing this?  Another note, all the documents would reside within a SharePoint site.

    I was hoping that someone would be able to assist me.  I would like to create a hyperlink (used as a citation) on my Word document that opens directly to a specified page within a PDF document (possible other word docs and so on,
    but less often).  How do I go about performing this?  Another note, all the documents would reside within a SharePoint site.
    I am not a Word guru, but I don't think you can run a macro from a hyperlink. But you can create an active X label that runs a macro when clicked. You can use the following macro to go to a specific page in a PDF file.
    Sub OpenPDFPageView(DisplayPage As Integer)
    'In order to use the macro you must enable the Acrobat library from VBA editor:
    'Go to Tools -> References -> Adobe Acrobat xx.0 Type Library, where xx depends
    'on your Acrobat Professional version (i.e. 9.0 or 10.0) you have installed to your PC.
    Dim PDFApp As AcroApp
    Dim PDFDoc As AcroAVDoc
    Dim PDFPageView As AcroAvPageView
    Dim PDFPath As String
    Dim DisplayPage As Integer
    PDFPath = "C:\Users\doudou\documents\test1.pdf"
    'Set the page you want to be displayed
    'DisplayPage = 3
    'Initialize Acrobat by creating App object
    Set PDFApp = CreateObject("AcroExch.App")
    'Set AVDoc object
    Set PDFDoc = CreateObject("AcroExch.AVDoc")
    'Open the PDF
    If PDFDoc.Open(PDFPath, "") = True Then
    PDFDoc.BringToFront
    'Maximize the document
    Call PDFDoc.Maximize(True)
    Set PDFPageView = PDFDoc.GetAVPageView()
    'Go to the desired page
    'The first page is 0
    Call PDFPageView.GoTo(DisplayPage - 1)
    'Set the page view of the pdf
    Call PDFPageView.ZoomTo(2, 50)
    End If
    Set PDFApp = Nothing
    Set PDFDoc = Nothing
    On Error Resume Next
    'Show the adobe application
    PDFApp.Show
    'Set the focus to adobe acrobat pro
    AppActivate "Adobe Acrobat Pro"
    End Sub

  • Loading a webpage within a flash document

    Hi, is it possible to load a webpage withing a flash document,
    this is what i want to happen, i want the flash to stop animating/looping (i already have that done)
    and then instead of opening a seperate page to load a website i want it to load within the swf.
    CS4 ActionScript 3
    Please help, thanks

    yes, you can display html text in an html-enabled textfield but, the html page will probably not display as you expect because of flash textfields support for a limited number of html tags.

  • Launch Adobe from within LabVIEW

    I have 6 years experience drawing code in LabVIEW but very little experience using Active-X; if there is some sample code showing the how to launch an Adobe document from a LabVIEW GUI, it would be extremely helpful. I am running LabVIEW 6.0.2 on a Windows NT platform. Thanx
    Lawrence M. David Jr.
    Certified LabVIEW Architect
    cell: 516.819.9711
    http://www.aleconsultants.com
    [email protected]

    In the LabVIEW 6>help folder, there should be _browser.llb. In there is Open Acrobat Manual.vi that will do what you want.

  • Hyperlinking within a flash document

    I'm trying to create a link (using CS3) in flash from text in
    one SWF file to a specific labeled frame in another SWF in the same
    directory. How is this possible?

    mmm, ok, i appreciate your help, but its still not working.
    Here's the actionscript code I created:
    SalmonCanBtn.onRelease = function() {
    loadMovieNum("select-spacers.swf", 10);
    stop();
    the idea is to load the movie and jump to frame 10 which is
    where the content I need is located. Unfortunately, A) it doesn't
    jump to frame 10, it just goes to frame 1, and B) the content is
    simply loaded on top of content I already have there. I just want
    it to jump to the other swf and leave the SWF from which I clicked
    the button behind entirely.

  • Launching applications from within a Java program,

    Hi all,
    I wish to launch an application from a menubutton. I exactly wish to launch adobe acrobat reader and a specific file. Do I need to run a system command to do this, or more specifically, how is this done in Java?
    Thanks,
    JavaRob

    what if you have the entire exe as a byte array in
    memory, write that to a file on the system, and then
    run that file.
    would that work?Yes but you would still have to use the Runtime class to excecute the file after you write it out, so it would just be easier to use the already made exe file.

  • Cannot edit PowerPoint from within Captivate 5

    Hi all,
    I've imported PowerPoint slides into Captivate 5, and when I click "Edit PowerPoint (Presentation or Slide", Captivate freezes on the "Creating Temp File" window.  It never moves past 0%.  I've attached a screenshot.  I've tried multiple times to edit the PPT, but cannot get it to link back to the file.  Any suggestions?  I'm on a tight deadline.
    Thank you!
    Jen

    Hi Dana,
       Is it possible for you to share the .ppt file with us so that we can investigate the issue on our end...? Please send the file [email protected]
    Thanks,
    nsukumar.

  • Launch vhd from within WIN 8's hyper v management

    I have two systems in my IT admin office. One running Win 7 pro and one running Win 8.1.
    I would like to run Windows backup on the Win 7 PC and allow it to create an image in a vhd file.
    At that time, I want to copy that WIN 7 vhd to my win 8 pc, launch hyper v, and import the vhd so i can fire up WIn 7 in hyper v mode.This way I can retire my separare win 7 pc.
    I have tried this, however, the win 7 backup creates 2 vhds. one which is 200 GB and another which is 2 GB. The 2GB vhd seems to be the "system reserved" parition. Obviously without both of these partitions, but Win 7 vhd wont launch and allow
    me to log in. I get a "missing boot device" when I launch the vhd in hyper v.
    what am i doing wrong? I assume that somehow i have to combine the "system reserved" parition and the OS partition into one vhd?

    Hi,
    How did you do that?
    A system image will generate a VHD file. You can restore an image of one computer to another computer but note that both machines should have an identical interface.
    I would like to suggest you make an image of the old system, then install on the Hyper-v using this ISO image.
    Karen Hu
    TechNet Community Support

  • FROM within Director - Flash Datagrid - PGUP/PGDown ; arrowUp/arrowDown

    Hello All,
    Anyone had luck using the keyboard to PageUp/PageDown and/or
    ArrowUp/ArrowDown (consistently) inside of a Flash Datagrid
    inside
    Director???
    I've had it working, but only intermittently. I'm using
    directToStage,
    eventPassMode = "Always", and am using a common player for
    the datagrid.
    Any help, or insight would be great.
    Wally

  • Printing a webpage from within Flash without opeining it

    Is it possible to print from within a Flash movie ,a webpage
    from another site, without actually opening that site.
    Example: I make a print button within Flash, I click it and
    it prints www.yahoo.com, but it actually never opens www.yahoo.com,
    I will never see www.yahoo.com on the screen.
    Is this possible?
    Thanks
    D

    same as above

  • Launching/executing files from within AIR

    Hi.
    Just wanted to know if I can launch files from within my AIR
    app...for instance I would like the user to click a button which
    then opens a Microsoft Word doc...the Word doc doesn't have to open
    in the AIR app, it can open on the desktop (Windows XP).
    Thanks for the help.

    Mike provided a good proof here:
    http://www.mikechambers.com/blog/2008/01/17/commandproxy-net-air-integration-proof-of-conc ept/
    HTH

Maybe you are looking for

  • Clearing Variant Grouping by 30 days

    Hi All, could any one help me out in clearing variant configuration, I want to select open items which are greater than 30 days old with Main Transaction and Sub Transaction. can we use special characters in grouping rule like > 30? Thanks in Advance

  • Academic licensing for 2012 Essentials

    Hi, I have seen an academic license option advertised by resellers for Windows Server2012 Essentials. Are there any functional differences between this academic license version and the regular version?

  • ICS is horrible

    The new ICS forces you to use a black background with white text for all TXT applications and contact lists.    This is very hard to read when you are older even with corrective lenses.   There is no way to go back to the old version of black on whit

  • Please tell me how to unlock 4 precious photos which are in the album starter edition

    All I can see is the thumbnails. Please help

  • Firefox constantly crashes and sends error reports

    Hello, I've installed the latest version of firefox on my new computer (which uses Windows 8) but it constantly crashes and sends error reports. Often when I send the error report and restart firefox, it just crashes again before the pages can even r