Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

View Quicktime Clip

Status
Not open for further replies.

LonnieJohnson

Programmer
Apr 16, 2001
2,628
US
I have the following code that shows a wmv file. I would now like to start showing this as a quicktime file because the wmv takes too long to load. I am a visual basic programmer helping with our church web.

This is the current code...

Code:
<EMBED TYPE="application/x-mplayer2" SRC="/Images/Uploaded/Movies/weeklySermon.wmv" WIDTH="400" height="300" ShowControls="1" ShowStatusBar="1" ShowDisplay="0" autostart="1"> </EMBED>

What do I need to change?

The wmv to mov? (I already converted the actual video to an mov format)

What about the application/x-mplayer2?



ProDev, MS Access Applications
Visit me at ==>
May God bless you beyond your imagination!!!
 
then change the path to point to your new file from old

SRC="/Images/Uploaded/Movies/weeklySermon.wmv"
to new format: .mov

SRC="/Images/Uploaded/Movies/weeklySermon.mov"
All the best!

:--------------------------------------:
fugitive.gif

[URL unfurl="true"]http://mostarnet.com[/url]

All around in my home town,
They tryin' to track me down...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top