Skip to content

[html] 第46天 页面中怎么嵌入Flash?有哪些方法?写出来 #173

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第46天 页面中怎么嵌入Flash?有哪些方法?写出来

Activity

rocky-191

rocky-191 commented on Jun 2, 2019

@rocky-191

embed

wenyejie

wenyejie commented on Jun 3, 2019

@wenyejie

object与embed

canwdev

canwdev commented on Nov 21, 2019

@canwdev
<object width="550" height="400">
	<param name="movie" value="somefilename.swf">
	<embed src="somefilename.swf" width="550" height="400"></embed>
</object>
blueRoach

blueRoach commented on Jul 22, 2020

@blueRoach

没用过,查了一下是用object标签

smile-2008

smile-2008 commented on Nov 12, 2020

@smile-2008

object与embed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @smile-2008@wenyejie@haizhilin2013@canwdev@rocky-191

        Issue actions

          [html] 第46天 页面中怎么嵌入Flash?有哪些方法?写出来 · Issue #173 · haizlin/fe-interview