Reply
How to Add Flash, Video, and Audio to Web Pages
Old 08-22-2007, 06:01 PM Re: How to Add Flash, Video, and Audio to Web Pages
Novice Talker

Posts: 9
Name: Sebastian
thanks
TeppaHosting is offline
Reply With Quote
View Public Profile
 
Sponsored Links (We share ad revenue):
 
Old 10-08-2007, 05:39 AM Re: How to Add Flash, Video, and Audio to Web Pages
Extreme Talker

Posts: 150
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
websites-online is offline
Reply With Quote
View Public Profile
 
Old 10-08-2007, 02:38 PM Re: How to Add Flash, Video, and Audio to Web Pages
LadynRed's Avatar
Super Moderator

Posts: 5,567
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"
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 10-25-2007, 01:13 PM Re: How to Add Flash, Video, and Audio to Web Pages
dougadam's Avatar
Ultra Talker

Latest Blog Post:
Bloom Where You Are
Posts: 328
Name: Douglas Adams
Location: Kalkaska Michigan
Quote:
Originally Posted by LadynRed View Post
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!
dougadam is offline
Reply With Quote
View Public Profile Visit dougadam's homepage!
 
Old 11-06-2007, 05:11 AM Re: How to Add Flash, Video, and Audio to Web Pages
Novice Talker

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
webmaster33 is offline
Reply With Quote
View Public Profile
 
Old 11-06-2007, 05:28 AM Re: How to Add Flash, Video, and Audio to Web Pages
Novice Talker

Posts: 5
Name: ricky
Quote:
Originally Posted by webdizzy View Post
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
webmaster33 is offline
Reply With Quote
View Public Profile
 
Old 02-10-2008, 08:59 PM Re: How to Add Flash, Video, and Audio to Web Pages
Novice Talker

Posts: 12
Name: Woraporn Lakkanacheewan
Thank .... I never add this to my website before
__________________
I have a dream
luukmuu is offline
Reply With Quote
View Public Profile
 
Old 02-15-2008, 06:56 AM Re: How to Add Flash, Video, and Audio to Web Pages
Skilled Talker

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.
__________________
Chapter Zero | Apply For Finance | DCS
graham08 is offline
Reply With Quote
View Public Profile Visit graham08's homepage!
 
Old 02-15-2008, 08:23 AM Re: How to Add Flash, Video, and Audio to Web Pages
chrishirst's Avatar
Super Moderator

Posts: 10,680
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
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-15-2008, 09:26 AM Re: How to Add Flash, Video, and Audio to Web Pages
Skilled Talker

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.
__________________
Chapter Zero | Apply For Finance | DCS
graham08 is offline
Reply With Quote
View Public Profile Visit graham08's homepage!
 
Old 02-20-2008, 11:31 AM Re: How to Add Flash, Video, and Audio to Web Pages
Junior Talker

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
xplhost is offline
Reply With Quote
View Public Profile
 
Old 02-21-2008, 10:40 AM Re: How to Add Flash, Video, and Audio to Web Pages
Skilled Talker

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.
__________________
Chapter Zero | Apply For Finance | DCS
graham08 is offline
Reply With Quote
View Public Profile Visit graham08's homepage!
 
Old 02-26-2008, 02:27 PM Re: How to Add Flash, Video, and Audio to Web Pages
LadynRed's Avatar
Super Moderator

Posts: 5,567
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"
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 02-28-2008, 06:36 PM Re: How to Add Flash, Video, and Audio to Web Pages
Novice Talker

Posts: 5
can we use flv for online streaming
kevencage is offline
Reply With Quote
View Public Profile
 
Old 03-12-2008, 06:35 PM Re: How to Add Flash, Video, and Audio to Web Pages
Novice Talker

Posts: 8
Name: dacha
i need converter program
zatan is offline
Reply With Quote
View Public Profile
 
Old 03-23-2008, 05:36 PM Re: How to Add Flash, Video, and Audio to Web Pages
Novice Talker

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
LanceWassing is offline
Reply With Quote
View Public Profile
 
Old 03-28-2008, 01:06 AM Re: How to Add Flash, Video, and Audio to Web Pages
vikash.ktr's Avatar
Novice Talker

Posts: 4
Name: Vikash Singh
Location: Delhi
Great Knowledge for me. Now i can add video clip on my personal blog.
vikash.ktr is offline
Reply With Quote
View Public Profile Visit vikash.ktr's homepage!
 
Old 05-02-2008, 03:26 AM Re: How to Add Flash, Video, and Audio to Web Pages
Novice Talker

Posts: 7
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.
__________________
Web Development
gazal is offline
Reply With Quote
View Public Profile
 
Old 05-02-2008, 11:40 AM Re: How to Add Flash, Video, and Audio to Web Pages
LadynRed's Avatar
Super Moderator

Posts: 5,567
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"
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-08-2008, 08:27 AM Re: How to Add Flash, Video, and Audio to Web Pages
BrandBurnMedia's Avatar
Extreme Talker

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!
BrandBurnMedia is offline
Reply With Quote
View Public Profile
 
Sponsored Links (We share ad revenue):
 
Reply     « Reply to How to Add Flash, Video, and Audio to Web Pages

Thread Tools