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

search for in the

swf_actiongotoframe> <Funciones de SWF
[edit] Last updated: Fri, 17 May 2013

view this page in

swf_actiongeturl

(PHP 4)

swf_actiongeturlObtiene una dirección URL de una película de Shockwave Flash

Descripción

void swf_actiongeturl ( string $url , string $target )

Obtiene la dirección URL especificada por el parámetro url con el target especificado.

Parámetros

url

La dirección URL, como una cadena.

target

target, como una cadena.

Valores devueltos

No devuelve ningún valor.



swf_actiongotoframe> <Funciones de SWF
[edit] Last updated: Fri, 17 May 2013
 
add a note add a note User Contributed Notes swf_actiongeturl - [3 notes]
up
0
Level32.com
7 years ago
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.
up
0
chris at simpehq dot com
12 years ago
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
up
0
rob at notquitesonic dot com
12 years ago
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