Comet – Flash-Based Chat

Thursday, January 21st, 2010 | Projects | No Comments
Version 0.6, Updated ?
  • Compatibility: ActionScript 3.0
  • File Size: About -Kb
  • Change Log

Try Comet

What’s New

  • New black theme

Description

Comet is a Flash-based chat application. It is a stand-alone application and does not require a server application in order to function. It does require PHP 4+ to function though.

This is an older project pulled from Labs and is currently password protected. This might change later, it might not. I wouldn’t hold your breath on this. This was made becuase a friend of ours worked at a company that didn’t allow any IM programs and we were too cheap to setup a server.

Features

  • Muli-user chat without backend server
  • Easy to setup
  • Secure login

› Continue reading

About the Labs Wiki

Tuesday, January 19th, 2010 | Blog | No Comments

The Labs Wiki was originally meant to showcase all of our projects and anything else we found interesting. But I think we’ve had greater success with this as a blog format. With this said, and to reduce redundancy, I’m going to start clearing out the wiki and moving any unique content here to the blog. This was a long time coming, since the blog I haven’t really updated anything on the wiki anyways. So this just makes sense.

So expect to see some more details popping up on the projects pages and maybe a few more posts. Enjoy!

Notes: Cross-Domain Policy

Thursday, January 14th, 2010 | Notes | 3 Comments

Below is the structure of the cross-domain policy and all the allowed values. The majority of the content was aggregated from Adobe’s page on cross-domain policies.

A cross-domain policy file is an XML document that allows a web client to handle data across multiple domains. You will usually need one if the SWF is playing on Domain A and the files are located on Domain B. Policy files grant read access to data as well as permit a client to include custom headers in cross-domain requests. A policy file is also used when using Sockets during socket-based connections.

The most common location for a policy file on a server is in the root directory of a domain with the filename crossdomain.xml (e.g. http://example.com/crossdomain.xml)—the default location that clients check when a policy file is required. Policy files saved this way are known as master policy files. The following is an example of a typical, permissive URL (i.e. non-socket) master policy file:

Example

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">

<cross-domain-policy>
	<site-control permitted-cross-domain-policies="master-only"/>
	<allow-access-from domain="*"/>
	<allow-http-request-headers-from domain="*" headers="SOAPAction"/>
</cross-domain-policy>

› Continue reading

Notes: Loop/Statement Labels

Wednesday, January 13th, 2010 | Notes | No Comments

Below are some notes from Christian Cantrell’s blog that I just wanted to aggregate onto my site for my own personal reference. I am not claiming this as my own content, but I’ve been meaning to add this to my notes and Christian did a great job explaining it.

Labels are a relatively unknown feature in AS3. Basically what it does is give an ID to a specific loop or statement. So when you call break or continue, you can specify WHICH loop to break or continue.
› Continue reading

Tags:

.minerva 3 Released!

Thursday, January 7th, 2010 | Blog | No Comments

Work has slowed down enough I have begun working on my side projects again. First out of the gate is a revamped version of .minerva! It now has an updated JS formatter engine and best of all; you can now edit .SOL files. I’ve also added a theme to it I plan on using on the rest of the utility type applications I have. Check it out

Search

Categories