A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: (very urgent)fscommand help

  1. #1
    Junior Member
    Join Date
    Jan 2003
    Posts
    3

    (very urgent)fscommand help

    ok im makign a portfolio cd and im using flash mx features
    i have two other files that are exe's outside of the flash portfolio.

    i want to make the buttons to load these up work right...but they refuse to work.

    it only works when im using a flash 4 player..but theres no way i can go that low because of the embedded videos and some of the coding.

    there is a possiblity i could use loadmovie
    but i can't get them to be centered right...

    HELPP!!!! heres the code for one of my buttons

    on (release) {
    fscommand("exec", "beau.exe");
    gotoAndPlay("end");
    }

  2. #2
    Junior Member
    Join Date
    Jan 2003
    Posts
    3
    ok loadmovie is off the list...

    when try and use loadmovie it load ok but it shows everything the flash canvas is supposed to cut off and since that particular movie doesn' t have a defined background it plays kinda transparent.


    argh this is so horrible.

    its there any way flash 6 can proform a exec command correctly to other flash 6.exe files


    help help help help

  3. #3
    Senile member! :)
    Join Date
    Dec 2001
    Location
    Saunaswamp (transl)
    Posts
    2,296
    Where do you have your external exe files? MX requires them to be located in a subfolder called fscommand.

    d:mainFile.exe
    d:fscommand\beau.exe

    then from flash you should be able to start it with:

    fscommand("exec", "beau.exe");

    /Mirandir

  4. #4
    Junior Member
    Join Date
    Jan 2003
    Posts
    3
    thank you thank you thank you

    you save my butt....i'd never think of that.

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