How to view html hidden music codes?

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

Hello Experts,

How to view html hidden music codes? When I tried to download sample html music codes it was really hidden and I can’t seem to find a way to reveal or retrieve the data. Can you teach me a step by step process on how can I view those html hidden music codes? I hope you can help me.

Thank you.

SHARE
Best Answer by JOY Schilling
Answered By 60 points N/A #166061

How to view html hidden music codes?

qa-featured

Hi Amanda Mitchel,

There is a lot of tutorials that is found in the internet. I seemed to see some possible solution/answers in your problem. I have attached some links of sites that may be helpful in finding the best solution with your problem.

Thanks.

Best Answer
Best Answer
Answered By 5 points N/A #166062

How to view html hidden music codes?

qa-featured

Hi,

Basically HTML coding is very simple and easy to understand. Html music code provides many attributes to set its layout, its play, pause and stop buttons, Its width, height and also hidden property. I am giving you some to understand the hidden property.
 
1. HIDDEN indicates if the embedded object is visible or not. FALSE is the default.
<EMBED 
SRC="../graphics/sounds/helloo.wav"
HEIGHT=60 WIDTH=144
HIDDEN=TRUE
>
Embedded object is not visible. 
 
2. <EMBED 
SRC="../graphics/sounds/helloo.wav"
HEIGHT=60 WIDTH=144
HIDDEN=FLASE
>
 
Embedded object is not visible. I hope you understood this code.

Related Questions