A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: playing QT from swf

  1. #1
    Member
    Join Date
    Aug 2000
    Posts
    45
    How can I call a QT movie to play from FLASH 5. I just want it to play on top of the swf.

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Do you want it to be embedded in a pop up HTML window ?

  3. #3
    Member
    Join Date
    Aug 2000
    Posts
    45
    Originally posted by estudioworks
    Do you want it to be embedded in a pop up HTML window ?
    no, I would rather it stay in it's QT controller on it's own...is that possible?

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

    Code:
    on (release) {
       getURL{"your.mov" , "_blank");
    }

  5. #5
    Member
    Join Date
    Aug 2000
    Posts
    45
    Originally posted by estudioworks
    Try:

    Code:
    on (release) {
       getURL{"your.mov" , "_blank");
    }
    it's bringing up a html page with nothing on it...well I should say it has a non broken image icon in the upper right hand corner.

  6. #6
    Flash Video Moderator Wheels's Avatar
    Join Date
    Dec 2000
    Location
    Minneapolis
    Posts
    1,590
    So, do you want to bring it up in the QT Player or just another page or popup with QT embedded in the page?

    If it's the QT Player you are after, you may have to change the extension to .qtl and do a redirect to the real .mov. The method is here: http://developer.apple.com/techpubs/...pecial-11.html

    5G
    [Edited by Wheels on 08-22-2002 at 11:07 PM]

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