SWF 函数
在线手册:中文 英文
PHP手册

swf_actiongeturl

(PHP 4)

swf_actiongeturlGet a URL from a Shockwave Flash movie

说明

void swf_actiongeturl ( string $url , string $target )

Gets the URL specified by the parameter url with the given target.

参数

url

The URL, as a string.

target

The target, as a string.

返回值

没有返回值。


SWF 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: Get a URL from a Shockwave Flash movie

用户评论:

Level32.com (31-May-2005 08:51)

There are 16000 levels in Flash.

When I need something at the very top all the time, I put it on level 16000.

Typical case would be a close button, title, or some type of masking object like a border.

chris at simpehq dot com (14-Mar-2001 10:02)

Yeah levels are just a way that flashes uses to seperate up movies.  If you are creating it using PHP and not from a designers point of view (IE FLASH) then i think you will always be accessing LEVEL 0

rob at notquitesonic dot com (05-Oct-2000 09:42)

I was trying to figure out what target meant above so I checked out the libswf documentation (in the DOC.html file). It mentions two important targets: "_level0" and "_level1". "_level0" is for replacing the current movie and "_level1" is for overlaying ontop of the current movie.