PDA

View Full Version : nothing really working


circlecity
03-23-2006, 09:35 PM
So far, I can't get a .mov file to work. Also, can't get a thumbnail to produce and I have the proper software on the server.

circlecity
03-23-2006, 11:03 PM
I can get .mov to work in firefox but still no luck with IE

Ryan
03-24-2006, 03:11 AM
I'll look into the code to play a .mov file. In the mean time, the thumbnailing issue, I need more information on this. Do you have GD 2 installed?

circlecity
03-24-2006, 11:23 AM
Yes I do have GD 2 installed.

you can play around with it at http://www.videoclips411.com/index.php

do0d.com
03-24-2006, 11:49 AM
Not too sure what the software needed is but images work on my site ...

Is it something that needs to be installed on the server ?

my site

http://www.do0d.com

circlecity
03-24-2006, 03:20 PM
Ryan, are there any settings for the GD library that I could change?

Ryan
03-24-2006, 03:30 PM
I sent you a PM.

123humor
04-24-2006, 03:05 PM
I can get .mov to work in firefox but still no luck with IE

I have the same problem. How can I solve this?

Ryan
04-24-2006, 09:29 PM
Please send me a PM with your URL.

falarious
04-30-2006, 05:55 PM
I cant get MOV working either! How do you fix it?

Ryan
04-30-2006, 06:53 PM
Use this code for the .mov extension:
<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="{humor_software[video_width]}" height="{humor_software[video_height]}" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="files/{file[filename]}.{file[extension]}">
<param name="autoplay" value="true">
<param name="loop" value="false">
<param name="controller" value="true">
<embed src="files/{file[filename]}.{file[extension]}" width="{humor_software[video_width]}" height="{humor_software[video_height]}" autoplay="true" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed>
</object>