Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: swf_actiongeturl - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

swf_actiongotoframe" width="11" height="7"/> <Shockwave Flash 関数
Last updated: Mon, 05 Feb 2007

view this page in

swf_actiongeturl

(PHP 4)

swf_actiongeturl — Shockwave Flash ムービーから URL を得る

説明

void swf_actiongeturl ( string url, string target )

指定したターゲット target からパラメータ url で指定したURLを得ます。

パラメータ

url

URL を表す文字列。

target

対象を表す文字列。

返り値

値を返しません。



add a note add a note User Contributed Notes
swf_actiongeturl
Level32.com
01-Jun-2005 04: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 07: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
frqnck at championart dot org
03-Nov-2000 04:23
You can have as many level as you want... They will be stack on one to onother... very handy fonction! _level0 is the main movie and by definition hold most of the info (size, call to other movie...)
rob at notquitesonic dot com
05-Oct-2000 05: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.

 
show source | credits | sitemap | contact | advertising | mirror sites