RE: [Flashcoders] My rights - site not paid for.

2008-12-08 Thread Pete Hotchkiss
Eamons point about the computer misuse act is not strictly true - you
own the site unless a contract exists explicitly licensing full
ownership of everything up payment completion.

My advise however is to leave the site up and get Thomas Higgins on the
case. He's BRILLIANT and has a ni on 100% record for recovering debts.
He's completely ruthless and gets results

http://www.thomas-higgins.co.uk/

Trust me - use these guys and you'll have you money before the month is
out

 


 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Piers
Cowburn
Sent: 08 December 2008 11:51
To: Flash Coders List
Subject: Re: [Flashcoders] My rights - site not paid for.

I've been in this situation before and done the same as Paul, it ended
up going to a small claims court and the client didn't even turn up for
the hearing. I got paid and the costs were covered by the client.

Piers


On 8 Dec 2008, at 11:38, Paul Steven wrote:

 Hi Stephen

 I had a similar situation about a year ago and in this case I had no 
 contract but just emails from the client agreeing on the cost for the 
 work.

 Anyway I simply made a claim via
 https://www.moneyclaim.gov.uk/csmco2/index.jsp and I won my case. It 
 was really simple and will cost you nothing as you get all your costs 
 paid for by the customer if you win.

 I would be reluctant to take the site down as doing so will then mean 
 the customer has nothing to pay for. By leaving the site up and 
 running, you have fulfilled your obligations.

 Anyway good luck!!

 Paul




 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Stephen Matthews
 Sent: 08 December 2008 11:03
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] My rights - site not paid for.

 What are my rights ( in the UK ) for taking down a site which has not 
 been paid for?

 The owner of the company is happy with his site, but is not coughing 
 up.

 I still have FTP access.

 He says the site took too long, and makes lots of excuses for not 
 paying - which do not tally.
 He changed the site drastically at least three times - I think it took

 too long too, due to this.
 He is updating the news section and other sections whenever he has new

 material.

 I would be interested in your thoughts.

 This person won an award for being a top business man this year - is 
 this what you have to do to be a top business man - screw people?

 I am not the kind of person to take this action really, but I may 
 consider it.

 Thanks

 S



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

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

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

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


RE: [Flashcoders] multimap.com flash api?

2008-06-03 Thread Pete Hotchkiss
There's a Javascript API which I'm sure could be ported

http://www.multimap.com/apidocs/1.2/ 


 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of allandt
bik-elliott
Sent: 03 June 2008 17:57
To: Flash Coders List
Subject: [Flashcoders] multimap.com flash api?

hi

sorry if this is a repost - i wasn't sure if my last attempt got through

i've been asked to try and find a way of incorporating multimap (from
multimap.com) into a flash site but as far as i can see, there's no
programming api for flash (only
javascripthttp://www.multimap.com/apidocs/1.2/
).

Has anyone worked on or seen a flash implementation of multimap at all?

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

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


RE: [Flashcoders] (AS3) Object to an Array

2008-04-29 Thread Pete Hotchkiss
Or SWX format

http://www.swxformat.org/

Pete 


 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Muzak
Sent: 29 April 2008 14:09
To: Flash Coders List
Subject: Re: [Flashcoders] (AS3) Object to an Array

use remoting:
http://www.amfphp.org/

- Original Message -
From: SJM - Flash [EMAIL PROTECTED]
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Tuesday, April 29, 2008 2:19 PM
Subject: [Flashcoders] (AS3) Object to an Array


Hi Guys

Im in need of finding out how or even if its possible to convert an
object to an array?

Basically I am trying to output some vars from flash to an PHP script,
yet when PHP recieves the $_POST['textVars'] as [object 
Object] which is a string and not an array so I can't access it with
$_POST['textVars'][0]['x'], which should output the value of 
textBox1.x.

var textVars:Object = new Object;

textVars[0] = {
 x  :textBox1.x,
 y  :textBox1.y,
 width  :textBox1.width,
 height  :textBox1.height,
 rotation :textBox1.rotation
};

textVars[1] = {
 x  :textBox2.x,
 y  :textBox2.y,
 width  :textBox2.width,
 height  :textBox2.height,
 rotation :textBox2.rotation
};

sendVars.textVars = textVars;

sendRequest.data = setVars;
sendRequest.url = process.php;
sendRequest.method = URLRequestMethod.POST;
sendToURL(sendRequest);

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

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

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


RE: [Flashcoders] XPath

2008-04-29 Thread Pete Hotchkiss
Bugs - interesting I've used this extensively for some time now and
never had a problem with it

What specifically are you seeing Glen ?

Pete


 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glen
Pike
Sent: 29 April 2008 15:20
To: Flashcoders mailing list
Subject: [Flashcoders] XPath

Hi,

Does anyone know who to speak to about bugs in XFactorStudio's XPath
api?

Thanks

Glen
-- 

Glen Pike
01326 218440
www.glenpike.co.uk http://www.glenpike.co.uk

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

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


RE: [Flashcoders] { AS3 } Reading position info X, Y, H W

2008-04-28 Thread Pete Hotchkiss
Surely - by Pythagoras

w2 = square root of (width - x)^2 + (x2 - x)^2

Also might help to know the _rotation angle of the containing element


 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 28 April 2008 14:43
To: Flash Coders List
Subject: [Flashcoders] { AS3 } Reading position info X, Y, H  W

Hi i need some help reading position info X, Y, H  W of a desired
object. Now i know some of you are going to jump streight in with
answeres like... instanceName.y, instanceName.x etc... but i would like
you to take a look at the following link first, you will see a number of
lines drawn to explanin the valuse i am after!

http://79.170.40.163/flashdev.com/


I already have X, Y  bounding box H/W values. I need to read W2, H2 
X2 if possible?

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

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


RE: [Flashcoders] Is Adobe fixing this big FP9 problem?

2008-04-15 Thread Pete Hotchkiss
People please - can we keep this thing ON TOPIC !!!

Last thing my inbox needs is handbag wars bouncing across the atlantic. If you 
can keep it focused on the bug and flash related issue then take thr ting off 
list !!!



-Original Message-
From: [EMAIL PROTECTED] on behalf of Matt S.
Sent: Tue 15/04/2008 14:18
To: Flash Coders List
Subject: Re: [Flashcoders] Is Adobe fixing this big FP9 problem?
 
On Tue, Apr 15, 2008 at 9:05 AM, Glen Pike [EMAIL PROTECTED] wrote:
  Just because a guy's English ain't as good as your own is not a reason to
 start belittling him, especially where we can all see you.


I'm not belittling him because of his english. Je suis sur qu'il
pourrais me moquer a cause de mon francais debile.  My real issue is
that Steven, while no doubt heated, was keeping it focused on the
code, while Laurent inexplicably spiralled it off into the personal
with a series of totally OT attacks.

  Mum says, enough.  Talk about code. :o


And thats my last word on the subject ;)

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

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


RE: [Flashcoders] code review

2008-04-15 Thread Pete Hotchkiss
apart from the _root reference whichis never a good idea

check you lower-case / upper-case naming on your textfield

Flash will treat P_1 and p_1 as different fields.

in your loop your only mapping references to p_1, p_2, p_3 ... etc etc

and fields named P_1, P_2, P_3 ... etc will never be referenced

Pete


-Original Message-
From: [EMAIL PROTECTED] on behalf of Lehr, Theodore M (N-SGIS)
Sent: Tue 15/04/2008 17:13
To: Flash Coders List
Subject: [Flashcoders] code review
 
What is wrong with this code:

for (i=1; i6; i++) {
 _root.main_content[p_+i].setTextFormat(portNavOff);
}

P_1, p_2,  are dynamic text fields.   Should this be working or
can I not target a text field like this?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

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


RE: [Flashcoders] sending email as/php

2008-04-14 Thread Pete Hotchkiss
your using POST to send the data - and then trying to retrieve with GET


-Original Message-
From: [EMAIL PROTECTED] on behalf of Lehr, Theodore M (N-SGIS)
Sent: Mon 14/04/2008 16:29
To: Flash Coders List
Subject: [Flashcoders] sending email as/php
 
Sorry for posting such a basic but I did google first... I am trying:

 

As: 

 

loadVariablesNum (mail.php, 0, POST);

 

php:

?php

 

$comment=$_GET['ucomment'];

$name=$_GET['uname'];

$email=$_GET['uemail'];

 

mail([EMAIL PROTECTED], subject, Name: .$name.\nEmail:
.$email.\n\nComment: .$comment);

?

 

I am not getting the variable values...

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

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


RE: [Flashcoders] Terminal Server

2008-02-07 Thread Pete Hotchkiss
Not strictly RDC - but have you seen Darran's work on Flash/VNC ?

http://www.darronschall.com/weblog/archives/000192.cfm

 


 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of tom
rhodes
Sent: 07 February 2008 15:16
To: flashcoders
Subject: [Flashcoders] Terminal Server

Hello all,

I've done a little googling to find out how to connect to Terminal
Server from a webpage. Just wondering if anyone has any experience of
doing this through flash? If anyone has can they point me to some
usefull resources as i need to scope out the price of making a flash
front end that talks with Terminal Server.

Any help greatly appreciated, thanks in advance,

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

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


RE: [Flashcoders] LoadVars and SQL Query issue

2008-02-02 Thread Pete Hotchkiss
Omar

This is the least of your worries  google SQL injection attacks before you 
waste too much more development time trying to resolve this issue.

Pete


-Original Message-
From: [EMAIL PROTECTED] on behalf of Omar Fouad
Sent: Sat 2/2/2008 1:07 AM
To: Flash Coders List
Subject: [Flashcoders] LoadVars and SQL Query issue
 
I am doing an application where I'm writing some classes that sends queries
to a php file by using LoadVars.send().

var toSend:LoadVars = new LoadVars();
var myQuery:String = select * from users where Name = 'Omar Fouad' ;
toSend.query = myQuery; // tracesselect * from users where Name = 'Omar
Fouad'
toSend.send(File.php, _self, POST);

At this phase the php files receive the query and when I echo the query
string appears:

select * from users where Name = \'Omar Fouad\'
That's is how it is sent to the server so of course it shows an SQL error
because of the backslashes. Apparently it does not recognize the String in
the String part of the query that is sent from Flash.

When I send a query for a Number like:

select ^ from users where id = 1

it queries the database without problems.

How can I solve this problem?

Thanks and Regards.

-- 
Omar M. Fouad - Digital Emotions
http://www.omarfouad.net

This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be copied,
disclosed to, retained or used by, any other party. If you are not an
intended recipient then please promptly delete this e-mail and any
attachment and all copies and inform the sender. Thank you.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

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


RE: [Flashcoders] LoadVars maximum?

2008-01-31 Thread Pete Hotchkiss
Are you sending GET or POST ? 


 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave
Mennenoh
Sent: 31 January 2008 16:00
To: Flash Coders List
Subject: [Flashcoders] LoadVars maximum?

I've been looking and looking and cannot find the info... I am trying to
send an array containing many thousands of entries to a php page for db
storage. However when I get too much info into a loadvars property, it
just stops working and sits there. What's the max I can send in one LV
property? 
I am doing toString() on the array, but I guess I need to break the
array into multiple arrays - just wondering what granularity if best for
speed and such.


Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/ 

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

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


RE: [Flashcoders] MultiLanguage

2008-01-21 Thread Pete Hotchkiss
Dave

I've lost count of the number of apps like this we've worked on. There
are several issues here to address that are wider reaching than just
TextFormatting.

Firstly you need to think about the character sets each of the various
versions will need for deployment. Are all of your required versions
only going to require Latin characters ? What about Crylic and other
more complicated requirements ? Your choice of typeface (and available
character sets) will could be limiting unless you plan carefully. After
all there's no point over-weighting a .swf file with characters your not
going to use.

Look at shared fonts as your best solution to this. By loading an
external .SWF file with the required font, and/or font nodes you can
dynamically change the display at run-time, negating the need to
re-compile the file for each version.

From the storage of content - I'd always recommend to run with XML.
Makes it soo much easier to change elements at runtime than the
flash panel which relies on the end user being able to re-compile the
flash. 

In terms of the language variations affecting design - this one
ultimately comes down to educating the creative to design/produce a
framework which allows for flexibility. If you need customised 'pretty'
buttons then build them as extensions of the components (or custom ones
from scratch) that will automatically size where needed. 

Pete

 


 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave
Mennenoh
Sent: 21 January 2008 13:00
To: Flash Coders List
Subject: Re: [Flashcoders] MultiLanguage

Right, thanks. I realize that, my concern is still sizing issues though.

This will be an app that is 'pretty' it has nice looking buttons and
such. 
If everything could be scrollable text fields I would have no problem. 
Consider something as something as simple as 'stop', which is something
like 'anschlag' in german. Doubling the character count in a field can
make a big diff for formatting...

Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/ 

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

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


RE: [Flashcoders] Possible to mute all swf's on a page with Javascript?

2007-12-14 Thread Pete Hotchkiss
If you have multiple swf's playing sound - and you want to toggle them
all/on off then look at the LocalConnection - you can pass events
between SWF's easily

http://www.adobe.com/support/flash/action_scripts/local_connection_objec
ts/

Hope this helps

Pete 


 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Berkay
Unal
Sent: 14 December 2007 10:48
To: [FlashCoders]
Subject: [Flashcoders] Possible to mute all swf's on a page with
Javascript?

 Hi Coders,

Is it possible to shot the sounds of all the swf's on the page with a
javascript or with a flash param?

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

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


[Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Pete Hotchkiss
Whilst I realize this up date to the Flash 8 IDE in sonly an Alpha -
I'll be somewhat pissed if the final release delivers the same message I
just received.

'Adobe Flash 9 Public Alpha requires that your computer be running
Windows XP'

Are Adobe for real ? Some people in this world are running 2000 still

If this has been covered already then I'll crawl back under my stone :)

Pete


___
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


Automated Reply Re: [Flashcoders] TextInput/TextField shown through mask don�t show any text

2006-05-21 Thread pete . hotchkiss
I am now out of the office until Tuesday 23rd May. Please contact Andrew Timms 
on 020 3008 8086.

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


Automated Reply Re: RE: [Flashcoders] swapping depths and disappearing clips

2006-05-20 Thread pete . hotchkiss
I am now out of the office until Tuesday 23rd May. Please contact Andrew Timms 
on 020 3008 8086.

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


Automated Reply Re: [Flashcoders] Binding a Symbol to a Class

2006-05-19 Thread pete . hotchkiss
I am now out of the office until Tuesday 23rd May. Please contact Andrew Timms 
on 020 3008 8086.

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


[Flashcoders] Quick n diarty date request

2006-05-02 Thread Pete Hotchkiss
Is there a simple way to check if an instance of a date function is
today.

Ie

var foo = new Date();
trace(foo);

var bar = new Date(2006, 04, 02);

trace(bar)

trace(foo == bar);

Obviously that returns false as the time is incorrect.

There must be a simple way ?

Pete



___
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] vector to jpeg or png, php

2006-03-08 Thread Pete Hotchkiss
Your not going to get anywhere with the Bitmap data object if your
resolutions need to be that big. The sheer size of the data will be so
big it will bring the flash player to it's knees.

However if you want to try it there is some good stuff here.

http://www.sephiroth.it/tutorials/flashPHP/print_screen/page002.php

You best bet is to look into the GD library

http://uk.php.net/gd

I've used this in the past to generate JPEG's from swf data



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Aaron
Smith
Sent: 08 March 2006 07:55
To: Flashcoders mailing list
Subject: [Flashcoders] vector to jpeg or png, php


I searched the list archives for a good solution for generating a jpeg 
or png using php. nothing found. I know i've seen some articles on this 
here and there but can't remember where exactly.

does anyone have any good links for this? Flash 8 preferred because of 
bitmap api. Also note the DPI and res need to be huge ( 2300 X 3500, 
200DPI )

thanks in advance

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


___
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] XML Driven Application Driving me crazy :)

2006-02-01 Thread Pete Hotchkiss
Just clarify a few tings on this.

This is an App running on a CD - that queries a DB which is online?

I'm guessing that part of the problem is the sheer volume of data being
passed back to the App. XML is great when there is a reasonable amount
of data to parse, is this gets significantly large, then the XML object
can take a while to load and parse this data in.

If this is the case, can you break the data up into smaller chunks ?

Also what are you doing to 'search' the XML once it's loaded. If you
haven't already done so look at Xpath - makes searching so much easier.

Finally, if there is a server side tier to this, think about
FlashRemoting - it will show a significant performance improvement for
you.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ing.
Mario Falomir
Sent: 31 January 2006 17:34
To: Flashcoders mailing list
Subject: [Flashcoders] XML Driven Application Driving me crazy :)


Hi, I need some advice from you guys :) I have an XML Driven FLash APP,
basically it's a tool that displays charts and data in grids,
containers, etc...that my client will handout in CDs. So at the
beginning of the development process I thought XML would suit perfectly
in the purpose of this app. But it happened that the DB used to generate
the apporpiate XML files that my app consume had grown amazingly so
eventually my app (exclusively the part that searches for an specific
registry entry) turns very slow and sometimes (rarely but happens) it
crashes due to the exhaustive loops and interations i do in order to the
search/display data of an specific registry and filtering functions.

So i thouhgt, upon your experience,  to ask how would you do to optimize
this thing or what its the best way to do the queries to an XML in order
smooth things a little bit more :) Or what approaches (or guidelines )
do you use when you have to develop an app. that will have XML to serve
as its DB. Do you load everysingle XML at once ? on demand ? etc ?

Thanks in advanced!
Mario
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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


[Flashcoders] PrintJob Class - nested MC's and some wierdo print skewing

2006-01-06 Thread Pete Hotchkiss
I have the following

var pageCount:Number = 0;
var my_pj:PrintJob = new PrintJob();

if (my_pj.start()) {

my_pj.addPage(target_mc,
xMin:0,xMax:700,yMin:0,yMax:500},
{printAsBitmap:true},
 1);

}

if (pageCount  0)
{
my_pj.send();
}

delete my_pj;

The print job created ok.

However I have a problem when it actually print - the target_mc actually
has 2 nested clips inside it.

The print out comes out completely skewed by about 30-40 degrees, and
half the graphic is inverted. There is also NO color. I've tried 3
printers, and they all do the same.

If I passed a target clip which DOESN'T have a nested clip (ie
target_mc.someclip_mc) it all prints fine.

Any one shed any light on my frustrations.

Pete


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


RE: [Flashcoders] MovieClipLoader

2005-12-10 Thread Pete Hotchkiss
Hi 

Which of the MovieClipLoader events are you using ?I ask only because
I've had similar problems with the class in Flash 8. I did a bit of
digging and found this.

http://www.betriebsraum.de/blog/downloads/
http://www.betriebsraum.de/external_data/downloads/QueueLoader/QueueLoad
er.zip

It offers far great flexibility - and proper queuing of assets. It might
be a better solution to your problem than tackling the caching problem.

Pete

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
dancedrummer
Sent: 09 December 2005 21:50
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] MovieClipLoader


I'm running into a problem that only occurs with Flash8.  I have a swf
that loads additions swf's with a MovieClipLoader object.  The first
time I hit the page it works fine.  On subsequent tries when the
external swf's have been cached in the browser they are not getting
recognized as being loaded by the MCLoader object.  Is not an issue with
Flash7.  Anybody here know anything about this?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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


RE: [Flashcoders] Degrade AS2 code to AS1 - how to?

2005-12-02 Thread Pete Hotchkiss
Why would using external files make any difference to the performance.
The As is added to the swf at compile time so the client would never
need know ?

Other way to address this is to provide two costs. One for the way you
wish to do it, and one for his way which should be 2-3 times more
expensive. That way he/she has no choice.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gregory
Nikolaev
Sent: 02 December 2005 11:45
To: Flashcoders mailing list
Subject: [Flashcoders] Degrade AS2 code to AS1 - how to?


Hello Flashcoders,

  I have a client who wants to make significant improvements to their
  flash site (quite big).
  However, as site currently uses Flash 6 (or even 5) style
  programming, even (!) with NO external files, they insist that all
  should be done in the same manner.
  Mean no classes, no ext. files. Hope I'll be able  to avoid
  distributing code to clips ... :-(

  All you know how non-convenient this approache seems now, after 2
  years of class-based OOP in AS2.
  So, as there's a lot of coding, I'd like to use AS2 where possible
  during development.

  Question:
  Is there a way to automatically (or semi-automatically) convert AS2
  code (with or w/o external classes) to AS1-styled code w/o ext.
  files?

  Any ideas appreciated.
  

-- 
Best regards,
 Gregory

http://GOusable.com
Flash components development.
Usability services.


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


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


RE: [Flashcoders] Post awaiting for approval[OT]

2005-11-22 Thread Pete Hotchkiss

http://david.peek.ws/spark/
just need an opinion.

Good start ... Needs a lot of work on the usability.

The Browser for example - the images feel like the should be clickable -
but on my machine at least - nothing happened.

The Google earthh - how do I zoom in ?




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


RE: [Flashcoders] DataGrid

2005-11-21 Thread Pete Hotchkiss
Not sure about setting width of scrollbar -but I've used these in the
past

http://www.epresenterplus.com/

The documentation to it all leaves a little to be desired as it's all
work in progress - but the framework these are based on is far more
flexible than the MM versions

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ryan
Sexton
Sent: 18 November 2005 22:48
To: Flashcoders mailing list
Subject: Re: [Flashcoders] DataGrid


Thanks for the reply, do you know of any alternatives to the datagrid 
with a bit more customizing?

Thank you,
Ryan Sexton


On Nov 18, 2005, at 5:27 PM, JesterXL wrote:

She's hardcoded to 16, bro, not much you can do.

- Original Message -
From: Ryan Sexton [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Friday, November 18, 2005 5:15 PM
Subject: [Flashcoders] DataGrid


I'm playing with the DataGrid component (first time). I'm trying to set
the width of the scrollbar and I can't seem to do it.. I'm trying:
dgInstance.vScroller._width = 150; and nothing happens. Anyone know how
to do this or know if it's impossible with flash's datagrid component?


Thank you,
Ryan Sexton

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


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


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


RE: [Flashcoders] Flex Style Flash MX2004 Components

2005-11-14 Thread Pete Hotchkiss
I think they look better - I'm a designer so shoot me :)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Johannes
Nel
Sent: 14 November 2005 20:46
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Flex Style Flash MX2004 Components


why

On 11/14/05, Hindman, Jeff [EMAIL PROTECTED] wrote:

 Nope ...

 http://www.dwuser.com/flexcomponents/

 -- Jeff Hindman

 -Original Message-
 From: Pete Hotchkiss [mailto:[EMAIL PROTECTED]
 Sent: Monday, November 14, 2005 10:43 AM
 To: 'Flashcoders mailing list'
 Subject: [Flashcoders] Flex Style Flash MX2004 Components


 I have a very vague recollection of somebody somewhere creating a set 
 of Flex Styled components for Flash MX2004 - was I dreaming ?



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




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


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


RE: [Flashcoders] Re: Expandable banners

2005-11-12 Thread Pete Hotchkiss
Ricky,

Very valid points. Ultimately it comes down to budget (doesn't
everything  :) ) but engaging visitors with in-ad content is the way
things are moving. I worked on a campaign at the start of this year,
which had an in-ad-game. And not just a silly little 5 seconds and your
bored game either. It was a fully engaging top down shoot-em-up. We saw
33% click through on that ad and repeat plays of the game around the 80%
mark. Serious figures when you take into consideration average click
through are around 2%.

I'm currently putting together some prototypes involving video
interaction which will be interesting to track users activity through. I
can foresee a move towards putting more content directly in the ads - a
mini micro site if you will.

This is always going to be a heated debate, as feelings are strong on
both sides. The fact of life is, online advertising is hear to stay -
period - and Flash offers the best platform for creating the material
(good or bad). I would however be interested in opening up a
conversation with somebody like Jessie (off list of course), as to
exactly what it is that he finda so intrusive. Is it simply the fact
that the ads are there at all ? Or investigating further is it
particular formats (overlays, skyscraper etc) that make his blood boil
so much. 

Jessie - I would genuinely be interested to talk more off list ?

For now I think this thread has run it's course.





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ricky
Bacon
Sent: 11 November 2005 18:40
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Re: Expandable banners


JesterXL wrote:
 I'm not talking about Flash banners, I'm talking about people who 
 think
 people should stop bashing people who make Flash banners.  If someone 
 creates unsavory content, I and others will associate them with such.
Fact 
 of life.
 
 If they do not want negative comments directed towards them, they need

 to
 stop associating themselves with the negativity they create.

A larger question is why do banners have to be unsavory?  Ad banners 
serve a needed purpose: generating revenue for a site owner.  I'd agree 
that the vast majority of ad banners are annoying.  Large flashing 
objects and bad techno do not make for a compelling experience.

It would make more sense to engage a visitor with a banner they actually

want to interact with.  Flash provides a unique opportunity to do this. 
  My guess is a good interactive banner will generate more brand 
awareness and better click through rates for the advertisers.

The problem involves selling the idea since developing a compelling 
experience takes time and money, whether it's an ad banner or a web
site.

-Ricky /still using the Flashblock extension

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


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


RE: ÍøÒ×ÓÊÏä×Ô¶¯»Ø¸´:RE: [Flas hcoders] Re: Expandable banners

2005-11-12 Thread Pete Hotchkiss
Is any one else getting these Chinese mails?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: 12 November 2005 16:10
To: [EMAIL PROTECTED]
Subject: ÍøÒ×ÓÊÏä×Ô¶¯»Ø¸´:RE: [Flashcoders] Re: Expandable banners


您发给我的信件已经收到。





网易163邮箱--专业电子邮局,2000M超大空间,支持超大附件,全国唯一24小时客户服务。
欢迎您来注册使用。网易126邮箱:http://www.126.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Expandable banners

2005-11-11 Thread Pete Hotchkiss
I think this tread ahs gone WAY OT now - lets just agree to disagree on
this one. It's realy not all that important :)


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: 10 November 2005 00:36
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Expandable banners


I don't need to accept them at all; it's called FlashBlock.

- Original Message - 
From: [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Wednesday, November 09, 2005 7:22 PM
Subject: Re: [Flashcoders] Expandable banners


I agree - but we dont live in a perfect world and not all websites can
be google. And if they were it would be a pretty grey/vnial/boring
world.

I do understand you might feel that flash based ads are intrusive - but
you 
need
to accpet them as just an important part of the online landscape as
google keywords. Wether you coose to belive me or not they do work.


on 10/11/05 12:05 AM, Flashcoders mailing list
flashcoders@chattyfig.figleaf.com wrote:

 Jakob Nielsen said it best; Google's done well because they made ads 
 that aren't annoying.  Google ads can remain on a webpage and allow 
 me to read without giving me a seizure, nor to do they appear over the

 top of my webpage that I'm reading with no discernable close button.

 Google has not become the billion dollar company they are because of 
 ads; they became that because of good search capabilities, ads that 
 are relevant  not distracting, and allowing others to share in the 
 revenue they generate.

 - Original Message -
 From: Daniel [EMAIL PROTECTED]
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Sent: Wednesday, November 09, 2005 6:41 PM
 Subject: Re: [Flashcoders] Expandable banners

 something to consider is that google works off adds.  If it weren't 
 for thier adds you would have to pay for it.  Same with Yahoo.  I 
 could keep going but I won't.  I agree with pete here.  I don't like 
 adds being everywhere, but I do see the purpose and so I accept it.  
 Its easy enough to ignor.  Sometimes you'll get lucky and find 
 something interesting.  But if you don't, just ignor it.  Flash 
 banners, java script banners, basic jpeg/gif banners really arn't that

 much different.  The flash ones are just more fun to play with. ;)  
 Personaly I'd hate it if they got rid of banner advertising.  They 
 would probably go back to pop ups everywhere wich is even more 
 anoying.  Oh, and some of us arn't rich and can't afford to pay for 
 every site we go to.

 Daniel

 ryanm wrote:

 But when the quality of programming on TVnose dives,

You mean it gets worse than America's Next Top Model and The 
 Biggest Loser?  8-O

Right now I pay $12.99 a month for high quality programming 
 without commercials, it's called HBO.

 it costs you $60 to go to the movies,

At $9 a ticket we're not far from that now.

 a daily news papaer is $10 a day,

Like I'd pay to read that crap...

 and finaly you have to pay $99 per month just to use your favour 
 websites (that used to be free)

The good ones don't need ads. If you content is worth consuming, 
 people will pay to consume it.

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



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

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



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

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


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


RE: [Flashcoders] Basic idea to use xml in flash

2005-10-29 Thread Pete Hotchkiss
Wassem - what is it in particular you want help with.

The subject of your mail would suggest you need something to do with XML
- is this correct ?

Pete

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Waseem
Shahzad
Sent: 29 October 2005 11:24
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Basic idea to use xml in flash


Hello All members hope you are fine.
I have a problem that I am novice in the world of flash but not so much
but I think that you are all too much seniors from me in flash knowledge
I want too much from flash please guide me and tell me a better way to
have a nice grip on actionscripting, I'll be grateful to all of you. God
bless you all. ___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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


RE: [Flashcoders] www.brain-farm.com

2005-10-26 Thread Pete Hotchkiss
You just posted this on FlashLounge - its WAYY off
topic for here

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marco
Sottana
Sent: 26 October 2005 15:17
To: Flashcoders mailing list
Subject: [Flashcoders] www.brain-farm.com


look at www.brain-farm.com

- Original Message - 
From: Salvatore Fusto [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Wednesday, October 26, 2005 3:56 PM
Subject: [Flashcoders] swf height and width


 Hi all,
 how can i find, using javascript, height and width of a swf file, 
 given
 its path?
 tnx and regards
 salvatore

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


 --
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.1.361 / Virus Database: 267.12.5/149 - Release Date:
25/10/2005

 

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


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