[Flashcoders] [JOB] Silicon Valley, Full-time, Flash, Flash Lite, Apollo, FDS, FMS

2006-11-27 Thread Rajat Paharia
. -- Rajat Paharia [EMAIL PROTECTED] * WE'RE HIRING - Looking for a great Flash engineer * http://www.bunchball.com/about/jobs.html ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

Re: [Flashcoders] MSP style flash application.

2006-11-09 Thread Rajat Paharia
Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders

Re: [Flashcoders] Does Flex Data Services require FP9?

2006-08-30 Thread Rajat Paharia
Organization Effectiveness - Technology Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Rajat Paharia Sent: Wednesday, August 30, 2006 1:56 AM To: Flashcoders mailing list Subject: [Flashcoders] Does Flex Data Services require FP9? I'm

[Flashcoders] Does Flex Data Services require FP9?

2006-08-29 Thread Rajat Paharia
I'm assuming that Flash Player 9 is required on the client in order to interact with Flex Data Services, but haven't seen that explicitly stated anywhere. Can anyone tell me if this is in fact the case? thanks, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http

[Flashcoders] Random numbers?

2006-07-23 Thread Rajat Paharia
in a range. function randRange2(min, max) { var randomNum = min + Math.floor(Math.random() * (max + 1 - min)); return randomNum; } -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] allownetworking?

2006-07-14 Thread Rajat Paharia
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 -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com

[Flashcoders] allownetworking?

2006-07-12 Thread Rajat Paharia
MySpace has recently started writing this into all Flash embeds: allownetworking=internal Google searching doesn't turn up much, is there documentation on this somewhere? thanks, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com

[Flashcoders] MTASC - how does the code get pulled in?

2006-07-07 Thread Rajat Paharia
statements anywhere, I'm confused as to how the FLA knows where all the code is? Just curious. thanks, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] MTASC - how does the code get pulled in?

2006-07-07 Thread Rajat Paharia
Hey David - You're right, I was typing too fast. Just import. And I didn't know that you could reference a class file without doing an import first. Thanks! It all makes sense now. best, - rajat On 7/7/06, David Rorex [EMAIL PROTECTED] wrote: On 7/7/06, Rajat Paharia [EMAIL PROTECTED] wrote

Re: [Flashcoders] googletalk/xmpp/flash

2006-06-16 Thread Rajat Paharia
#developer I'd point you to the discussion in the archives, but archive search doesn't appear to be working correctly. best, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com On 6/15/06, Bieniasz, Myles [EMAIL PROTECTED] wrote: I know it's possible

Re: [Flashcoders] .swf's containing html's location

2006-06-14 Thread Rajat Paharia
://www.figleaf.com http://training.figleaf.com -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

Re: [Flashcoders] OT: Finding Sounds

2006-06-12 Thread Rajat Paharia
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 -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com

Re: [Flashcoders] Whats the best tooltip component (actionsciptable)

2006-06-08 Thread Rajat Paharia
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 -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com

[Flashcoders] [OT] Looking for games, game developers

2006-06-07 Thread Rajat Paharia
, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] LF: Flash representation of Board of Directors network

2006-05-15 Thread Rajat Paharia
/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders

Re: [Flashcoders] ads inside a SWF

2006-05-07 Thread Rajat Paharia
-- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you

Re: [Flashcoders] Server-side animated GIF to SWF?

2006-04-21 Thread Rajat Paharia
Awesome. Thanks David. - rajat On 4/21/06, David Rorex [EMAIL PROTECTED] wrote: This does pretty much what you want: http://www.quasimondo.com/archives/000407.php However, it converts the gif by frames and not using timing I believe. -David R On 4/20/06, Rajat Paharia [EMAIL PROTECTED

[Flashcoders] Re: Get actual stage size when scaleMode = showAll?

2006-04-20 Thread Rajat Paharia
, Rajat Paharia [EMAIL PROTECTED] wrote: From searching the archives, this seems like a longshot, but I figure I'll give it a try. When the Stage.scaleMode = showAll, I'd like to get the actual pixel width/height of the Stage. Is there any way to do this? thanks, - rajat -- Rajat Paharia [EMAIL

[Flashcoders] Server-side animated GIF to SWF?

2006-04-20 Thread Rajat Paharia
, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] loader component - scaleContent does not always work

2006-04-20 Thread Rajat Paharia
It might also have something to do with the problem detailed here: http://jeff.mxdj.com/loader_component_and_internet_explorer.htm I use IELoader all the time now instead of the v2 Loader. best, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com On 4/20

[Flashcoders] Get actual stage size when scaleMode = showAll?

2006-04-19 Thread Rajat Paharia
From searching the archives, this seems like a longshot, but I figure I'll give it a try. When the Stage.scaleMode = showAll, I'd like to get the actual pixel width/height of the Stage. Is there any way to do this? thanks, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http

Re: [Flashcoders] Text effect actionscript library?

2006-04-13 Thread Rajat Paharia
/files/satori/TextScript.zip -- Anggie Bratadinata Web|Graphic|Flash Jl. Raya Langsep 21 Malang - East Java I N D O N E S I A http://design.ibshastautama.com Rajat Paharia wrote: Hey all - I need to put together a SWF that pulls text quotes from an XML file on a server

Re: [Flashcoders] Flash to jpg

2006-04-13 Thread Rajat Paharia
Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

Re: [Flashcoders] Testing LocalConnection from a server in the IDE

2006-03-29 Thread Rajat Paharia
@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 -- Rajat Paharia

Re: [Flashcoders] Testing LocalConnection from a server in the IDE

2006-03-29 Thread Rajat Paharia
;) On 3/29/06, Rajat Paharia [EMAIL PROTECTED] wrote: Hi Mani - Have you prefixed your localConnectionID with an underscore? Try _id as opposed to id. The other gotcha is just to make sure there aren't two instances of the receiving swf running (as often is the case when

Re: [Flashcoders] OT: maps of hyperlinks that change in font size?

2006-03-18 Thread Rajat Paharia
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 -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com

Re: [Flashcoders] DataGrid rows with unique background colours?

2006-03-10 Thread Rajat Paharia
: 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 -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com

Re: [Flashcoders] RadioButton CellRenderer vs. CheckBox CellRenderer

2006-03-07 Thread Rajat Paharia
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 -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com

Re: [Flashcoders] way to get window.location from flash?

2006-03-01 Thread Rajat Paharia
://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 -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com

Re: [Flashcoders] way to get window.location from flash?

2006-03-01 Thread Rajat Paharia
is set to always [mozilla] scriptAccess = always are you saying that myspace will overwrite what I put in? I will try this out on myspace tommorrow and report back... -aq On 3/1/06, Rajat Paharia [EMAIL PROTECTED] wrote: Just a quick question - do these calls

Re: [Flashcoders] Loading Swf files in site (protecting bandwith from other sites)

2006-02-20 Thread Rajat Paharia
-- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you

[Flashcoders] Virtual pet?

2006-02-13 Thread Rajat Paharia
Hi there - If anyone has any simple virtual pet code (something that moves and maybe has a little interaction with the user) and would be willing to share it, I'd be very grateful. best, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com

Re: [Flashcoders] Problems with Javascript Integration Kit

2006-02-02 Thread Rajat Paharia
-- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Problems with Javascript Integration Kit

2006-02-02 Thread Rajat Paharia
? Because it will only work in one but not the other depending on which one opened the local connection first. This happened to me as well and I couldn't figure out what was going on until I tested it with ie open by itself. -DK Rajat Paharia wrote: Hi Jim - I'm encountering similar problems

Re: [Flashcoders] Flash website statistics

2006-01-23 Thread Rajat Paharia
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders mailing list

[Flashcoders] lightweight flash7 color picker?

2006-01-11 Thread Rajat Paharia
Anyone know where I can find one? Hate to reinvent the wheel... thanks, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] lightweight flash7 color picker?

2006-01-11 Thread Rajat Paharia
/flashcoders -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Duplicating an object without pointing to original one

2006-01-10 Thread Rajat Paharia
mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

[Flashcoders] date.getTime() bug when compiling to FP7 or lower and viewing on a Mac

2005-12-22 Thread Rajat Paharia
failing on Macs when I compiled my app for FP7, and I couldn't figure out why. My server was choking on the float when it was expecting an integer. best, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com

Re: [Flashcoders] Programmatically Move Center of Movie Clip

2005-12-16 Thread Rajat Paharia
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com

Re: [Flashcoders] emoticons in a chat component

2005-11-22 Thread Rajat Paharia
Simon - that's a brilliant solution/hack. I'll be using it :) best, - rajat On 11/21/05, Simon Lord [EMAIL PROTECTED] wrote: Anyone can use the solution and font any way they like, so feel free to do whatever you want with the font Karina. The Mac and PC font should be in the archive. A

Re: [Flashcoders] Way to get URL of host page?

2005-11-21 Thread Rajat Paharia
: [Flashcoders] Way to get URL of host page? I see. In that case, you should be able to get this done with a JS call that returns location.href etc. etc. hth -K On 19/11/05, Rajat Paharia [EMAIL PROTECTED] wrote: Thanks Karthik - I'm not trying to prevent it, I just want to log it for analysis

[Flashcoders] international catwalk model talks about Flash Lite

2005-11-18 Thread Rajat Paharia
Anina (http://www.anina.net/index.html) talks about the mobile lifestyle on NerdTV #9 (http://www.pbs.org/cringely/nerdtv/) and mentions her belief in Flash Lite/Flashcast (22:35). Seems like an interesting character, but the show is mostly a long ramble. - rajat -- Rajat Paharia [EMAIL PROTECTED

[Flashcoders] Way to get URL of host page?

2005-11-18 Thread Rajat Paharia
Hey all - if my movie gets loaded into a page at Website A from a server at Website B, is there anyway, from within Flash, to get the URL of the page at Website A? thanks! - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com

Re: [Flashcoders] Way to get URL of host page?

2005-11-18 Thread Rajat Paharia
, Rajat Paharia [EMAIL PROTECTED] wrote: Hey all - if my movie gets loaded into a page at Website A from a server at Website B, is there anyway, from within Flash, to get the URL of the page at Website A? thanks! - rajat ___ Flashcoders mailing

Re: [Flashcoders] Flash Yahoo Maps - how do they update the URL?

2005-11-03 Thread Rajat Paharia
Thanks guys! - rajat On 11/3/05, JesterXL [EMAIL PROTECTED] wrote: Bunch of ways: http://www.quasimondo.com/archives/000570.php http://www.unfocus.com/Projects/FlashSuite/ http://www.chakramedia.com/deeplink-backbutton/index.html - Original Message - From: Rajat Paharia [EMAIL

Re: [Flashcoders] IMG embedded in HTML TextArea problem

2005-11-03 Thread Rajat Paharia
/listinfo/flashcoders -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] IMG embedded in HTML TextArea problem

2005-11-02 Thread Rajat Paharia
; } thanks! - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] IMG embedded in HTML TextArea problem

2005-11-02 Thread Rajat Paharia
message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.12.7/155 - Release Date: 01.11.2005 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Rajat Paharia

[Flashcoders] Flash Yahoo Maps - how do they update the URL?

2005-11-02 Thread Rajat Paharia
When you're dragging the map around? - http://maps.yahoo.com/beta/index.php btw - this was supposedly all built with Flex: http://www.techcrunch.com/2005/11/02/new-yahoo-maps-shows-power-of-flash/ - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com