Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2001
    Posts
    2

    Default

    I thought I could use Flash 5 to create CD-ROMs. I did the tutorials and made a pretty good movie but now I’ve hit a wall. I want to create "links" to other files on the CD (avi's, pdf's and mp3's) so that they open on the default application on whatever computer the CD-ROM is in.

    I can’t find any clues in the help file but I know it can be done because I’ve seen CD-ROMs that claim they were created in Flash.

    larZ
    IP

  2. #2
    Join Date
    Dec 2001
    Posts
    2

    Default

    I thought I could use Flash 5 to create CD-ROMs. I did the tutorials and made a pretty good movie but now I’ve hit a wall. I want to create "links" to other files on the CD (avi's, pdf's and mp3's) so that they open on the default application on whatever computer the CD-ROM is in.

    I can’t find any clues in the help file but I know it can be done because I’ve seen CD-ROMs that claim they were created in Flash.

    larZ
    IP

  3. #3
    Join Date
    Aug 2000
    Location
    Toronto, Ontario, Canada
    Posts
    432

    Default

    The command you want to look at is the FSCommand "Exec".

    The syntax looks something like:

    fscommand ("exec", "[filename and path]");

    and point that to a batch file or some other program that will open the file with the associated application. Flash can't associate the files on its own. [img]/infopop/emoticons/icon_frown.gif[/img] FlashJester, on the other hand, might be something worth looking into.
    hth,
    Deep (just a guy)
    --
    Pradeep Kumar Nair, B.Math
    CTO
    9 Story Entertainment
    http://www.9story.com
    IP

  4. #4

    Default

    you can simply just put the file name in the get url command as long as the file is in the same directory as the swf. ie

    on (press, release) { getURL ("mymovie.mov");}

    Macromeidians 1:1

    In the begining the web was dark and void, and the net was with out color or shape, Then there was a Flash and Life came to the web and vision became reality.
    Macromeidians 1:1

    In the begining the web was dark and void, and the net was with out color or shape, Then there was a Flash and Life came to the web and vision became reality.
    IP

 

 

Bookmarks

Posting Permissions

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