how to put flash (.swf) in a page?

后端 未结 3 1641
忘掉有多难
忘掉有多难 2021-01-23 08:43

i\'m planning to use a .swf file as a header. this won\'t work.


can you tell

3条回答
  •  暖寄归人
    2021-01-23 09:33

    You should use tag to embed flash files to an html page :

    
      
       
    
    

    EDIT : As Russ pointed, I just found the resource why we should use both object and embed tags here.

    In the code above there is both an tag and an tag. This is because the tag is recognized by Internet Explorer, and Netscape recognizes the tag and ignores the tag.

    提交回复
    热议问题