Hello techyv,
How to attach a flashplayer css in a website? I am using html, css codes and php programming language for the development of a specific company website. I would like to prepare the best banner and content for the company. How can I attach a flash player using css codes?
Expecting some help from you guys.
Answered By
gillo
0 points
N/A
#187513
How to attach a flashplayer css in a website?
Flash player can be embedded easily using object & embed tag of HTML. We can use these tags in a div. Now any CSS can be applied on these divs. Also there are few attributes for object tag. Which can be use to set width, height, transparency of flash player
How to attach a flashplayer css in a website?
For creation of the audio on the page you should <audio src="images-audio-vide/jazz.ogg"><audio>
to show audio element on the page <audio src="images-audio-vide/jazz.ogg" controls></audio
It's just for example but you can try-good luck!