How to attach a flashplayer css in a website?

Asked By 60 points N/A Posted on -
qa-featured

 

 

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.

 

SHARE
Best Answer by gillo
Best Answer
Best Answer
Answered By 0 points N/A #187513

How to attach a flashplayer css in a website?

qa-featured

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

Answered By 0 points N/A #187515

How to attach a flashplayer css in a website?

qa-featured

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!

Related Questions