A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Please Help

  1. #1
    _level0
    Join Date
    Jul 2002
    Posts
    55
    I want to open a ppt file from flash player. Please help

  2. #2
    Senior Member
    Join Date
    May 2002
    Posts
    266
    This assume you use MX :

    1. GetURL(PathAndFileName)
    It will open your pps file in web browser.

    2. Dos Batch File or FlashGeek
    http://www.flashgeek.com/tutorials/07_launchapp_01.htm
    It is free and can open your pps file with Power Point, but got quite some limits. The file name has to reset and cannot change in runtime. Each file you need to open you have to make 2 more file (Flashgeek) to open it. Detail see Flashgeek web page.

    3. Other third party tools
    Paid tools but has better functionality and other functions.

    LPFlashEX http://www.lpflashex.com
    SWF Studio http://www.northcode.com
    Jugglor http://www.***********.com
    FlashAnts http://www.flashants.com
    mProjector http://www.binarynoise.com
    Flash 'N Pack http://www.flashnpack.com
    Flash Studio http://www.multidmedia.com

    LPFlashEx is my developed tools and it is free for self use (need free renewal of licence code) and only cost US$20 for registered standard version which include 40+ functions.

    It work it Flash generated projector which mean you dont need to worry if you end user had flash installed or not.

    Open file :
    LP.exec("open",PathAndFileName);

    P.S. The list is copied from NorthCode's list, who is a kind and helpful person who gain much respect from everyone here.

  3. #3
    _level0
    Join Date
    Jul 2002
    Posts
    55
    Friend i am using falsh 5.0 but nothing is happening and I am stuck, Please help

  4. #4
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766

    With Flash 5 you can still use The Master's FREE tools at www.flashtools.net.

    Specifically, you'll want to check out this link http://www.flashtools.net/tutorials/...defaultapp.htm which describes how to open a file in its default application.


  5. #5
    _level0
    Join Date
    Jul 2002
    Posts
    55

    Thanks a Ton

    I just Did it. It was of Great Help. Thanks to both of You.
    Warm Regards
    Deepak Lohumi

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center