Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

eden is a serializer/deserializer library using a subset of the ECMAScript notation, it allows to exchange and interpret data keeping the structure and the type.

5.0
 
  0 reviews  |  5 users  |  2,306 lines of code  |  0 current contributors  |  Analyzed about 13 hours ago
 
 

This software product is going to be a cross-platform distributed server for various manipulations over large amounts of multimedia data, such as a real-time audio/video transcoding and streaming.

5.0
 
  0 reviews  |  3 users  |  18,638 lines of code  |  2 current contributors  |  Analyzed 9 days ago
 
 

ActionScript3 Flash Mp3 Player with Javascript Interface Project Name : AVPlayer 基于 ActionScript3? 的 Flash Mp3 Player. * 编译后的Swf文件在10KB以内 * 简单的页面嵌入(1行Js代码) * 丰富的Javascript ... [More] API,可以实现完全基于Html页面的操作控制. * 可以作为Mini播放器单独嵌入 * 支持Json/xml等多种格式的播放列表 * 基于Javascript的LRC歌词同步实现 * 代码无侵入,页面可通过W3C Strict验证 * 结合JQuery可简单实现更多页面特效 [Less]

5.0
 
  0 reviews  |  2 users  |  2,453 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

jSocket The easy socket solution for javascript

5.0
 
  0 reviews  |  1 user  |  2,606 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

API for Vzaar - Video and Audio hosting service provider

5.0
 
  0 reviews  |  1 user  |  82,028 lines of code  |  3 current contributors  |  Analyzed 5 days ago
 
 

Objot is a lightweight service oriented library for efficient web development, based on Java 5, Javascript, Actionscript 3, etc. Objot version 21 releasedbytecode parser and generator faster codec configure codec rules by user codes codec on Actionscript 3 encode and decode single primitive data ... [More] ultralight, very fast and powerful IOC container ultralight, very fast and powerful AOP implementation file upload upload progress notification multi service parameters documents many bug fixes many minor improvements change to the GNU Lesser General Public License version 2.1 Objot version 15 releasedRenames Java package objot to objot.codec and objot.Objot to objot.codec.Codec for more clear. Supports getter and setter methods of Service Objects on Java. Supports java.sql.Clob. Much more pragma [Less]

0
 
  0 reviews  |  0 users  |  20,443 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

as3zerobugA simple proxy class for using Firebug from Action Script 3. Your debugging will be happily via as3zerobug. Let's enjoy debugging! SampleSee: http://rakuto2.web.fc2.com/zerobug.html (Firefox only) import zerobug.Console; public function init():void { var ... [More] console:Console = new Console(); // start the timer var timerId:String = 'zerobug'; console.time(timerId); // Primitive Number console.log(1985); console.log("int - %d", 1985); console.log(new Number(0.434294482)); console.log('Number - %d', new Number(0.434294482)); // String console.log('Hello world!'); console.log('Hello world! from %s', 'Action Script 3'); console.log(new String('Hello world!')); console.log('String - %s', new String('Hello world!')); // Date var now:Date = new Date(); console.log(now); console.log('Date - %s', now); console.dir(now); // Array var arr:Array = new Array([1, 1, 2, 3, 5]); console.log(arr); console.log('Array - %s', arr); // stop the timer console.timeEnd(timerId); }Output in Firebug's console1985 int - 1985 0.434294482 Number - 0.434294482 Hello world! Hello world! from Action Script 3 Hello world! String - Hello world! Object dayUTC=6 minutes=2 fullYear=2008 millisecondsUTC=420 Date - [object Object] date 26 dateUTC 26 day 6 dayUTC 6 fullYear 2008 fullYearUTC 2008 hours 14 hoursUTC 5 milliseconds 420 millisecondsUTC 420 minutes 2 minutesUTC 2 month 0 monthUTC 0 seconds 52 secondsUTC 52 time 1201323772420 timezoneOffset -540 [[1, 1, 2, 2 more...]] Array - 1,1,2,3,5 zerobug: 82ms [Less]

0
 
  0 reviews  |  0 users  |  153 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Иcпользование cookie ограничено 4 кб. размера, так же они видны пользователю. При использование Flash Storage прочитать cookie немного сложнее и позволяет сохранять до 100 кб и ... [More] выше данных на компьютере пользователя. Управление очень простое:setCookie(key,value) - установить печеньку getCookie(key) - взять печеньку removeCookie(key) - удалить печеньку isExistCookie(key) - есть ли печенька? Размер: 3 кб. Демо: http://riamatic.com/poligon/jfstorage/JFStorage.html Google Code: http://code.google.com/p/jfstorage ТехнологииЧасть работающая с SharedObject взята с http://ntt.cc/2008/07/13/the-source-code-of-actions%D1%81ri%D1%80t-3-cookie-class-enables-you-to-read-write-and-edit-shared-objects-on-the-user-hard-disk.html и чуточку обработана напильником. Взаимодействие между JavaScript и Flash написано мной. Использованы стандартные библиотеки. Как можно использовать?Как хранилище скрытых данных. Как хранилище больших данных. Как способ offline-ой подгрузки данных. [Less]

0
 
  0 reviews  |  0 users  |  6,430 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

JSInterface is a bridge between Flash and JavaScript. JavaScript'ing inside Flash.ActionScript'ing inside HTML page.Documentation in EnglishDocumentation Entries about JSInterface Improvement of interaction with JavaScript Handling JavaScript events from a Flash/Flex application How do I ... [More] know when the browser window gets or loses focus Message about unsaved data before closing the browser window Loading of additional JS and CSS files in the HTML document Embed of JavaScript code in the Flex application To change the background color of a Flex widget for the background color of HTML page Presentation of JSInterface 2 Download ASDoc/JSDoc documentation Thank's to wellgames.com for documentation translation! Release 2.4.4 - Fixed  issue #3  - Changed JSError string representation to be more informative Release 2.4.3 - Fixed error in tag detection Release 2.4.2 - Added methods JSInterface.pushCSS(), JSInterface.pushJavaScript(), allows you to save in HTML document embeded or dynamically generated scripts or styles. ASDoc was updated. Материалы на русском языкеДокументация на русском Видео презентации JSInterface 2 Презентация JSInterface 2 Статьи о JSInterface Улучшение взаимодействия с JavaScript с помощью JSInterface Отлавливаем JavaScript события из Flash/Flex приложения Узнать когда окно браузера получает или теряет фокус Сообщение о несохранённых данных перед закрытием окна браузера Загрузка дополнительных JS и CSS файлов в HTML документ Сокрытие(Embed) JavaScript кода во Flex приложении Изменить цвет фона Flex виджета под цвет фона HTML страницы Загрузить ASDoc/JSDoc документацию Release 2.4.4 - Исправлена ошибка описанная в  issue #3  - Изменён класс JSError, сообщения в trace(JSError.toString()) заменены на более информативные Релиз 2.4.3 - Исправлена ошибка в JavaScript коде нахождения текущего тега Релиз 2.4.2 - Добавлены методы JSInterface.pushCSS(), JSInterface.pushJavaScript(), позволяющие внедрять в HTML документ встроенные или сгенерированные скрипты и стили. Создают соответствующие теги в секции HEAD и вставляют в них полученные данные. Supported by Спасибо вам за поддержку! Thank you for your support! [Less]

0
 
  0 reviews  |  0 users  |  136,315 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

FlavaScript is intended to provide developers with a cross-browser development platform to leverage the power of Flash in JavaScript applications. FlavaScript provides a safer means of protecting code, and better cross-browser, cross-OS reliability.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.