[Flashcoders] Re: unsubscribe

2014-09-24 Thread Kurt Griffin
Thanks man, that was the funniest thing I’ve seen all day.

-
Kurt Griffin
Software Development and Consulting
617.347.7681
http://www.squidfight.com




On Sep 24, 2014, at 12:00 PM, flashcoders-requ...@chattyfig.figleaf.com wrote:

 unsubscribe

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 60, Issue 6

2012-09-22 Thread Kurt Griffin
If I saw it live, maybe. Recreated? pffft. I've seen talking gas pumps in TV 
ads.


 Wow!
 http://www.youtube.com/watch?v=caux7Uh2BK0



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Game programmers wanted (also recommendations

2012-04-01 Thread Kurt Griffin
 I'm looking for Flash game programmers open to freelance work. Please
 send resume, portfolio URL, and any information regarding your games'
 popularity statistics you might have to ga...@talknicer.com
 
 Also, I'm very interested in recommendations of game programmers who
 might be open to contract work, even if they are not on this list. Who
 are the biggest names in Flash game freelancers? Please let me know.
 
 Some sites such as addictinggames.com name authors but make it hard to
 reach them directly. What are the best sites for hiring Flash game
 creators?

You might get better results if you provide your own resume, portfolio, etc.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] ExternalInterface arguments?

2011-11-01 Thread Kurt Griffin
I'm having a bit of trouble with AS3, ExternalInterface. The function call is 
working just fine, but the parameter being passed is void. Anyone run into this?

TIA,
Kurt
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] WIRED hates Flash

2010-02-01 Thread Kurt Griffin
All I have to say is, show me right now a working HTML 5 page that can do even 
half of what I did in Flash last year, in the browser of my choice. That is 
all, Mr. Jobs.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Running Projector from a DVD

2008-07-31 Thread Kurt Griffin
We've done a bunch of projects released on DVD, interactive with flv.  
It's not much different from CD-ROM delivery, though you can't do a  
partitioned x-plat DVD. 
___

Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 10, Issue 20

2008-07-18 Thread Kurt Griffin
Perhaps I'm missing something, and this is probably slower than  
regEx, but couldn't you simply change



xml.topics..topic.(attribute(title).toUpperCase() == searchTerm);


to

xml.topics..topic.(attribute(title).toUpperCase().indexOf 
(searchTerm)  -1


?

hth,
Kurt
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: [Flash_Tiger] Math question

2008-04-24 Thread Kurt Griffin

x/10+25

On Apr 24, 2008, at 4:41 PM, Dwayne Neckles wrote:


How to go from one number to another..
function(x) = y
so that x is
0 - 250 - 500
and y is
25 - 50- 75

func(0) = 25
func(250)=50
func(500)=50
How would one find the equation for that...Thats satisfies that..?

I'm doing some as and I need to figure out to go from one num to  
the other num


__
In a rush? Get real-time answers with Windows Live Messenger.
http://www.windowslive.com/messenger/overview.html? 
ocid=TXT_TAGLM_WL_Refresh_realtime_042008


[Non-text portions of this message have been removed]


__._,_.___
Messages in this topic (1)Reply (via web post) | Start a new topic
Messages | Files | Photos | Links | Database | Polls | Calendar
Flash_Tiger Mailing List

Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch  
format to Traditional

Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
RECENT ACTIVITY
7
New Members
Visit Your Group
Yahoo! Finance
It's Now Personal
Guides, news,
advice  more.
New web site?
Drive traffic now.
Get your business
on Yahoo! search.
John McEnroe
on Yahoo! Groups
Join him for the
10 Day Challenge.
.

__,_._,___


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] checking .flv encoding settings

2007-03-15 Thread Kurt Griffin

You can get some basic info from the meta data in Flash. From the help:
-
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);

ns.onMetaData = function(infoObject:Object) {
for (var propName:String in infoObject) {
trace(propName +  =  + infoObject[propName]);
}
};

ns.play(http://www.helpexamples.com/flash/video/water.flv;);



canSeekToEnd:true
audiocodecid:2
audiodelay:0.038
audiodatarate:96
videocodecid:4
framerate:15
videodatarate:400
height:213
width:320
duration:8.04

-

The videocodecid numbers are these: Sorenson H.263 =2, Screen Video  
=3, On2 VP6 = 4 and 5, Screen Video V2 = 6


No guarantee as to what data will be included in the metadata - that  
depends on the app used to do the compression. I believe there's a  
way to get keyframe data as well, but I'm not positive.


hth,
Kurt


On Mar 14, 2007, at 9:30 PM, flashcoders- 
[EMAIL PROTECTED] wrote:


Does anybody know how you can detect the encoding settings that  
were used

when the .flv was created?

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com