| Package | com.pcthomatos.swfseo.swfResources |
| Class | public class SWFSEOTemplate |
| Inheritance | SWFSEOTemplate flash.display.MovieClip |
| Property | Defined by | ||
|---|---|---|---|
| firstPage : Boolean
Identifies the page swf as the first one being presented to the user on load.
| SWFSEOTemplate | ||
| firstTemplate : Boolean
Identifies the template swf as the first one being presented to the user on load.
| SWFSEOTemplate | ||
| pageName : String
Indicates the page name of the current page presented.
| SWFSEOTemplate | ||
| Method | Defined by | ||
|---|---|---|---|
|
This is a super class and should only be extended.
| SWFSEOTemplate | ||
| Constant | Defined by | ||
|---|---|---|---|
| ADD_COMPLETE_EVENT : Event
An event containing the event constant
SWFSEOPageEvent.ADD_COMPLETE. | SWFSEOTemplate | ||
| REMOVE_COMPLETE_EVENT : Event
An event containing the event constant
SWFSEOPageEvent.REMOVE_COMPLETE. | SWFSEOTemplate | ||
| firstPage | property |
public var firstPage:BooleanIdentifies the page swf as the first one being presented to the user on load. This property is set by swfseo. All you need to do is check it. This is in case you want a different effect on your first page loaded.
| firstTemplate | property |
public var firstTemplate:BooleanIdentifies the template swf as the first one being presented to the user on load. This property is set by swfseo. All you need to do is check it. This is in case you want a different effect on your first template loaded.
| pageName | property |
public var pageName:StringIndicates the page name of the current page presented. This is set by SWFSEO. All you need to do is check it by listening to the SWFSEOPageEvent.PAGE_CHANGE event.
See also
| SWFSEOTemplate | () | constructor |
public function SWFSEOTemplate()This is a super class and should only be extended.
| ADD_COMPLETE_EVENT | constant |
protected const ADD_COMPLETE_EVENT:Event
An event containing the event constant SWFSEOPageEvent.ADD_COMPLETE. Dispatch this event when a page has been added.
See also
| REMOVE_COMPLETE_EVENT | constant |
protected const REMOVE_COMPLETE_EVENT:Event
An event containing the event constant SWFSEOPageEvent.REMOVE_COMPLETE. Dispatch this event when a page has been removed.
See also