Re: [Flashcoders] PureMVC vs Cairngorm // who's better?

2011-06-23 Thread Jordan L. Chilcott - Interactivity Unlimited
Huge vote for RobotLegs as well.

jord
-- 
Jordan L. Chilcott

Sent from my iPhone... because I can

On 2011-06-23, at 9:23 AM, Merrill, Jason jason.merr...@bankofamerica.com 
wrote:

 Robotlegs +1
 

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


Re: [Flashcoders] Getting Data into my SWF

2011-03-15 Thread Jordan L. Chilcott - Interactivity Unlimited
In this case, you just manipulate the time on the client side for the user's 
amusement (if they try to tamper with it, the next call will just reset the 
values, if it's not time yet).

jord
-- 
Jordan L. Chilcott

Sent from my iPhone... because I can

On 2011-03-15, at 1:06 PM, Kevin Holleran kdaw...@gmail.com wrote:

 I like that!  Good call, much more efficient.  The countdown is displayed so
 that date is important.  I like the single call that way.

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


Re: [Flashcoders] Getting Data into my SWF

2011-03-14 Thread Jordan L. Chilcott - Interactivity Unlimited
Why would you be relying solely on a user's clock? That is most easily 
manipulated simply by changing the date and time in their system preferences.

No hacking experience required.

jord
-- 
Jordan L. Chilcott

Sent from my iPhone... because I can

On 2011-03-14, at 3:06 PM, Kevin Holleran kdaw...@gmail.com wrote:

 What is going to happen, is the application is going to hold a coupon.  That
 coupon will be retrieved from a database and passed into the Flash
 application.  I guess as I am writing this, the script will just check the
 date and if it is not correct, it can simply not return the coupon.  My
 question revolved around a user manipulating the date passed into the flash
 application and causing the coupon to show up before the countdown is really
 up.
 

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


Re: [Flashcoders] Getting Data into my SWF

2011-03-14 Thread Jordan L. Chilcott - Interactivity Unlimited
If I'm getting this straight:

You're asking for a date from the server which you're going to pass back for 
approval to show a coupon on the client side app.

Why not just have the server store and send the coupon for the application to 
use? The client simply makes one call (two at most... but it can be handled in 
one call, letting the server do all the work - the client is a simple willing 
participant). No other data is passed back for the client to manipulate. 

jord
-- 
Jordan L. Chilcott

Sent from my iPhone... because I can

On 2011-03-14, at 3:40 PM, Kevin Holleran kdaw...@gmail.com wrote:

 @Jord - The date will be passed in or retrieved from a script and would be
 the server date.  My concern was that the date would be intercepted/modified
 in some fashion, but since the end result is retrieved from the server, the
 server script will just have a check to make sure the date is right to
 release it.
 

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


Re: [Flashcoders] Getting Data into my SWF

2011-03-14 Thread Jordan L. Chilcott - Interactivity Unlimited
Unless the client is actually displaying a countdown, it has no need for the 
data. All the client needs in this case is a polling mechanism to occur on a 
set interval, whether or not it intends to display any countdown down. No data 
needs to be pass back to the server. All the client is essentially asking is 
coupon?. Server either gives a coupon or something else that is of no use for 
anyone to manipulate. 

jord
-- 
Jordan L. Chilcott

Sent from my iPhone... because I can

On 2011-03-14, at 4:08 PM, Kevin Holleran kdaw...@gmail.com wrote:

 The engine is a countdown from the current date/time to the date/time when
 the coupon becomes visible.  So the date is used for the counter and then
 once the counter reaches zero, the coupon is retrieved from the server and
 displayed.
 
 Kevin

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


Re: [Flashcoders] FLV (like youtube)

2007-04-04 Thread Jordan L. Chilcott - Interactivity Unlimited

We use the Flix Engine for one of our clients.

http://www.on2.com/developer/flix-engine-sdk/

jord

On 4/4/07, Tom Huynen [EMAIL PROTECTED] wrote:

Hi there,

A project requires me to create an app that enables people to upload .avi
and mov's.
These movies must be visible in the frontoffice.

Does anybody know how to convert .avi and .mov into FLV?
Or is there a better alternative?

Kind regards,

Tom
___
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




--
Jordan L. Chilcott, President
Interactivity Unlimited
Guelph, Ontario
-
Tel:  (519) 837-1879
eFax: (519) 837-8610

mailto:[EMAIL PROTECTED]
http://www.interactivityunlimited.com
iChat/AIM: j1chilcott

Author: Building Web Sites with Macromedia Studio MX
Author: Building Dynamic Web Sites with Macromedia Studio MX
Author: Flash Professional 8: Training From the Source
Author: Foundation Flash 8 Video
___
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


Re: [Flashcoders] command-line mpeg to flv conversion tool?

2007-03-16 Thread Jordan L. Chilcott - Interactivity Unlimited

We've used the Flix Engine for a few clients. I believe it should
handle what you are looking for.

jord

On 3/16/07, Sam [EMAIL PROTECTED] wrote:

Anyone have suggestions or links to any command-line video converters?
Thanks in advance for any help.


--
Jordan L. Chilcott, President
Interactivity Unlimited
Guelph, Ontario
-
Tel:  (519) 837-1879
eFax: (519) 837-8610

mailto:[EMAIL PROTECTED]
http://www.interactivityunlimited.com
iChat/AIM: j1chilcott

Author: Building Web Sites with Macromedia Studio MX
Author: Building Dynamic Web Sites with Macromedia Studio MX
Author: Flash Professional 8: Training From the Source
Author: Foundation Flash 8 Video
___
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


Re: [Flashcoders] Flash and Yahoo map geocode service question

2007-03-08 Thread Jordan L. Chilcott - Interactivity Unlimited

Is it possible that it could be a cross-domain policy situation here?
What would happen if you called it from a back-end (I'd best guess
that it would probably work)?

jord

On 3/8/07, Helen Triolo [EMAIL PROTECTED] wrote:

1 (works): From a browser, this returns valid XML with geocode information:

http://api.local.yahoo.com/MapsService/V1/geocode?state=MDcity=Derwoodstreet=16101%20Frederick%20Roadappid=anyid

(doesn't seem to care what appid is used)

2 (works): Testing within the Flash 8 IDE, I can use loadVars to call
that script (with those parameters set) and an XML onload routine to
retrieve them -- works fine.

3 (doesn't work): When I publish and run it from a swf in an html page
in the browser, I get an XML read error (the parameter passed to my xml
onload routine is false).

What could be causing the XML read/parse error in 3?  (doesn't work with
a valid appid either)

--
Jordan L. Chilcott, President
Interactivity Unlimited
Guelph, Ontario
-
Tel:  (519) 837-1879
eFax: (519) 837-8610

mailto:[EMAIL PROTECTED]
http://www.interactivityunlimited.com
iChat/AIM: j1chilcott

Author: Building Web Sites with Macromedia Studio MX
Author: Building Dynamic Web Sites with Macromedia Studio MX
Author: Flash Professional 8: Training From the Source
Author: Foundation Flash 8 Video
___
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


Re: [Flashcoders] Dynamic video buttons

2007-03-08 Thread Jordan L. Chilcott - Interactivity Unlimited

There are plenty of ways to go about 5  6. You could set it up as an
attribute within the XML node where if it sees a video attribute in
the attributes property, then pop up a button that will point to your
video (if that's what you're trying to do... or are you trying to pop
up a button that plays a video - either way, the principle is somewhat
the same).

jord

On 3/8/07, Wendy Marino [EMAIL PROTECTED] wrote:

Hey Francis, Thank you very much.

Actually part of #5, and 6 was my ­only- question!
1-4 is no problem. I must not have been clear as I was just trying to
explain the circumstance of my question,
sorry and =Thank You= for your kind response.

I will investigate soon!!

Best Regards,
Wendy

--
Jordan L. Chilcott, President
Interactivity Unlimited
Guelph, Ontario
-
Tel:  (519) 837-1879
eFax: (519) 837-8610

mailto:[EMAIL PROTECTED]
http://www.interactivityunlimited.com
iChat/AIM: j1chilcott

Author: Building Web Sites with Macromedia Studio MX
Author: Building Dynamic Web Sites with Macromedia Studio MX
Author: Flash Professional 8: Training From the Source
Author: Foundation Flash 8 Video
___
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


Re: [Flashcoders] Flash and Yahoo map geocode service question

2007-03-08 Thread Jordan L. Chilcott - Interactivity Unlimited

No probs... I deal with Yahoo Maps with Flash on a continual basis
these days for one of our clients, so I find myself stumbling over
many of the pitfalls with Yahoo Maps (one of them being their geocode
still needs work -- and there's more :-P ).

jord

On 3/8/07, Helen Triolo [EMAIL PROTECTED] wrote:

Thanks jord -- that was indeed the issue.  If anyone else does
Flash+Yahoo maps, the url to use instead (the one that has a
cross-domain file in place) is

http://local.yahooapis.com/MapsService/V1/geocode

Helen
new tute: http://flash-creations.com/notes/sample_yahoomap.php

--
Jordan L. Chilcott, President
Interactivity Unlimited
Guelph, Ontario
-
Tel:  (519) 837-1879
eFax: (519) 837-8610

mailto:[EMAIL PROTECTED]
http://www.interactivityunlimited.com
iChat/AIM: j1chilcott

Author: Building Web Sites with Macromedia Studio MX
Author: Building Dynamic Web Sites with Macromedia Studio MX
Author: Flash Professional 8: Training From the Source
Author: Foundation Flash 8 Video
___
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


Re: [Flashcoders] OT: Pirated Books

2007-03-02 Thread Jordan L. Chilcott - Interactivity Unlimited

Sorry... couldn't resist:

On 3/1/07, Omar Fouad [EMAIL PROTECTED] wrote:

this is not called piracy my little brave boy... as in i am not selling it.
I was just considering you my lil brother, and than i decided to give you
this book as any one gives something to his girlfriend..


IOW, your give your girlfriend stolen jewelry that someone else just
happened to take for you?

What I find even more humourous than this is your signature
paraphrasing 1 Corinthians. Here's one from Exodus: Thou shalt not
steal!

jord
--
Jordan L. Chilcott, President
Interactivity Unlimited
Guelph, Ontario
-
Tel:  (519) 837-1879
eFax: (519) 837-8610

mailto:[EMAIL PROTECTED]
http://www.interactivityunlimited.com
iChat/AIM: j1chilcott

Author: Building Web Sites with Macromedia Studio MX
Author: Building Dynamic Web Sites with Macromedia Studio MX
Author: Flash Professional 8: Training From the Source
Author: Foundation Flash 8 Video
___
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


Re: [Flashcoders] How does YouTube convert all video formats to Flash format?

2007-02-08 Thread Jordan L. Chilcott - Interactivity Unlimited

This can also be done with the Flix Engine. We have been using this
with one of our clients with great success.

jord


2007/2/8, Paul Steven [EMAIL PROTECTED]:

 I am working on a Flash project that requires the user to upload a video
 clip. Ideally they should not be restricted to a particular video format
 so
 I was hoping for some advice on how to convert different video formats
 online to flash format.

 I have seen this done on the YouTube website but have no idea what they
 are
 using - anyone know what they are using?

 Any advice much appreciated!

--
Jordan L. Chilcott, President
Interactivity Unlimited
Guelph, Ontario
-
Tel:  (519) 837-1879
eFax: (519) 837-8610

mailto:[EMAIL PROTECTED]
http://www.interactivityunlimited.com
iChat/AIM: j1chilcott

Author: Building Web Sites with Macromedia Studio MX
Author: Building Dynamic Web Sites with Macromedia Studio MX
Author: Flash Professional 8: Training From the Source
Author: Foundation Flash 8 Video
___
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