|
|
Post a Project »
Find a Professional HTML Freelancer!
Find a Freelancer to help you with your HTML projects
| |
|
How to Add Flash, Video, and Audio to Web Pages
11-06-2007, 05:11 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 4
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: 4
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-15-2008, 09:26 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 83
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 
__________________
Please login or register to view this content. Registration is FREE |-| 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: 83
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: 10,017
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 !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|
|
|
|
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.
__________________
Please login or register to view this content. Registration is FREE
Free Templates
|
|
|
|
05-02-2008, 11:40 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 10,017
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 !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|
|
|
|
05-08-2008, 08:27 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 204
Name: David
Location: Minnesota,USA
|
This actually helped my younger brother in his high school web design class, thanks for posting this 
__________________
Low cost, custom made web designs! Contact me for more information.
|
|
|
|
05-09-2008, 12:11 PM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 10,017
Location: Tennessee
|
That's great David, glad it got him on the right road 
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|
|
|
|
05-26-2008, 04:56 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 3
Name: Alexander
|
The best way to add flash is with 'swf object' library fast and crossbrowser
|
|
|
|
06-07-2008, 02:12 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 25
Name: TOM
|
thank you realy it is nice and helpful
__________________
Do it OR Leave it
|
|
|
|
06-22-2008, 03:10 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 6
|
Yupz,. Thanks for the info this is realy help me
|
|
|
|
07-09-2008, 07:46 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 6
Name: binodkumarshaw
Location: kolkata
|
Thank to good information, i have used it
|
|
|
|
07-09-2008, 10:55 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 45
|
Great ..
|
|
|
|
07-28-2008, 03:38 AM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 15
|
|
|
|
|
09-09-2008, 07:29 PM
|
Re: How to Add Flash, Video, and Audio to Web Pages
|
Posts: 92
|
Nice tips 
It helps me a lot
|
|
|
|
|
« Reply to How to Add Flash, Video, and Audio to Web Pages
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|