Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
haizhilin2013 opened this issue May 31, 2019 · 5 comments
Labels
html html

Comments

@haizhilin2013
Copy link
Collaborator

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

@haizhilin2013 haizhilin2013 added the html html label May 31, 2019
@rocky-191
Copy link

embed

@wenyejie
Copy link

wenyejie commented Jun 3, 2019

object与embed

@canwdev
Copy link

canwdev commented Nov 21, 2019

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

@blueRoach
Copy link

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

@MrZ2019
Copy link

MrZ2019 commented Nov 12, 2020

object与embed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
html html
Projects
None yet
Development

No branches or pull requests

6 participants