Skip to main content

Disable Images

Free Flash Slideshow

Flash slideshow SWF and CS3 Component, free to all.

00Comments

Free Video Component

A simple video player for FLVs and MP4s.

11Comment

Adobe Media Player

They're getting into the broadcasting game...
http://www.adobe.com/products/me…

Nice looking AIR app. Anyone developing AIR apps yet?

44Comments

University Websites

What are some of the best university websites around? Some of the better I have come across so far:

http://www.depaul.edu/
http://www.nyu.edu/

2323Comments

New Portfolio

Some of my work.

22Comments

MultiDisplay Install

Anyone on here have insight on what hardware/software was used to drive this? Any Tronic folks rome around NT?

http://www.tronicstudio.com/medi…

I have been doing more and more of this type of work, and it appears they achieved awesome performance with this installation. The routes I have been taking have forced me to drop down my framerates and it looks chunky in comparison.

77Comments

Flash Cache Data

Would anyone have any information regarding how a standalone Flash app caches XML data? Say it lost connection with the data source would it be able to access cached data?

44Comments

AS textField help

why doesn't this work? Help please I have been hitting my head against the wall for hours now.

drawTextBox (_root, "testText", 1, 20, 100, 150, 50, "IT WORKS!", 20, true, "0x777777", "left");

function drawTextBox (parent, boxName, dep, x, y, w, h, txt, si, bo, col, al){
parent.createTextField(boxName, dep, x, y, w, h);

//textFormat properties
var tf = new TextFormat();
tf.align = al;
tf.bold = bo;
tf.color = col;
tf.font = "Futura";
tf.size = si;

//textField properties
parent[boxName].multiline = true;
parent[boxName].wordWrap = true;
parent[boxName].selectable = false;
parent[boxName].embedFonts = true;
parent[boxName].text = txt;
parent[boxName].setTextFormat(tf...
}

11Comment

LARGE Flash File

Anyone have any info on creating very large Flash movies
9984px X 1280px is the size I need to work with.

I have tried to create a file a quarter of the size and then scaled it up in the HTML, but the flash player won't render the last 1500px once it gets this large.

Any way to 'stitch' together multiple flash movies? Any other ideas?

Any help would be much appreciated

1313Comments

AS? Remove spaces?

How would one remove spaces from a string with actionscript?

11Comment

flash q

i created 4 buttons in a for loop. now I want apply a rollover to them. How do I do this?

Here is what I attempting in that same loop with no luck:

this["subBtn"+i].onRollOver = function() {
var col = new Color(this["subBtn"+i].sub.fill... col.setRGB(0x252D39);
}

thanks for any help you may be able to provide

22Comments

4 plasma monitors

anyone have any experience working with multiple dsiplays? I am working on a flash/video piece that needs spread across 4 large plasma screens setup side-by-side.

- what should deliver the signal to them?

- would you setup the flash as one wide layout?

any links or insights would be much appreciated.

44Comments

Skip to main content