There are no products in your shopping cart.
Methodsinitialize()
Function to initialize your skin.
getConfigInfo()
Allows you to provide all your information within your skin file so that you do not have to expose the configuration XML
file to outside parties. If you wish to use this, simply fill in the information below, and then provide the variable "config=internal"
to the dash media player. For example, using the Dash Media Player API, I would use the following to read this information instead
of reading the configuration XML file...
$params['width'] = 652;
$params['height'] = 432;
$params['config'] = 'internal';
$params['playlist'] = 'videos';
priint dashplayer_get_player($params);
getLayoutInfo()
Returns the layout information of this skin. Go to http://www.tmtdigital.com/node/140
getMediaType()
Allows you to say which extensions are associated with what type of media. This allows you to create custom media classes to handle
your media type specifically.
getMedia()
When your media type is "custom", the dash media player will then call this routine to grab a media handling
class. This can be anything class to handle any type of media like SWF files, ect.
For an example stub class to be used to build your own, refer to the SWFMedia.as file.
onMediaPlaying()
Called when the media starts playing...
onMediaComplete()
Called when the media finishes playing...
getTeaser()
Hook that allows you to return a MovieClip of your teaser.
onTeaserInit()
Called when the teaser gets initialized.
onTeaserSelect()
Called when the teaser gets selected.
onTeaserOver()
Called when the mouse hovers over a teaser
onTeaserOut()
Called when the mouse moves out of hovering over a teaser.
onTeaserDown()
Called when the user presses the down button on the teaser.
getPlaylistLink()
Hook that allows you to return a MovieClip of a playlist link.
getTermLink()
Hook that allows you to return a MovieClip of a term link.
onNodeLoad()
Hook that gets called when a node loads in the system
onPlaylistLoad()
Hook that gets called when a node loads in the system
onFullScreenMove()
Hook when the mouse is moved when the player is in full screen mode.
onFullScreenHide()
Hook when the inactive timout occurs when in full screen mode. Typically you should
hide everything at this point.
onFullScreen()
Hook when the player goes in and out of full screen.
getTweenFunction()
Ability to change how the resizer tweens its resize transitions.
toggleMenuMode()
Called when the toggle menu mode button gets pressed.
onMenuFinish()
Called when the menu has finished moving off the screen. Here we will just hide the menu when
it is not in use.
showMinMaxButton()
Called to hide or show the Min/Max button.
showMenuButton()
Called to hide or show the Menu button.
showInfo()
Called to hide or show the media player information section.
showControls()
Called to hide or show the media player controls.
maximize()
Called to maximize/minimize the player (show or hide the playlist).
setPlaylistSize()
Called to set the width or height of the playlist.
formatTime()
Hook to allow your to format the time indication however you would like it to be formated.
showPlaylistLinks()
Called to show the dynamic links for the playlist.
setNavBar()
Automatically places the previous and next buttons depending of whether there is a previous or next playlist.
setLogoPos()
Allows you to set the logo position. You must have a valid license for this function to get called...
Page generated: 12:51 am on October 25, 2008
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||


![Expand cart block. []](/sites/tmtdigital.com/modules/ubercart/uc_cart/images/bullet-arrow-up.gif)