チェンジセット 138

差分発生行の前後
無視リスト:
コミット日時:
2007/12/09 06:48:40 (1 年前)
コミッタ:
yoshiweb
ログメッセージ:

コミットしたものを整理

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as2/Yoshiweb/samples/CharCode/src/net/yoshiweb/utils/string/CharCode.as

    r16 r138  
    11/* 
    2  * Copyright(c) 2007 yoshiweb.NET 
    3  * 
    4  * Licensed under the Apache License, Version 2.0 (the "License"); 
    5  * you may not use this file except in compliance with the License. 
    6  * You may obtain a copy of the License at 
    7  * 
    8  *     http://www.apache.org/licenses/LICENSE-2.0 
    9  * 
    10  * Unless required by applicable law or agreed to in writing, software 
    11  * distributed under the License is distributed on an "AS IS" BASIS, 
    12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,  
    13  * either express or implied. See the License for the specific language 
    14  * governing permissions and limitations under the License. 
    15  */ 
     2* Copyright(c) 2007 yoshiweb.NET 
     3*  
     4* Permission is hereby granted, free of charge, to any person obtaining a copy 
     5* of this software and associated documentation files (the "Software"), to deal 
     6* in the Software without restriction, including without limitation the rights 
     7* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
     8* copies of the Software, and to permit persons to whom the Software is 
     9* furnished to do so, subject to the following conditions: 
     10*  
     11* The above copyright notice and this permission notice shall be included in 
     12* all copies or substantial portions of the Software. 
     13*  
     14* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     15* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     16* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
     17* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     18* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
     19* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
     20* THE SOFTWARE. 
     21*  
     22* The MIT License 
     23* http://www.opensource.org/licenses/mit-license.php 
     24*/ 
    1625 
    1726/** 
     
    2534* @since                Flash Player 6 (ActionScript 2.0) 
    2635* @version              0.20060402 
    27 * @history              20060402 - バグ修正 
    28 *                               20060331 - 作成 
     36* @history 
     37*       20060402 - バグ修正 
     38*       20060331 - 作成 
    2939*/ 
    3040class net.yoshiweb.utils.string.CharCode { 
  • as2/Yoshiweb/samples/Clipboard/src/net/yoshiweb/utils/system/Clipboard.as

    r16 r138  
    11/* 
    2  * Copyright(c) 2007 yoshiweb.NET 
    3  * 
    4  * Licensed under the Apache License, Version 2.0 (the "License"); 
    5  * you may not use this file except in compliance with the License. 
    6  * You may obtain a copy of the License at 
    7  * 
    8  *     http://www.apache.org/licenses/LICENSE-2.0 
    9  * 
    10  * Unless required by applicable law or agreed to in writing, software 
    11  * distributed under the License is distributed on an "AS IS" BASIS, 
    12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,  
    13  * either express or implied. See the License for the specific language 
    14  * governing permissions and limitations under the License. 
    15  */ 
     2* Copyright(c) 2007 yoshiweb.NET 
     3*  
     4* Permission is hereby granted, free of charge, to any person obtaining a copy 
     5* of this software and associated documentation files (the "Software"), to deal 
     6* in the Software without restriction, including without limitation the rights 
     7* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
     8* copies of the Software, and to permit persons to whom the Software is 
     9* furnished to do so, subject to the following conditions: 
     10*  
     11* The above copyright notice and this permission notice shall be included in 
     12* all copies or substantial portions of the Software. 
     13*  
     14* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     15* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     16* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
     17* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     18* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
     19* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
     20* THE SOFTWARE. 
     21*  
     22* The MIT License 
     23* http://www.opensource.org/licenses/mit-license.php 
     24*/ 
    1625 
    1726/** 
     
    2332* @since                Flash Player 7 (ActionScript 2.0) 
    2433* @version              0.20070516 
    25 * 
    2634* @history 
    2735*       20070516 - System.setClipboard("");でクリップボードを空にはできないのを忘れてた。 
  • as2/Yoshiweb/samples/ColorTrans/src/net/yoshiweb/utils/color/ColorTrans.as

    r16 r138  
    11/* 
    2  * Copyright(c) 2007 yoshiweb.NET 
    3  * 
    4  * Licensed under the Apache License, Version 2.0 (the "License"); 
    5  * you may not use this file except in compliance with the License. 
    6  * You may obtain a copy of the License at 
    7  * 
    8  *     http://www.apache.org/licenses/LICENSE-2.0 
    9  * 
    10  * Unless required by applicable law or agreed to in writing, software 
    11  * distributed under the License is distributed on an "AS IS" BASIS, 
    12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,  
    13  * either express or implied. See the License for the specific language 
    14  * governing permissions and limitations under the License. 
    15  */ 
     2* Copyright(c) 2007 yoshiweb.NET 
     3*  
     4* Permission is hereby granted, free of charge, to any person obtaining a copy 
     5* of this software and associated documentation files (the "Software"), to deal 
     6* in the Software without restriction, including without limitation the rights 
     7* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
     8* copies of the Software, and to permit persons to whom the Software is 
     9* furnished to do so, subject to the following conditions: 
     10*  
     11* The above copyright notice and this permission notice shall be included in 
     12* all copies or substantial portions of the Software. 
     13*  
     14* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     15* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     16* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
     17* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     18* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
     19* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
     20* THE SOFTWARE. 
     21*  
     22* The MIT License 
     23* http://www.opensource.org/licenses/mit-license.php 
     24*/ 
    1625 
    1726import flash.geom.ColorTransform; 
  • as2/Yoshiweb/samples/FrameInterval/src/net/yoshiweb/utils/FrameInterval.as

    r16 r138  
    11/* 
    2  * Copyright(c) 2007 yoshiweb.NET 
    3  * 
    4  * Licensed under the Apache License, Version 2.0 (the "License"); 
    5  * you may not use this file except in compliance with the License. 
    6  * You may obtain a copy of the License at 
    7  * 
    8  *     http://www.apache.org/licenses/LICENSE-2.0 
    9  * 
    10  * Unless required by applicable law or agreed to in writing, software 
    11  * distributed under the License is distributed on an "AS IS" BASIS, 
    12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,  
    13  * either express or implied. See the License for the specific language 
    14  * governing permissions and limitations under the License. 
    15  */ 
     2* Copyright(c) 2007 yoshiweb.NET 
     3*  
     4* Permission is hereby granted, free of charge, to any person obtaining a copy 
     5* of this software and associated documentation files (the "Software"), to deal 
     6* in the Software without restriction, including without limitation the rights 
     7* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
     8* copies of the Software, and to permit persons to whom the Software is 
     9* furnished to do so, subject to the following conditions: 
     10*  
     11* The above copyright notice and this permission notice shall be included in 
     12* all copies or substantial portions of the Software. 
     13*  
     14* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     15* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     16* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
     17* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     18* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
     19* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
     20* THE SOFTWARE. 
     21*  
     22* The MIT License 
     23* http://www.opensource.org/licenses/mit-license.php 
     24*/ 
    1625 
    1726import mx.transitions.OnEnterFrameBeacon; 
  • as2/Yoshiweb/samples/Mosaic/src/net/yoshiweb/display/bitmapdata/Mosaic.as

    r16 r138  
    11/* 
    2  * Copyright(c) 2007 yoshiweb.NET 
    3  * 
    4  * Licensed under the Apache License, Version 2.0 (the "License"); 
    5  * you may not use this file except in compliance with the License. 
    6  * You may obtain a copy of the License at 
    7  * 
    8  *     http://www.apache.org/licenses/LICENSE-2.0 
    9  * 
    10  * Unless required by applicable law or agreed to in writing, software 
    11  * distributed under the License is distributed on an "AS IS" BASIS, 
    12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,  
    13  * either express or implied. See the License for the specific language 
    14  * governing permissions and limitations under the License. 
    15  */ 
     2* Copyright(c) 2007 yoshiweb.NET 
     3*  
     4* Permission is hereby granted, free of charge, to any person obtaining a copy 
     5* of this software and associated documentation files (the "Software"), to deal 
     6* in the Software without restriction, including without limitation the rights 
     7* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
     8* copies of the Software, and to permit persons to whom the Software is 
     9* furnished to do so, subject to the following conditions: 
     10*  
     11* The above copyright notice and this permission notice shall be included in 
     12* all copies or substantial portions of the Software. 
     13*  
     14* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     15* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     16* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
     17* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     18* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
     19* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
     20* THE SOFTWARE. 
     21*  
     22* The MIT License 
     23* http://www.opensource.org/licenses/mit-license.php 
     24*/ 
    1625 
    1726import flash.geom.Matrix; 
  • as2/Yoshiweb/samples/Player/samples/Player.html

    r17 r138  
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    12<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> 
    23<head> 
    3 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" /> 
     4<meta http-equiv="Content-Type" content="text/html; charset=shift_jis" /> 
    45<title>Player</title> 
    56</head> 
    6 <body bgcolor="#eeeeee"> 
    7  
    8 <object data="Player.swf" width="500" height="250" type="application/x-shockwave-flash"> 
    9 <param name="allowFullScreen" value="true" /> 
     7<body bgcolor="#ffffff"> 
     8<!--���[�r�[�Ŏg�p��������RL--> 
     9<!--���[�r�[�Ŏg�p���������L�X�g--> 
     10<!-- 
     11<p align="left"><font face="_����" size="12" color="#000000">�Đ����Ă���ash Player�̃o�[�W������/font></p><p align="left"><font face="_����" size="12" color="#000000">ver 9,0,28,0�ȏォ�H</font></p><p align="left"><font face="_����" size="12" color="#000000">���[�r�v���r���[���ǂ���</font></p> 
     12--> 
     13<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="500" height="250" id="Player" align="middle"> 
     14<param name="allowScriptAccess" value="sameDomain" /> 
    1015<param name="movie" value="Player.swf" /> 
     16<param name="quality" value="high" /> 
     17<param name="bgcolor" value="#ffffff" /> 
     18<embed src="Player.swf" quality="high" bgcolor="#ffffff" width="500" height="250" name="Player" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
    1119</object> 
    12  
    1320</body> 
    1421</html> 
  • as2/Yoshiweb/samples/Player/src/net/yoshiweb/utils/system/Player.as

    r16 r138  
    11/* 
    2  * Copyright(c) 2007 yoshiweb.NET 
    3  * 
    4  * Licensed under the Apache License, Version 2.0 (the "License"); 
    5  * you may not use this file except in compliance with the License. 
    6  * You may obtain a copy of the License at 
    7  * 
    8  *     http://www.apache.org/licenses/LICENSE-2.0 
    9  * 
    10  * Unless required by applicable law or agreed to in writing, software 
    11  * distributed under the License is distributed on an "AS IS" BASIS, 
    12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,  
    13  * either express or implied. See the License for the specific language 
    14  * governing permissions and limitations under the License. 
    15  */ 
     2* Copyright(c) 2007 yoshiweb.NET 
     3*  
     4* Permission is hereby granted, free of charge, to any person obtaining a copy 
     5* of this software and associated documentation files (the "Software"), to deal 
     6* in the Software without restriction, including without limitation the rights 
     7* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
     8* copies of the Software, and to permit persons to whom the Software is 
     9* furnished to do so, subject to the following conditions: 
     10*  
     11* The above copyright notice and this permission notice shall be included in 
     12* all copies or substantial portions of the Software. 
     13*  
     14* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     15* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     16* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
     17* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     18* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
     19* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
     20* THE SOFTWARE. 
     21*  
     22* The MIT License 
     23* http://www.opensource.org/licenses/mit-license.php 
     24*/ 
    1625 
    1726/** 
  • as2/Yoshiweb/samples/Trans/src/net/yoshiweb/utils/movieclip/Trans.as

    r16 r138  
    11/* 
    2  * Copyright(c) 2007 yoshiweb.NET 
    3  * 
    4  * Licensed under the Apache License, Version 2.0 (the "License"); 
    5  * you may not use this file except in compliance with the License. 
    6  * You may obtain a copy of the License at 
    7  * 
    8  *     http://www.apache.org/licenses/LICENSE-2.0 
    9  * 
    10  * Unless required by applicable law or agreed to in writing, software 
    11  * distributed under the License is distributed on an "AS IS" BASIS, 
    12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,  
    13  * either express or implied. See the License for the specific language 
    14  * governing permissions and limitations under the License. 
    15  */ 
     2* Copyright(c) 2007 yoshiweb.NET 
     3*  
     4* Permission is hereby granted, free of charge, to any person obtaining a copy 
     5* of this software and associated documentation files (the "Software"), to deal 
     6* in the Software without restriction, including without limitation the rights 
     7* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
     8* copies of the Software, and to permit persons to whom the Software is 
     9* furnished to do so, subject to the following conditions: 
     10*  
     11* The above copyright notice and this permission notice shall be included in 
     12* all copies or substantial portions of the Software. 
     13*  
     14* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     15* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     16* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
     17* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     18* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
     19* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
     20* THE SOFTWARE. 
     21*  
     22* The MIT License 
     23* http://www.opensource.org/licenses/mit-license.php 
     24*/ 
    1625 
    1726import flash.geom.Point; 
  • as2/Yoshiweb/samples/TweenEx/src/net/yoshiweb/transitions/TweenEx.as

    r16 r138  
    11/* 
    2  * Copyright(c) 2007 yoshiweb.NET 
    3  * 
    4  * Licensed under the Apache License, Version 2.0 (the "License"); 
    5  * you may not use this file except in compliance with the License. 
    6  * You may obtain a copy of the License at 
    7  * 
    8  *     http://www.apache.org/licenses/LICENSE-2.0 
    9  * 
    10  * Unless required by applicable law or agreed to in writing, software 
    11  * distributed under the License is distributed on an "AS IS" BASIS, 
    12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,  
    13  * either express or implied. See the License for the specific language 
    14  * governing permissions and limitations under the License. 
    15  */ 
     2* Copyright(c) 2007 yoshiweb.NET 
     3*  
     4* Permission is hereby granted, free of charge, to any person obtaining a copy 
     5* of this software and associated documentation files (the "Software"), to deal 
     6* in the Software without restriction, including without limitation the rights 
     7* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
     8* copies of the Software, and to permit persons to whom the Software is 
     9* furnished to do so, subject to the following conditions: 
     10*  
     11* The above copyright notice and this permission notice shall be included in 
     12* all copies or substantial portions of the Software. 
     13*  
     14* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     15* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     16* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
     17* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     18* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
     19* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
     20* THE SOFTWARE. 
     21*  
     22* The MIT License 
     23* http://www.opensource.org/licenses/mit-license.php 
     24*/ 
    1625 
    1726/** 
     
    4655        *  @param       duration        トゥイーンモーションの継続時間 
    4756        *  @param       useSeconds      duration パラメータで指定した値の単位に関して、秒 (true の場合) またはフレーム (false の場合) のどちらを使用するか 
    48         *  @param       extra1  elastic のときは振幅 [amplitude]。back のときは通り越す値 [overshoot amount] //0 
    49         *  @param       extra2  elastic のときは周期 [period] //0 
     57        *  @param       extra1  elastic のときは振幅 [amplitude]。back のときは通り越す値 [overshoot amount] //0? 
     58        *  @param       extra2  elastic のときは周期 [period] //0? 
    5059        */ 
    5160        function TweenEx(obj, prop, func, begin, finish, duration, useSeconds, extra1, extra2) {