So ive been working on re-coding my site into a clean CSS layout. Im getting the hang of it pretty good, although it gets pretty frustrating sometimes, but a quick search around the web usually turns up the answer.. anyway.. how do I fix this in relation to a flash audio button I have (eventually will have 6 on this page) the tag name: "embed" not found in current active versions.[XHTML 1.0 transitional]
Articles similar to flash validation "embed":
flash validation "embed"
So ive been working on re-coding my site into a clean CSS layout. Im getting the hang of it pretty good, although it gets pretty frustrating sometimes, but a quick search around the web usually turns up the answer..
anyway.. how do I fix this
in relation to a flash audio button I have (eventually will have 6 on this page)
the tag name: "embed" not found in currently active versions.[XHTML 1.0 transitional]Embed sound and play into iPhone browser
This is following code i am using to embed sound in a webpage
HTML Code:
<embed type="audio/mpeg" src="audio/Policeradio1.wav" autostart="false" width="111" height="110">
but it plays like this in iPhone
I want result should be like this:
http://bit.ly/bO7nwa
Anyone can help meYoutube and z-index: code
Just to let you know if you don't know how to do this is the code I use:
It will solve the problem of the clip scrolling over text etc.
<embed wmode="transparent" src="youtube URL" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="280" height="240"></embed>
(mods, do with this as you please).Popup Menu Hiding under flash swf features bar
i have made a popup menu in fireworks cs3 its working fine in all browsers the problem is that its hiding under the flash features bar as shown in the image where in firefox its working fine what should i do?
Internet explorer
Firefox
Coding:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>I.T Center Shah Abdul Latif University Khairpur Mir's</title>admin.aworioldstudentsassociation.com
I have a flash /animation which i want to make has a link to another page.am using macromedia dreamweaver 8, the generated code for the flash is
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="150" height="112" title="Place Advert">
<param name="movie" value="images/advert.swf" />
<param name="quality" value="high" />Clean me up (table based layout)
I'm trying to clean up the code on my site. staticproductions.com
When validating I get errors related to XHTML.
My flash play buttons give me errors and the table heights.
I've been reading that turning the site into a CSS based layout would fix this.
I'm not really sure if I have the time, knowledge and patience to do it.
There must be a way to clean up my current site for it to pass validation.
If anyone could help...
PeteAutomatically stop audio player after 10 seconds
Hello to all,
Can anyone please assist in the following?:
I have an embed code that needs to play only the first 10 seconds of an mp3 or audio file
<EMBED
SRC="clip.mp3"
WIDTH=144 HEIGHT=60
STARTTIME="00:00"
ENDTIME="00:10"
>
Unfortunately all the MP3 is getting streamed and the the STARTTIME and ENDTIME work on Netscape only
Is there any way to stop an audio file from streaming after a number of seconds?
If there is a way to crop the mp3 during the upload process, I would appreciate your help in this direction
Thanks
Simon
