HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
WMP code from Corey
Post new topic   Reply to topic    HTML Help Forum Index -> Introduce Yourself
View previous topic :: View next topic  
Author Message
Rigid Life



Joined: 13 Oct 2009
Posts: 2

PostPosted: Tue Oct 13, 2009 12:14 pm     WMP code from Corey Reply with quote

Laughing Hi I'm just an old guy trying to learn some new stuff. You helped this old guy back in feb 21 and there were some questions I had about code'
1.codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="CamTest.wmv"> Why is it that this code base cannot be found when I try to enter it in a browser? Has it changed? What is the WMP10 codebase
2. the mime type="aplication/x-mplayer2" ? why is the 2 important? what is this refering too? do you need this?

3.you refered to the old player 6.0 in CLSID does it mater?
4. embeding is this not supported anymore? Why do I see Object and embed together in many examples?
5. What are all the embed parms like loop= work with <Parms> like PlayCount= are they case sensitive? I can't get a AVI file to play like radar.avi How do they work together? or don't they?
6. can you change the size of the window to a smaller that that of the file properties?

please refer to this post http://www.htmlcodetutorial.com/help/sutra48219.html

Thank You so much javascript:emoticon('Rolling Eyes')
PayneLess Designs



Joined: 28 Feb 2007
Posts: 3599
Location: Biloxi, MS

PostPosted: Tue Oct 13, 2009 6:43 pm     Reply with quote

Not sure if I can answer all of these.

1) Personally I never used the codebase. Might refer to Windows Media Player Reference. Use of the "object" tags and the CLSID for WMP 10.

The codebase link ay have been moved from MS' server are only the media player is able access it.

2) MIME Reference MIME type for an "avi" file should have been "video/x-msvideo".

3) Better to bring the "clsid" up-to-date. Some older ones may work because of the backwards compatibility, but you can't depend on it always being there on newer players.

4) The "embed" tag (there's only ONE) is deprecated. It was an old Netscape tag that was used for a long time. Some older browser may need it, but I prefer to say heck with them and go with the latest "object" tags. People need to to update their browsers. I have no sympathy for those that don't.

5) The "param" attributes defines the parameter for the object. It is better to ALWAYS use lowercase for tag, attributes, folder and file names including CSS properties. Make you syntactically correct if you ever update to latest standards. Fewer changes to be made when you go to XHTML 1.0 document types.

6) The window size of a player can be resized up to a point. Smaller is easier, but, depending on original window size as set by file, you may not be able to go full screen with some media files.

Further info:

The Object Element
Playing Sounds on a Web Site
Playing Videos on a Web Site
Windows Multimedia Formats

Hope I got it answered for you.
Rigid Life



Joined: 13 Oct 2009
Posts: 2

PostPosted: Wed Oct 14, 2009 9:55 am     Does advertising banners Reply with quote

do these banners cause constant data transfers to and from your sight. does that add to the MB your allowed on a shared hosting acct?
Since the world is now programming in open framework now how do you get access to code that was already produced before. Do you have to buy software packages, or belong to some group, or pay a fee for web site sign on too some depository? javascript:emoticon('Rolling Eyes')

What is a good school online and how good are they. Do they accept Unemployment people. What should I expect a school to offer. HTML, Java, all those things that people are programming in now.

Does anyone know whats coming with windows 7 and how does that change web coding? I used to be a cobol programer. Am I able to learn all this stuff in time? Lets say 6 mo one year? What kind of job can I expect. Isn't all the programming done in India these days?
PayneLess Designs



Joined: 28 Feb 2007
Posts: 3599
Location: Biloxi, MS

PostPosted: Wed Oct 14, 2009 1:54 pm     Re: Does advertising banners Reply with quote

Rigid Life wrote:
do these banners cause constant data transfers to and from your sight. does that add to the MB your allowed on a shared hosting acct?

Which banners are you talking about? Those hosted on your site using relative paths, no. Those hosted on some other site, yes they could, but the bandwidth problem would be for the other site since you are effectively stealing their bandwidth unless you are allowed to link to their images.

Since the world is now programming in open framework now how do you get access to code that was already produced before. Do you have to buy software packages, or belong to some group, or pay a fee for web site sign on too some depository? javascript:emoticon('Rolling Eyes')

Not sure I understand this question as stated. Web site design can be done by the many FREE Visual/HTML Editors as well as the many expensive Editors like Dreamweaver. Web site hosting can be free using sub-domain names are paid hosting using your own domain name. Which you get depends on the site you want and what you want to do with it. Thousands of free templates are available and many are offered by both free and paid hosting services to use.

What is a good school online and how good are they. Do they accept Unemployment people. What should I expect a school to offer. HTML, Java, all those things that people are programming in now.

There are many online "collages" that offer degrees in many fields. If you are eligible for a Pell Grant, you might be able to get the Grant to pay in full for a degree. You can get courses in just about anything you need.

The free online stuff...

How to Make a Webpage:

Full Web Building Tutorials: http://www.w3schools.com/
The Web Book (free): http://www.the-web-book.com/index.php
Beginner's HTML Tutorial: http://www.htmlbasix.com/
How to Create a Webpage: http://www.make-a-web-site.com/
So You Want To Set Up Your First Site, Huh?: http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479561

http://www.w3schools.com/site/default.asp
How to Start / Create Your Own Website: The Beginner's A-Z Guide: http://www.thesitewizard.com/gettingstarted/startwebsite.shtml
So, you want to make a Web Page!: http://www.pagetutor.com/html_tutor/index.html
Getting started with HTML: http://www.w3.org/MarkUp/Guide/

Creating your first website – Part 1: Setting up your site and project files (Adobe CS3/4):
http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.html

CSS Tutorials:

http://www.w3schools.com/Css/default.asp
http://www.csstutorial.net/
http://www.echoecho.com/css.htm
http://www.html.net/tutorials/css/
http://www.w3.org/Style/Examples/011/firstcss

http://htmldog.com/guides/cssbeginner/
http://www.davesite.com/webstation/css/
http://www.htmlcodetutorial.com/character_famsupp_193.html

Tableless Web Design: http://en.wikipedia.org/wiki/Tableless_web_design
Images, Tables, and Mysterious Gaps: https://developer.mozilla.org/en/Images,_Tables,_and_Mysterious_Gaps

Web-Based Tools for Optimizing, Formatting and Checking CSS: http://sixrevisions.com/css/css_code_optimization_formatting_validation/

Editors:

Free HTML Editors, Web Editors, and WYSIWYG Web Editors and Site Builders:
http://www.thefreecountry.com/webmaster/htmleditors.shtml#htmleditors
HTML Editor Reviews - http://www.wdvl.com/Reviews/HTML/
Free Online Editor Tool: http://htmledit.squarefree.com/
Free Flash Website Builder (Online): http://www.wix.com/
PageBreeze (Free visual (WYSIWYG) and HTML tag/source modes): http://www.pagebreeze.com/

Serif WebPlus SE: http://myrtc.blogspot.com/2009/08/review-serif-webplus-se.html
Download Trellian WebPage (Free): http://www.trellian.com/webpage/download.htm
WebSketch: http://www.websketch.com/
Create a free website with Jimdo!: http://www.jimdo.com/
Notepad++ (Free source code editor and Notepad replacement that supports several languages): http://notepad-plus.sourceforge.net/uk/site.htm

Why Validate?: http://validator.w3.org/docs/why.html


Does anyone know whats coming with windows 7 and how does that change web coding? I used to be a cobol programer. Am I able to learn all this stuff in time? Lets say 6 mo one year? What kind of job can I expect. Isn't all the programming done in India these days?
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> Introduce Yourself All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial