A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: launching external stuff

  1. #1
    Member
    Join Date
    Jul 2000
    Posts
    48

    launching external stuff

    Anybody know the script to launch an
    avi or quicktime movie using flash...
    ie: launching the application as well

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Have you tried a button with a getURL on it? Load the movie to your server, then target it:

    on (release) {
    getURL ("http://www.mysite.com/moviename.avi", "_blank")
    }

    That will launch the movie in a new window. That's the easy way. You probably want it in a popup though, and I don't know the how of doing that yet.

  3. #3
    half as fun, double the price senocular's Avatar
    Join Date
    Feb 2002
    Location
    San Francisco, CA (USA)
    Posts
    4,361
    if using a projector use fscommand

  4. #4
    MJA Studio 2003-04 (MX ReaLM)
    Join Date
    Jan 2002
    Posts
    154
    do you think it would work usin fscommand .. and if so ..
    HOW??
    well you help around here ..
    thanx
    MJA18

  5. #5
    OSIRIS-ORION
    Join Date
    Jan 2001
    Location
    Portugal
    Posts
    25
    If I'm not mistaken you should have a folder names fscommand and out your NON Flash files in there.

    Then, using fscommand like this:

    fscommand("exec", "fscommand/my.avi");

    I believe that's correct. Also it will only work if client computer has an app associated to the file format. Eg: If my PC hasn't Acrobat Reader, I can not launch a PDF from within Flash. Got it?
    Ricardo Vercesi
    www.simetrias.net

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