12
Jul
2009

How To Add Java Applets To Your Web Pages Part 3

In Category: audio & video| html
Posted By Codenique @ 12:25:52 AM
 

The third way to add Java applets to your web pages, only works in Firefox and Mozilla type browsers. We will need to use the <embed> tag and its attributes, which include code, width, height, type and pluginspage.

Read More ››
12
Jul
2009

How To Provide Cross Browser Support For Multimedia Files

In Category: audio & video| html
Posted By Codenique @ 12:24:39 AM
 

What if a browser only supports the <object> tag and not the <embed> tag or vise versa, how can you make sure that the majority of your users have a chance to view your audio, video, applet or any other type of multimedia file in their browser?

Read More ››
12
Jul
2009

How To Add Flash To Your Web Pages Part 1

In Category: audio & video| html
Posted By Codenique @ 12:22:31 AM
 

There are two ways you can embed Flash on to your web page, one involves using the <embed> tag and the other involves using the <object> tag. I will discuss the non-standard <embed> tag method first. Just let me point out that the <embed> tag will not validate but it is very well supported.

Read More ››
12
Jul
2009
 

The <noembed> tag is used with the <embed> tag. You can place the <noembed> tag within or after the <embed> tag. The <noembed> tag also requires an end tag.

Read More ››
12
Jul
2009

How To Make Your Music & Video Clips Repeat

In Category: audio & video| html
Posted By Codenique @ 12:19:56 AM
 

Now you can also make your music or video files repeat over and over again by using the loop attribute, which I briefly explained earlier in the "How To Add A Background Sound To Your Web Page Part 1" tutorial, but I will explain it again for you anyway.

Read More ››
12
Jul
2009

How To Add Playable Videos To Your Web Page Part 1

In Category: audio & video| html
Posted By Codenique @ 12:17:45 AM
 

Now adding playable videos for your users to view and play is easier said then done, because many and I mean many factors will affect how your code is displayed for each one of your users. For example, your users browser settings or their default media player are just some of the factors that will cause your code to be displayed incorrectly for your users.

Read More ››
12
Jul
2009

How To Add Playable Music To Your Web Page Part 1

In Category: audio & video| html
Posted By Codenique @ 12:15:43 AM
 

One of the best ways to add playable music to your web page for your users to hear is by using the non-standard <embed> tag, which requires an end tag. Non-standard basically means the <embed> tag will not validate if you try to validate your web page. Non-standard tags are not listed in the HTML or XHTML recommendation.

Read More ››
12
Jul
2009

How To Add A Background Sound To Your Web Page Part 3

In Category: audio & video| html
Posted By Codenique @ 12:12:28 AM
 

The third way to add a background sound to your web page is by using the <embed> tag along with its src, autostart, autoplay and hidden attributes. The <embed> tag is a non-standard tag but it is widely supported by most browsers, what this means is that your <embed> tag will not validate when you check your web page to see if it’s valid. The <embed> tag allows you to embed music, videos and other kinds of multimedia in your web page. The <embed> tag also requires an end tag.

Read More ››