PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm writing a little script that will embed .mov and .mpeg files. I'm wondering if there is a way to automagically determine their width and height measurements? If not assuming the width is the same for both movies is their a way to adjust the height for the player? Is it better just to define a width and height for each type of file. Or how have you handled this in the past?