A video-sharing platform for users to upload, view, and share videos across various genres and topics.
Service URL: www.youtube.com
GPS
Registers a unique ID on mobile devices to enable tracking based on geographical GPS location.
1 day
VISITOR_INFO1_LIVE
Tries to estimate the users' bandwidth on pages with integrated YouTube videos. Also used for marketing
179 days
PREF
This cookie stores your preferences and other information, in particular preferred language, how many search results you wish to be shown on your page, and whether or not you wish to have Google’s SafeSearch filter turned on.
10 years from set/ update
YSC
Registers a unique ID to keep statistics of what videos from YouTube the user has seen.
Session
DEVICE_INFO
Used to detect if the visitor has accepted the marketing category in the cookie banner. This cookie is necessary for GDPR-compliance of the website.
179 days
LOGIN_INFO
This cookie is used to play YouTube videos embedded on the website.
2 years
VISITOR_PRIVACY_METADATA
Youtube visitor privacy metadata cookie
180 days
「Font Manager component」への11件の返信
使用している文字コードを解析とかして
どなたかすばらしい方がいつか作ってくださるのを
待っています。
文字コード解析とかしてもFlashだけではどうしようもないような気もしますw
ですか、ASでテキストフィールドで使用している文字を解析して
埋め込みフォントの範囲に無理矢理挿入してくれるような感じ・・・。
出来ないですよね(w。
多分挿入する元のフォントデータはどっちにしてもどこかにないと駄目なような気がします。それを一文字一文字SWFにするとかぐらいしかFlashでの実装思いつきませんw
(なんかマクロとかで吐き出せればそれはそれでありか?w)
どっちにしろ出来た所でフォントデータをサーバにアップとなると
ライセンスとかお金がかかりそうですね。
フォントはmac、winどちらでアップするのだろう(仮想な話ですが)?
前の会社でテキスト入力した文字をGIF画像で生成していた時には
winのフォントをアップしていたと思ったけど・・・。
ここらへんになるとてんで理解が及びません(汗。
実現はされにくいと言う事ですかね。
はぁ、出来たら便利そうなのに・・・。
なんかJAVAとかプログラム経由すればいけるんじゃないかなーと思ったりします。ちょっと調べてみたら幾つかヒットしました。
Splash Conductor
http://www.millennium.gr.jp/
モリサワ”GlyphGate”
http://www.morisawa.co.jp/product/software/glyphgate.html
PHP ming
http://jp.php.net/manual/ja/ref.ming.php
macromedia flex
http://www.macromedia.com/software/flex/
flexに関してはいまいちよく理解できていません・・・。
参考までに
flexをちと見てみたのですが、前に書いた
“KineticFusion”
http://blog.img8.com/archives/000759.html
見たいなかんじですかね・・・。
フォントのアウトライン埋め込みってのはどーなるのかいまいち分からないですが・・・。
KFでちとやってみました。
ただ元々保持していないアウトラインデータは再現できなかったです。RVMLのどこにアウトラインデータを保持しているのかいまいち分かりませんでした・・・w マージンや座標などはRVMLベースで編集できますね。ちなみにこんな感じです。
—
<?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes” ?>
<!– <!DOCTYPE Movie SYSTEM ‘dtd/RVML.dtd’> –>
<Movie version=’7′ width=’550′ height=’400′ rate=’12’ backgroundColor=’white’ compressed=’No’ xmlns=’http://www.kineticfusion.org/RVML/1.0′>
<Repository repositoryType=’File’ repositoryBase=’/temp’ repositoryName=’001Resources’>
<Font id=’A-OTF_新ゴ_Pro_U’ fontName=’A-OTF 新ゴ Pro U’ codeClass=’Japanese’ resourceLocation=’A-OTF 新ゴ Pro U.swf’ knownCodes=’25215, 32080, 36215, 36578′ fontRange=’all’ />
<Font id=’Arial_Greek’ fontName=’Arial Greek’ codeClass=’Latin’ resourceLocation=’Arial Greek.swf’ knownCodes=’32, 97, [99-101], 104, [110-111], [114-116], 121′ fontRange=’all’ />
</Repository>
<Definitions>
<Text id=’Main.Text_1′ bounds=’bounds(0.05, 15.95, 99.9, 135.05)’>
<Segment text=’起抒’ fontID=’A-OTF_新ゴ_Pro_U’ fontSize=’50.0′ y=’59.0′ color=’black’ advances='(50.0, 50.0)’ />
<Segment text=’転結’ x=’0.0′ y=’130.0′ advances='(50.0, 50.0)’ />
</Text>
<Text id=’Main.Text_2′ bounds=’bounds(1.55, 9.45, 456.45, 55.75)’>
<Segment text=’aearch and destory’ fontID=’Arial_Greek’ fontSize=’50.0′ y=’45.0′ color=’black’ advances='(125.0, 27.8, 27.8, 16.65, 25.0, 27.8, 13.9, 27.8, 27.8, 27.8, 13.9, 27.8, 27.8, 25.0, 13.9, 27.8, 16.65, 25.0)’ />
</Text>
</Definitions>
<Timeline frameCount=’1′>
<Frame frameNo=’1′>
<Place name=’Main.Text_1′ depth=’1′>
<Transform translateX=’44.0′ translateY=’103.9′ />
</Place>
<Place name=’Main.Text_2′ depth=’2′>
<Transform translateX=’49.0′ translateY=’258.1′ />
</Place>
</Frame>
</Timeline>
</Movie>
—
そですね、mingでもできるという情報はあるのですが、linux上でttfとかどーやって処理するのかは私は良くわからないです。
なんか、ttfをまずFDBというフォント形式に変換してアップするみたいです。そうするとmingでテキストフィールド等にフォントがつかえるみたいですよ。
Jgeneratorも同じかんじみたいっす。
なるほどー
一応分かりやすそうなところをメモ
http://blue.ribbon.to/~harpy/ming/jaming/usage.html