FCS Chat in 16 Lines

A Flashcom chat in 16 lines; was trying to beat <a href=”http://psychlonex.dyndns.org/”>John Robinson</a> who had less if I remember correctly, but don’t think he was using components. Anyway, here’s my best with some readability still intact. Word wrap obviously doesn’t count.

Look ma, a 520 byte chat program!

PresentationSWF Tip

When using the PresentationSWF Flashcom component, if you want to be a speaker, you must set _global.speakerMode = true. If you do not do this, whether you have controls shown or not still will not show the SWF that’s being loaded into the PresentationSWF. Therefore, you could make 2 files, one for the speaker, and one for the participants. The only difference is the speaker has that variable set to true. You could use FlashVars to pass it in as a parameter, because it actually tests for if(_global.speakerMode). So, as long as it’s equal to something, it will work, even “false”. Useful, too, is if all participants are speakers, they can all use the arrows, and everyone is automatically synced to the currentframe.

I used it in a client meeting last night (client’s in Chicago, IL, I’m in Atlanta, GA), combined with the Video Confernce component (and our cell phones since my audio up is bad because of my connection) and I must say it was a very effective meeting.

I haven’t figured out how to size the SWF your loading in correctly, though…

Goog-Meister adds to his Fame

From ‘<a href=”http://www.markme.com/jd/archives/002712.cfm”>Bowers on CF settings</a>’ from <a href=”http://www.markme.com/jd/”>JD on MX</a>.

I don’t know much about CF, but I gotta give props where props are due. This Breeze presentation about Configuring your CFMX server is done by my homey downunda’, Geoff Bowers. Nice and cool guy… but smart too in both sides of the brain. He’s also the celeb responsible for <a href=”http://www.fullasagoog.com/”>Full As A Goog</a>.

<a href=”http://mmcommunity.breezecentral.com/p59629182/”>Learn how to configure your CFMX Server</a>

…I would kill to do one of these on Flashcom components! Anyone care to vote so we can show Macromedia you want one?