AFComponents.com

Can I display .mov file?
Date: Aug 23, 2007   Views: 3231  
Question:
I have a question about file formats compatible with the xml file, etc. etc. and I posted it in the forum, but I'm curious if this type of question is something I should contact you directly about here in the ticket system?

.flv's odn't work because I read in the forusm that a server needs configured to be able to display them (running windows 2000 Server). So because that wasn't an option to change, I've tried converting my movie files into .mov files and relinking, but nothing is helping.
Answer:

walker (Admin)
In order to play a movie within the Flash Player it has to be converted to FLV or imported into the FLA. Currently there is no way to play a .mov file. What you can do is capture ITEM_ON_RELEASE media list event and open .mov movie in a pop-up.

myList.addEventListener("ITEM_ON_RELEASE", this);

function ITEM_ON_RELEASE(evnt:Object) {
 getURL(evnt.target.data);
}


© 2005-2007 advanced flash components