Please help with FS Start

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Please help with FS Start


    Hi,

    I have inherited a bit of code from a flash 5 file:

    on (release) {
    fscommand("Exec", "JSTART Presentation.pps \"/error=To view this
    presentation you need to have Microsoft Powerpoint 2000 installed on your
    pc.\"");
    }

    I have all the nessessary jstart.ini and jstart.exe files, however when
    generating a flash exe from flash 6.0 the code doesn't seem to work anymore.
    Does anyone have any ideas on this?

    Is there a way I can publish a flash 5.0 exe instead?

    Thanks,
    Cliff


    Clifford Boobyer Guest

  2. Similar Questions and Discussions

    1. WHERE DOES ONE START
      Hello, I'd like to know where to start learning how to build dreamweaver extensions for DreamweaverMX Could anyone suggest a link, a site, a...
    2. CF MX6.1 will not auto start after server reboot.. but will start by hand...
      I just moved all the stuff to a new dual Xeon Windows server 2003. Problem with CF MX 6.1 is that it will not start after a server reboot! I get...
    3. X won't start
      My 43p-240 had a bad CPU causing lockups. It's fixed, but the reboots did something funny and X (and CDE/Dtlogin) won't run now. /tmp/xlogfile...
    4. start up
      Try a repair install as follows: .. NOTE, while a repair install should leave your data files intact, if something goes wrong during the repair...
    5. xp won't start
      "dan" <new329@hotmail.com> wrote: See "Obtaining Windows XP Setup Boot Disks" (http://support.microsoft.com/?kbid=310994). -- (tm)
  3. #2

    Default Re: Please help with FS Start


    \
    > on (release) {
    > fscommand("Exec", "JSTART Presentation.pps \"/error=To view this
    > presentation you need to have Microsoft Powerpoint 2000 installed on your
    > pc.\"");
    > }
    >
    > I have all the nessessary jstart.ini and jstart.exe files, however when
    > generating a flash exe from flash 6.0 the code doesn't seem to work anymore.
    > Does anyone have any ideas on this?
    >
    > Is there a way I can publish a flash 5.0 exe instead?
    >
    No , you can't publish flash 5 from flash 6 .
    the swf version will use flash 5 header but it will be wrapped into flash 6 player.
    There is no variety of players coming with authoring tool.
    If you look into Jstart help , you will find that MX and flash 5 has different approaches
    in setting actions due to changes in macromedia player. Please search the help, there is step by
    step described with code samples.




    Regards


    urami_*

    <xmas>
    [url]http://flashfugitive.com/[/url]
    </xmas>


    urami_ Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139