How to Add Flash, Video, and Audio to Web Pages
08-22-2007, 06:01 PM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 9
Name: Sebastian
|
thanks
|
|
|
|
10-08-2007, 05:39 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 149
Name: nasseem
|
I don't understand why people need to work with codes while you can easily add whatever video or audio to your site in graphic interface - Frontpage - Macromedia Flash or whatever
|
|
|
|
10-08-2007, 02:38 PM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 5,973
Location: Tennessee
|
Gee.. because WYSIWYG programs use the (bad) <embed> tag, and the point here is to NOT use it !
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
10-25-2007, 01:13 PM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 328
Name: Douglas Adams
Location: Kalkaska Michigan
|
Quote:
Originally Posted by LadynRed
Easy answer -- DO NOT USE THE EMBED TAG !!! That is what this is all about, you cannot use <embed> any more.
|
I didn't know that. Thank You! 
|
|
|
|
11-06-2007, 05:11 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 5
Name: ricky
|
Hi friend !
I will say thank for this information because i am so interesting
in HTML language .
__________________
I love webmaster-talk
|
|
|
|
11-06-2007, 05:28 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 5
Name: ricky
|
Quote:
Originally Posted by webdizzy
Do you mean you can't do it withOUT Flash?
I TOTALLY agree re: putting music on a website, but my client is insisting despite my recommendation. Gotta make the client happy. . . 
|
I am agree to you friend and i am also think it is only one solution to
you for flash so please try it in your script ,track how long you spend on the current page
__________________
I love webmaster-talk
|
|
|
|
02-10-2008, 08:59 PM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 12
Name: Woraporn Lakkanacheewan
|
Thank .... I never add this to my website before
|
|
|
|
02-15-2008, 06:56 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 84
Location: UK
|
So if we are to add Flash to our websites in the future what would we used instead of the <embed> tag? Also bear in mind that the user wouldn't want to click on the flash once to activate following MS altering IE a while ago.
|
|
|
|
02-15-2008, 08:23 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 11,506
Location: Blackpool. UK
|
Try reading the FIRST post in this thread. The answer is there and oddly enough is the very reason this thread was created and "stickied" to the top of the forum.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
|
|
|
|
02-15-2008, 09:26 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 84
Location: UK
|
Oops - my bad! I shall have a good read of that over the weekend when I need to change around some flash markup amongst other things.
|
|
|
|
02-20-2008, 11:31 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 2
Name: Ryan
|
Thanks much for sharing this. I would have used the Embeded tagg 
__________________
XPLHost.com |-| Ryan(at)xplhost.com
Shared Hosting |-| Reseller Hosting |-| VPS Servers
|
|
|
|
02-21-2008, 10:40 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 84
Location: UK
|
Don' know how everyone else does it, but I've setup my scripting for placing flash moview on pages like this:
Quote:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','WIDTH','hei ght','HEIGHT','src','swfmovie','quality','high','p luginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','swfmovie' ); //end AC code </script><noscript>
<object type="application/x-shockwave-flash" data="swfmovie.swf" width="WIDTH" height="HEIGHT">
<param name="movie" value="swfmovie.swf" />
</object>
</noscript>
|
The first part of the code references a javascript file, Dreamweaver CS3 created this file and its use is to avoid having to enable the flash movie in IE. After that the object type is used to call in the flash mvie. Tested and works in all browsers perfectly fine. 
|
|
|
|
02-26-2008, 02:27 PM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 5,973
Location: Tennessee
|
The problem with DW's code is that I've found it causes problems at times. The beauty of a method like swfObject is you NEVER see that <embed> tag at all - unlike DW.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
02-28-2008, 06:36 PM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 5
|
can we use flv for online streaming
|
|
|
|
03-23-2008, 05:36 PM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 8
Name: Lance
|
There is a very good site to check whenever you get stuck with html and it is http://www.w3schools.com , however, the following link takes you to the exact page you are looking for i think... it focuses on flash however it's not that different for audio and video files..
Hope it helps
http://www.w3schools.com/flash/flash_inhtml.asp
Lance Wassing
|
|
|
|
03-28-2008, 01:06 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 4
Name: Vikash Singh
Location: Delhi
|
Great Knowledge for me. Now i can add video clip on my personal blog.
|
|
|
|
05-02-2008, 03:26 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 15
|
Open the HTML page where you want to insert your Flash movie. Insert this code:
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
2) option is add flash or movie using dreamweaver just choose option add flash .
dremweaver will automatically design code.
|
|
|
|
05-02-2008, 11:40 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 5,973
Location: Tennessee
|
The first will not validate and is NOT recommended, the point of this entire thread
The 2nd doesn't always work and STILL includes that awful <embed>. Letting DW do ANYTHING on its own is just a bad idea.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
05-08-2008, 08:27 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 194
Name: David
Location: Minnesota,USA
|
This actually helped my younger brother in his high school web design class, thanks for posting this 
__________________
Hello!
|
|
|
|
05-09-2008, 12:11 PM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 5,973
Location: Tennessee
|
That's great David, glad it got him on the right road 
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
|
« Reply to How to Add Flash, Video, and Audio to Web Pages
|
|
|
|