PHP Doku:: Get a URL from a Shockwave Flash movie - function.swf-actiongeturl.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenShockwave FlashSWF Funktionenswf_actiongeturl

Ein Service von Reinhard Neidl - Webprogrammierung.

SWF Funktionen

<<SWF Funktionen

swf_actiongotoframe>>

swf_actiongeturl

(PHP 4)

swf_actiongeturlGet a URL from a Shockwave Flash movie

Description

void swf_actiongeturl ( string $url , string $target )

The swf_actionGetUrl() function gets the URL specified by the parameter url with the target target.


3 BenutzerBeiträge:
- Beiträge aktualisieren...
Level32.com
31.05.2005 21: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.03.2001 11: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
5.10.2000 10: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.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)