Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Embedding Windows Media files
 

Perfectionist04




quote this post edit post

IP Loged report this post

Old Post  08-31-04 - 04:15 AM  
Would anyone know of a good tutorial on how to embed a Windows Media video f
ile
and the player on a web page using Dreamweaver MX 2004?  I have found a
tutorial here,
(http://www.macromedia.com/support/d...mediaplayer.htm)
,
but I have reason to believe it is outdated, especially since the URL for th
e
plugin, I found, was expired.

Thanks in advance for any help!

~Terri



Post Follow-Up to this message ]
Re: Embedding Windows Media files
 

Charles Angelich




quote this post edit post

IP Loged report this post

Old Post  08-31-04 - 09:15 AM  
On Mon, 30 Aug 2004 22:06:48 +0000 (UTC), "Perfectionist04"
<webforumsuser@macromedia.com> wrote:

> Would anyone know of a good tutorial on how to embed a Windows Media video
 file
> and the player on a web page using Dreamweaver MX 2004?  I have found a
> tutorial here,
> (http://www.macromedia.com/support/d...media/step1.php

Listing of <embed> options:
http://www.apple.com/quicktime/authoring/embed.html

Charles.Angelich

MP3/WMA streaming:
http://www.undercoverdesign.com/dosghost/samples.asp

DOS & W31:
http://www.undercoverdesign.com/dosghost/

Entertainment:
http://www.undercoverdesign.com/dosghost/faf


Post Follow-Up to this message ]
Re: Embedding Windows Media files
 

zerof




quote this post edit post

IP Loged report this post

Old Post  09-01-04 - 04:15 AM  
Perfectionist04 wrote:

> Would anyone know of a good tutorial on how to embed a Windows Media video
 file
> and the player on a web page using Dreamweaver MX 2004?  I have found a
> tutorial here,
> (http://www.macromedia.com/support/d...les/flashsatay/
You must try the below code:

01 ) asf enabled

<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>-o-</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>

<body>

<object type="video/x-ms-asf" data="file.asf" width="400" height="80">
<param name="FileName" value="file.asf" />
<param name="AutoStart" value="1" />
<param name="ShowStatusBar" value="1" />
<param name="ShowDisplay" value="0" />
</object>

</body>
</html>

02 ) direct wma

<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>-o-</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>

<body>
<object
type="audio/x-ms-wma" data="file.wma"
width="400" height="80">
<param name="FileName" value="file.wma" />
<param name="AutoStart" value="1" />
<param name="ShowStatusBar" value="1" />
<param name="ShowDisplay" value="0" />
</object>

</body>
</html>

I've tested on IE, Firefox and Opera. It works fine.
-----
zerof
-----




Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 03:30 PM. Post New Thread   
  Previous Last Thread   Next Thread next
Dreamweaver archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top