Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
.3pg files (Images/videos taken from mobile)
Old 05-18-2009, 02:30 PM .3pg files (Images/videos taken from mobile)
Junior Talker

Posts: 2
Trades: 0
Does anyone have any experience of adding these to a web page. Neither seem to be playing ball? Any ideas/extracts of code welcome.

Ta :-)
Whatevermun is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-18-2009, 02:35 PM Re: .3pg files (Images/videos taken from mobile)
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
I'd recommend using ffmpeg to convert them into another (more standard) format
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 05-19-2009, 03:02 AM Re: .3pg files (Images/videos taken from mobile)
harish's Avatar
Average Talker

Posts: 26
Name: Harish kumar
Trades: 0
use that code..
Code:
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
WIDTH="176"HEIGHT="170" > 
<PARAM name="SRC" value="path"> 
<PARAM name="AUTOPLAY" VALUE="false"> 
<param NAME="type" VALUE="video/quicktime">
<PARAM name="CONTROLLER" VALUE="true"> 
<EMBED SRC="path" WIDTH="176" HEIGHT="170" 
AUTOPLAY="false" CONTROLLER="true" > 
</EMBED> 
</OBJECT>
__________________

Please login or register to view this content. Registration is FREE
||
Please login or register to view this content. Registration is FREE
||
Please login or register to view this content. Registration is FREE

Last edited by harish; 05-19-2009 at 03:04 AM..
harish is offline
Reply With Quote
View Public Profile
 
Old 05-19-2009, 09:29 AM Re: .3pg files (Images/videos taken from mobile)
Brian07002's Avatar
Defies a Status

Posts: 2,162
Name: ...
Location: ...
Trades: 0
Or just re-record it to proper
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 05-19-2009, 01:55 PM Re: .3pg files (Images/videos taken from mobile)
Junior Talker

Posts: 2
Trades: 0
Thanks guys - I have tried several ways now. I have managed to convert it to an avi file and used the code you have given (as shown below). However, it displays no picture (just white) and the sound is "jumpy". Does anyone have any ideas before I give up! (Thanks)

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-
D3488ABDDC6B"
WIDTH="176"HEIGHT="170" >
<PARAM name="SRC" value="tree_felling1.avi">
<PARAM name="AUTOPLAY" VALUE="false">
<param NAME="type" VALUE="video/quicktime">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="tree_felling1.avi" WIDTH="176" HEIGHT="170"
AUTOPLAY="false" CONTROLLER="true" >
</EMBED>
</OBJECT>
Whatevermun is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to .3pg files (Images/videos taken from mobile)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.78542 seconds with 12 queries