Putting a link to a flash object in a template
        Posted  
        
            by aron
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by aron
        
        
        
        Published on 2010-05-28T10:47:23Z
        Indexed on 
            2010/05/28
            10:52 UTC
        
        
        Read the original article
        Hit count: 295
        
I have a asp.net master page that gets used by pages many /levels/deep/
I will put a link to a flash file in this template.
I tried doing it like this but it did not work, what the best practice here?
<object width="924" height="200">
<param name="movie" value="/live.swf">
<embed src="/live.swf" width="924" height="200">
</object>
        © Stack Overflow or respective owner