| Package | com.pcthomatos.swfseo.swfResources |
| Class | public class SWFSEOPage |
| Inheritance | SWFSEOPage flash.display.MovieClip |
| Property | Defined by | ||
|---|---|---|---|
| firstPage : Boolean
Identifies the page swf as the first one being presented to the user on load.
| SWFSEOPage | ||
| manualHeight : int
Overrides the width of your swf.
| SWFSEOPage | ||
| manualWidth : int
Overrides the width of your swf.
| SWFSEOPage | ||
| Method | Defined by | ||
|---|---|---|---|
|
This is a super class and should only be extended.
| SWFSEOPage | ||
| Constant | Defined by | ||
|---|---|---|---|
| ADD_COMPLETE_EVENT : Event
An event containing the event constant
SWFSEOPageEvent.ADD_COMPLETE. | SWFSEOPage | ||
| REMOVE_COMPLETE_EVENT : Event
An event containing the event constant
SWFSEOPageEvent.REMOVE_COMPLETE. | SWFSEOPage | ||
| 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.
| manualHeight | property |
public var manualHeight:intOverrides the width of your swf. Very useful when you have animations that appear from outside the visible area of your swf.
| manualWidth | property |
public var manualWidth:intOverrides the width of your swf. Very useful when you have animations that appear from outside the visible area of your swf.
| SWFSEOPage | () | constructor |
public function SWFSEOPage()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