How to use flash file in masterpage of site made in asp.net?

HEMAL

New member
Dear Programmer,
I want to keep a flash file(.swf) in the master page of my asp.net website. so i used following code

<object type="application/x-shockwave-flash" title="menu" width="130"height="400" data="/Flash/menu.swf" >
<param name="movie" value="/Flash/menu.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="black" />
Property Bazar.
</object>
But I got error
"Content controls have to be top-level controls in a content page or a nested master page that references a master page."
 
Back
Top