A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Having a projector file point to external files?

  1. #1
    Junior Member
    Join Date
    Sep 2001
    Posts
    4

    Wink

    I a making a flash website about one of my favorite musicians. Right now I`ve pretty much confirmed there`s no way to embed AVI/Quicktime files without using a GIF sequence, but that would be too big. What I was wondering if there was a command to point to a quicktime movie as a standalone file and play it within its own program with a button click.

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    2 ways:

    on (release) {
    getURL ("http://www.yourdomain.com/your.avi", "_blank");
    }


    or launch a small HTML window and have the avi play inside this window.

    http://www.flashkit.com/movies/Smart...64/index.shtml

  3. #3
    Junior Member
    Join Date
    Sep 2001
    Posts
    4
    I`ll try the first way, but if I want this to be on a CD instead of a website? What would the address be then?

  4. #4
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    If you put the .avi in the same folder or directory as the .swf.


    /your.avi

  5. #5
    Junior Member
    Join Date
    Sep 2001
    Posts
    4
    I did that, but then it said "xxxx.xxx could not be found. Please make sure the address is correct", more or less.

  6. #6
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Try giving it an absolute path

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