Public Voice Network
- pdf portfolio 33
- NYC Birthday show this tu… 77
- Sound apps. Hit me. 1212
- Car Design(s) 131131
- TransFatty @Brooklyn Bowl 1616
- Euro Crisis 44
- Pic of the Day 6328763287
- Vid of the Day 1202912029
- Dark Knight Rises 575575
- Chick of the Day 1536215362
- Coda 2 3131
- In Dallas for a month 99
- Video Cameras Under $2000 66
- stock music 55
- the gif animation thread 1281912819
- Diablo III 7979
- Random Fascinations? 22
- Kids Helmet Dilemma 2020
- Best podcast app for Andr…
- Your Fav Funny Thing? 9191
- WANT of the day 11751175
- Iron Sky 1111
- problems concentrating? 2020
- Show some recent work 49364936
Filter
Adobe Media Player Apr 9, 08, 1:45 p.m.
They're getting into the broadcasting game...
http://www.adobe.com/products/me…
Nice looking AIR app. Anyone developing AIR apps yet?
University Websites Apr 8, 08, 11:51 a.m.
What are some of the best university websites around? Some of the better I have come across so far:
4 plasma monitors Jan 25, 05, 8:02 a.m.
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.
flash q Jul 7, 05, 1:45 p.m.
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
AS? Remove spaces? Aug 2, 05, 12:14 p.m.
How would one remove spaces from a string with actionscript?
LARGE Flash File Aug 3, 05, 2:19 p.m.
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
AS textField help Aug 1, 06, 2:34 p.m.
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...
}
Flash Cache Data Dec 21, 06, 1:33 p.m.
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?
MultiDisplay Install Feb 19, 07, 9:49 a.m.
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.

