Home > php教程 > php手册 > body text

PHP代码中swf动画的调用

WBOY
Release: 2016-05-25 16:43:48
Original
981 people have browsed it

方法一、

<object  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="700"   height="400" 
	          codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#    version=6,0,40,0"> 
	           <param  name="src" value="<?php bloginfo(&#39;stylesheet_directory&#39;);/map.swf"/> 
	<param  name="quality" value="high"/> 
	</object>
Copy after login

PHP部分为调用动画的路径

方法二、

<embed type="application/x-shockwave-flash"    width="700"    height="400"    src="<?php bloginfo(&#39;stylesheet_directory&#39;);/map.swf"    quality="high"></embed>
Copy after login

使用过程中,方法一出了问题,方法二可行.

文章地址:

转载随意^^请带上本文地址!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!