-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (25 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html lang="jp">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache">
<title>sample index</title>
</head>
<body>
This Code is follow dlgHelper[DHTML Editing Control](.net Component+javascrip)<br />
For get Client system fonts list.<br />
It's base on Flash/Flex+Javascript.<br />
<br /><br />
このコードはセキュリティの関係で使えなくなった <br />
clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b <br />
の変わりにクライアントフォントともシステムフォントともデバイスフォントとも言われる<br />
ユーザーマシンにインストールされている利用可能なフォント情報の一覧を呼び出すものです。<br />
フラッシュFlex4.6と、Javascriptで動いています。<br />
Flex SDK4.6をつかってswfをコンパイルしています。<br />
4.6マルチデバイスフォントの扱いがおかしくね?
<br />
<br />
<a href="sample1.html">Sample1:Javascript mode</a><br />
<a href="sample2.html">Sample2:View mode </a><br />
</body>
</html>