PDA

View Full Version : Embedding Flash Movie (Hiding Portions)



Fahad_1
October 18th, 2006, 06:14
Hello,

I need some help in embedding a flash movie. For e.g, if the original height of the movie is 400 (pixel) and width is 500 (pixel) then the code is likely to be this one :

<embed src=''file.swf" width=500 height=400></embed>

And I noticed that if I put 300 intead of 400 in the code (in height), then the lower portion of the flash movie gets hidden. that is, the lower 100 pixels.

Is there any way, how I can hide the upper portion of the movie too?

Please reply.