Home php教程 php手册 PHP代码中swf动画的调用

PHP代码中swf动画的调用

May 25, 2016 pm 04:43 PM
php code php call

方法一、

<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

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

文章地址:

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

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

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to write PHP code in the browser and keep the code from being executed? How to write PHP code in the browser and keep the code from being executed? Mar 10, 2024 pm 02:27 PM

How to write PHP code in the browser and keep the code from being executed?

Are php methods called in other files? Are php methods called in other files? Jun 05, 2023 am 11:10 AM

Are php methods called in other files?

How to use regular expressions to batch modify PHP code to meet the latest code specifications? How to use regular expressions to batch modify PHP code to meet the latest code specifications? Sep 05, 2023 pm 03:57 PM

How to use regular expressions to batch modify PHP code to meet the latest code specifications?

PHP code implements request parameter encryption and decryption processing of Baidu Wenxinyiyan API interface PHP code implements request parameter encryption and decryption processing of Baidu Wenxinyiyan API interface Aug 16, 2023 pm 11:40 PM

PHP code implements request parameter encryption and decryption processing of Baidu Wenxinyiyan API interface

How to use PHP code testing function to improve code maintainability How to use PHP code testing function to improve code maintainability Aug 11, 2023 pm 12:43 PM

How to use PHP code testing function to improve code maintainability

PHP calls the Avatar data SMS interface to send SMS messages PHP calls the Avatar data SMS interface to send SMS messages May 27, 2023 am 09:21 AM

PHP calls the Avatar data SMS interface to send SMS messages

Analyze PHP code testing function and its importance Analyze PHP code testing function and its importance Aug 11, 2023 pm 03:12 PM

Analyze PHP code testing function and its importance

Debugging errors and unexpected behavior in PHP code Debugging errors and unexpected behavior in PHP code Aug 12, 2023 pm 04:49 PM

Debugging errors and unexpected behavior in PHP code

See all articles