Notice ReadMe
Short Table of Contents Index

はじめに
    RealSystem コンポーネント
    このマニュアルの表記規則
    テクニカル サポート
       RealForum

1 JavaScript と Netscapeプラグインの使用
    プラグイン インスタンスの命名方法
    JavaScript を介した RealPlayer メソッドの使用
    <EMBED>による URL の処理
    <EMBED>での PREFETCH の使用
    コールバックの受信

2 VBScript と ActiveX コントロールの使用
    VBScript での RealPlayer メソッドの使用
    <OBJECT>での URL の処理
    <OBJECT>での PREFETCH の使用
    コールバックの受信

3 メソッド
    再生コマンド
          DoPlay()
          CanPlay()
          DoStop()
          CanStop()
          DoPause()
          CanPause()
          CanPlayPause()
          DoPlayPause()
    再生状態の情報
          GetPlayState()
          GetBufferingTimeElapsed()
          GetBufferingTimeRemaining()
    属性
          GetPreFetch()
          SetPreFetch()
          GetControls()
          SetControls()
          SetControlString()
          GetConsole()
          SetConsole()
          SetConsoleName()
          SetAutoStart(boolean autoStart)
          GetAutoStart()
          SetAutoGoToURL()
          GetAutoGotoURL()
          DoGoToURL(url, target)
          SetLoop()
          GetLoop()
          SetNumLoop()
          GetNumLoop()
          SetCenter()
          GetCenter()
          SetMaintainAspect()
          GetMaintainAspect()
          SetBackgroundColor()
          GetBackgroundColor()
          SetNoLogo()
          GetNoLogo()
          SetNoLabels()
          GetNoLabels()
          SetShuffle()
          GetShuffle()
          SetSource(String Source)
          GetSource()
          SetCanSeek()
          GetCanSeek()
    クリップの位置
          GetPosition()
          SetPosition()
          GetLength()
    クリップ/TAC 情報
          GetTitle()
          SetTitle()
          GetAuthor()
          SetAuthor()
          GetCopyright()
          SetCopyright()
          GetClipWidth()
          GetClipHeight()
    再生リスト/マルチクリップ
          HasNextEntry()
          HasNextItem()
          DoNextEntry()
          DoNextItem()
          HasPrevEntry()
          HasPrevItem()
          DoPrevEntry()
          DoPrevItem()
          GetCurrentEntry()
          GetNumEntries()
          GetEntryTitle()
          GetEntryAuthor()
          GetEntryCopyright()
          GetEntryAbstract()
    ライブ再生
          GetLiveState()
    ユーザー インターフェース コンポーネント
          SetShowStatistics()
          GetShowStatistics()
          HideShowStatistics()
          IsStatisticsVisible()
          SetShowPreferences()
          GetShowPreferences()
          EditPreferences()
          SetShowAbout()
          AboutBox()
          GetShowAbout()
    エラー処理
          SetWantErrors()
          GetWantErrors()
          GetLastErrorMoreInfoURL()
          GetLastErrorRMACode()
          GetLastErrorSeverity()
          GetLastErrorUserCode()
          GetLastErrorUserString()
          GetLastStatus()
    表示状態
          SetOriginalSize()
          GetOriginalSize()
          SetDoubleSize()
          GetDoubleSize()
          SetFullScreen()
          GetFullScreen()
    ボリューム/ミュート コントロール
          SetVolume()
          GetVolume()
          SetMute()
          GetMute()
          GetStereoState()
    コンテンツ メニュー
          SetEnableContextMenu()
          GetEnableContextMenu()
          SetEnableOriginalSize()
          GetEnableOriginalSize()
          SetEnableDoubleSize()
          GetEnableDoubleSize()
          SetEnableFullScreen()
          GetEnableFullScreen()
          SetImageStatus()
          GetImageStatus()
    ネットワーク情報
          GetSourceTransport()
          GetNumSources()
          GetPacketsTotal()
          GetPacketsReceived()
          GetPacketsOutofOrder()
          GetPacketsMissing()
          GetPacketsEarly()
          GetPacketsLate()
          GetBandwidthAverage()
          GetBandwidthCurrent()
    バージョン情報
          GetVersionInfo()
          GetIsPlus()
    イベント フラッグ
          SetWantKeyboardEvents()
          GetWantKeyboardEvents()
          SetWantMouseEvents()
          GetWantMouseEvents()
    ユーザー環境の設定
          GetConnectionBandwidth()
          GetPreferedLanguageString()
          GetPreferedLanguageID()
          GetUserCountryID()
    RealPlayer 5.0 との互換性

4 CallBack メソッド
    RealPlayer G2 コールバック
          onClipOpened(shortClipName,URL)
          onClipClosed()
          onShowStatus(statusText)
          onGoToURL(URL,target)
          OnPositionChange(current position, total length)
          OnLengthChange(length)
          OnVolumeChange(volume)
          OnTitleChange(title)
          OnAuthorChange(author)
          OnCopyrightChange(copyright)
          OnPlayStateChange(newPlayState)
          OnErrorMessage(Severity, RMAErrorCode, UserErrorCode, messageText, MoreInfoURL)
          OnBuffering(int Flags, short PercentComplete)
          OnContacting(String Hostname)
          OnKeyDown(int KeyCode)
          OnKeyPress(int KeyCode)
          OnKeyUp(int Keycode)
          OnLButtonDown(int nButtonFlags, int xPos, int yPos)
          OnLButtonUp(int nButtonFlags, int xPos, int yPos)
          OnRButtonDblClk(int nButtonFlags, int xPos, int yPos)
          OnRButtonUp(int nButtonFlags, int xPos, int yPos)
          OnMouseMove(int nButtonFlags, int xPos, int yPos)
          OnMute(boolean bIsMute)
          OnPreFetchComplete()
          OnPreSeek(int OldTime, int NewTime)
          OnPostSeek(int OldTime, int NewTime)
          OnPresentationClosed()
          OnPresentationOpened()
    RealPlayer 5.0 との互換性

Index