FeedNon

blog logo image

FeedNon » Search » Results » Articles

JW PLAYER와 관련된 글 1개

  1. 2009/09/02 JW PLAYERS 3.11 변수값 정리

FeedNon » 분류없음

JW PLAYERS 3.11 변수값 정리

2009/09/02 10:31

Flashvar Pushvar XSPF Tag RSS Tag ATOM Tag
file file <location> <enclosure> or <media:content> <link rel="enclosure">
title title <title> <title> <title>
link link <info> <link> <link>
id id <identifier> <guid> <id>
image image <image> <media:thumbnail> or <itunes:image> <link rel="image">
author author <creator> <author> <name>
captions captions <link rel="captions"> <enclosure type="captions"> <link rel="captions">
audio* audio <link rel="audio"> <enclosure type="audio"> <link rel="audio">
category** category <album> <category> <category>
start*** start <meta rel="start"> - -
type**** type last three characters of <location>
or <meta rel="type">
mimetype of <enclosure> mimetype of
<link rel="enclosure">
- description <annotation> <description> <summary>
- latitude <latitude> <geo:lat> or
<georss:point> or
<geo latitude="value">
-
- longitude <longitude> <geo:long> or
<georss:point> or
<geo longitude="value">
-
- city <city> <geo:city> -
- date <date> <dc:date> or
<pubdate>
<published> or
<updated> or
<modified>


JW PLAYER는 4.X 버전 이후로 올라가면서부터 FLA파일의 소스수정이 불가능해진 탓에..
현재로서는 JW PLAYER를 능가할만한 GNU툴이 없는 이유로 3.X 버전을 사용하고 있습니다.
(아마 대부분의 프로그래머들 또한 3.X 버전을 사용하고 있을듯..)

단순히 <Param> 값에 Flashvar 를 넣어서 변수값들을 보내는 경우에도 참조할 수 있겠으나,
db연동을 고려한다면 XSPF 타입 또는 RSS타입을 고려해서 사용하는 것이 여러모로 유용하죠.. (Flashvar 에는 디스크립션을 넣을 수 없다는 불편함이 있으므로;;)

제일 편한 방법은 사실 json으로 처리해주는 것일텐데..
이건 아직 JW PLAYER 4.X 버전에서조차 지원되고 있지 않으니 참으로 암담.. -_-

(go to top)