A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    14

    Thumbs up

    how can i make a button that loads an mpeg file, i'm doing a presentation in flash 5, it will be in a cd and the mpeg file will be there too.
    i think i could do this with the "get url" action, but can anybody tell me the syntax i must to use (the flash file (exe) and the mpeg will be in the same directory of the cd)

    hope u can help me and thanks anyway

  2. #2
    It should work with "Get URL" and the filename:

    on (release) {
    getURL ("filename.mpeg", "_blank");
    }

    But, you'll have to export the movie first, it won't work in flash preview.

  3. #3
    Junior Member
    Join Date
    Jun 2001
    Posts
    14
    many many thanks stjernvang, it works very well

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