[Flashcoders] Copy Paste into Firefox

2006-07-12 Thread mail

Hi,

This is really simple question but I can't seem to dig up an answer.  
copy paste flash firefox seems to match everything but what I need  
on Google. So sorry in advance for bringing up this topic which must  
have been covered before.


WTF is the problem with pasting text into the flash player on Firefox.  
I have an application that requires users to copy in a string for  
translation. Works fine on IE, but on latest version of Firefox  
running on XP or 2000Pro the keyboard shortcut to paste text from the  
clipboard won't work. Not unless you press it twice, then you get the  
text twice...


TextField, TextArea or TextInput component it make no difference, and  
I get the same thing when calling the swf from a html page or  
directly, eg. mydomain/test.swf. Right click paste works but I can  
hardly ask my users to do that now.


Any leads appreciated. Links, work arounds, anything.

Oh, the swf is compiled for the flash 7 player.

Thanks in advance.

Tony
___
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] Abstract classes in AS3?

2006-07-12 Thread Nicolas Cannasse
 I don't really care whether they allow private constructors or not, as
 long as they provide some way of accomplishing the same thing.
 Specifically, I want to be able to:
 1) Limit the number of instances of certain classes (singletons,
 enumerations).

Did you have a look at haXe enums ?
http://haxe.org/ref#the_power_of_enum

 2) Have methods which are not attached to specific class instances.

That's a bit like static methods no ?

 3) Be able to create classes that cannot be instantiated themselves but
 can be superclasses of concrete classes.

Yes, I agree there. Removing the ability to create private constructors
seems completely pointless. The rational behind it seems a bit like you
don't need that, which is not a very strong point IMHO.

Nicolas
___
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] Abstract classes in AS3?

2006-07-12 Thread Weyert de Boer
Yeah, well I don't need the onion skinning tool either so let's remove 
it ;-)

___
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] Copy Paste into Firefox

2006-07-12 Thread Rick Lecoat
Tony;

Is there a chance that the pasted text is actually including a carriage
return at the end? Sometimes I've copy pasted stuff into a one-line text
field and thought where is it? when actually I've included a hard
return in the copy and so the pasted text has been pushed up one line,
out of sight.

Don't know why this would be different in IE and FF though, so maybe
it's not that, unless IE treats pasted carriage returns differently.

It's a long shot, I agree, but a quick thing to check before delving deeper.
HTH

-- 
Rick Lecoat

--
Original message:
Received from [EMAIL PROTECTED] on 12/7/06 at 07:20

Hi,

This is really simple question but I can't seem to dig up an answer.  
copy paste flash firefox seems to match everything but what I need  
on Google. So sorry in advance for bringing up this topic which must  
have been covered before.

WTF is the problem with pasting text into the flash player on Firefox.  
I have an application that requires users to copy in a string for  
translation. Works fine on IE, but on latest version of Firefox  
running on XP or 2000Pro the keyboard shortcut to paste text from the  
clipboard won't work. Not unless you press it twice, then you get the  
text twice...

TextField, TextArea or TextInput component it make no difference, and  
I get the same thing when calling the swf from a html page or  
directly, eg. mydomain/test.swf. Right click paste works but I can  
hardly ask my users to do that now.

Any leads appreciated. Links, work arounds, anything.

Oh, the swf is compiled for the flash 7 player.

Thanks in advance.

Tony



___
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] IIS vs Apache: transferring of vars from swf to PHP problem?

2006-07-12 Thread Ramon Miguel M. Tayag

Hi everyone,

I need help.

I have a swf file with this code in the timeline:
==
var lv:LoadVars = new LoadVars();
var lv_temp:LoadVars = new LoadVars();

lv.foo = bar;
lv.sendAndLoad(test.php, lv_temp);
==

then test.php is:
==
?php
mail(my email, You tried to send $foo, Message);
?
==

The problem:
In one server (IIS), it sends but the subject just comes out You
tried to send and on another (Apache), it works: You tried to send
bar.

Is there something in IIS that I have to fix?

--
Ramon Miguel M. Tayag
___
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] Copy Paste into Firefox

2006-07-12 Thread Count Schemula

copy and past has long been a trouble/bug in Firefox...
___
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] Php Host

2006-07-12 Thread valters boze
I`m using dreamhost.com as it is really cheap for the
offer (20gb,
unlimited domains, more, more more for ~9$/month).
Sometimes the ping
is slower, but its best for the buck!
P.S. enter promo code BRIINUMS on registration and get
50$ off ;)
  

-- 
Best regards,
 valtersboze


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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] IIS vs Apache: transferring of vars from swf to PHPproblem?

2006-07-12 Thread Bernard Visscher
?php

mail(my mail,You tried to send  . $_GET[foo], Message);

?

You have to use $_GET or $_POST to get your variable.

I wouldn't use the mail script like this, you'll have to do some checking on
which data is passed.
mail() has a posibillity of header-injection.

Bernard

 -Oorspronkelijk bericht-
 Van: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Namens 
 Ramon Miguel M. Tayag
 Verzonden: woensdag 12 juli 2006 12:14
 Aan: FlashCoders Programming; [EMAIL PROTECTED]
 Onderwerp: [Flashcoders] IIS vs Apache: transferring of vars 
 from swf to PHPproblem?
 
 Hi everyone,
 
 I need help.
 
 I have a swf file with this code in the timeline:
 ==
 var lv:LoadVars = new LoadVars();
 var lv_temp:LoadVars = new LoadVars();
 
 lv.foo = bar;
 lv.sendAndLoad(test.php, lv_temp);
 ==
 
 then test.php is:
 ==
 ?php
   mail(my email, You tried to send $foo, Message); 
 ? ==
 
 The problem:
 In one server (IIS), it sends but the subject just comes out 
 You tried to send and on another (Apache), it works: You 
 tried to send bar.
 
 Is there something in IIS that I have to fix?
 
 --
 Ramon Miguel M. Tayag
 ___
 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] IIS vs Apache: transferring of vars from swf to PHPproblem?

2006-07-12 Thread Ramon Miguel M. Tayag

Thanks Bernard!  I'll give it a try.

On 7/12/06, Bernard Visscher [EMAIL PROTECTED] wrote:

?php

mail(my mail,You tried to send  . $_GET[foo], Message);

?

You have to use $_GET or $_POST to get your variable.

I wouldn't use the mail script like this, you'll have to do some checking on
which data is passed.
mail() has a posibillity of header-injection.

Bernard


--
Ramon Miguel M. Tayag
Managing Director
Quirkworks
___
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] Php Host

2006-07-12 Thread Marcelo de Moraes Serpa

Has anyone around ever used imhosted? (www.imhosted.com)

On 7/12/06, valters boze [EMAIL PROTECTED] wrote:


I`m using dreamhost.com as it is really cheap for the
offer (20gb,
unlimited domains, more, more more for ~9$/month).
Sometimes the ping
is slower, but its best for the buck!
P.S. enter promo code BRIINUMS on registration and get
50$ off ;)


--
Best regards,
valtersboze


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.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


___
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] Php Host

2006-07-12 Thread Count Schemula

I've had good luck with www.crystaltech.com

I have a php, mySQL, cfmx thing with them. No problems, good e-mail support.

On 7/12/06, valters boze [EMAIL PROTECTED] wrote:

I`m using dreamhost.com as it is really cheap for the
offer (20gb,
unlimited domains, more, more more for ~9$/month).
Sometimes the ping
is slower, but its best for the buck!
P.S. enter promo code BRIINUMS on registration and get
50$ off ;)


--
Best regards,
 valtersboze


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.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


___
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] amfphp does not work on my local network

2006-07-12 Thread Count Schemula

I have a laptop running IIS, PHP, mySQL, amfphp

I have a simple amfphp application that works from the webserver laptop.

It works if I play just the .swf file, it works if I call the .html
file from the file:///C/Inetpub/wwwroot/ folder and it works if I call
it its IP address, 192.168.0.50/folder/file.html

It does not work from my development desktop computer on the same
wired ethernet network.

The webserver and network can be called from the desktop computer to
the webserver laptop, so that part works fine.The amfphp app does not
work.

I thought it might be a port issue, so I turned the SP2 firewall off
on the laptop, and that was not the fix.

I have a crossdomain.xml file in my webroot that allows localhost and
the webserver IP (192.168.0.50) and that did not fix it.

I've messed around with the flash player security thing on the web. Nothing.

I'm kind of at a loss.

I know this is really simple, but, it has me up a tree.

Thanks.
___
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] Problems reading Shared objects

2006-07-12 Thread Aasim Momin
Hi,
 
I have 2 files *.swf files. The first one is creating a shared object
while the second one reads the created shared object.
The files works perfectly on my local machine and on my server, but the
second file is not able to read the shared object on the client's
server.
Although both files work perfectly well on the client's local machine.
 
I have checked and found that there is no synchronizing problem between
the writing and reading of the shared object.
 
Could there be some settings on the client's server which may be
missing?
 
Regards,
Aasim Momin
 
___
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] Creating Custom Documentation MXP

2006-07-12 Thread Muzak
Steven,

Here's some additional info on how to get the 'show help' option to work with 
custom help files.

http://osflash.org/pipermail/screenweaver_osflash.org/2005-September/000108.html
http://osflash.org/pipermail/screenweaver_osflash.org/2005-September/000111.html

Here's a (French) explanation of how help.map and helpid's work
http://flash.media-box.net/index.php?act=Printclient=printerf=29t=16942

Here's one in English, by Aral
http://www.onrelease.org/b2mobile.php?p=79770265more=1

regards,
Muzak

- Original Message - 
From: Steven Sacks | BLITZ [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Tuesday, July 11, 2006 3:56 AM
Subject: RE: [Flashcoders] Creating Custom Documentation MXP


Nevermind, I found it.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:flashcoders-
 [EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ
 Sent: Monday, July 10, 2006 6:52 PM
 To: Flashcoders mailing list
 Subject: [Flashcoders] Creating Custom Documentation MXP

 I've spent some time on google trying to find information and no luck.

 I'm looking for a pointer in the right direction on how to create
custom
 documentation that would integrate into the Flash Help window
installed
 via an MXP file.

 Thanks!

___
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


[Flashcoders] Re: amfphp does not work on my local network

2006-07-12 Thread Count Schemula

Weird.

It works from http://dell5150/blah

but not from http://192.168.0.50/blah

The crossdomain policy was allow-access-from-domain=*

Nothing else works, not localhost, not 192.168.0.50.

Well, allow-access-from-domain=dell5150 works as well...

On 7/12/06, Count Schemula [EMAIL PROTECTED] wrote:

I have a laptop running IIS, PHP, mySQL, amfphp

I have a simple amfphp application that works from the webserver laptop.

It works if I play just the .swf file, it works if I call the .html
file from the file:///C/Inetpub/wwwroot/ folder and it works if I call
it its IP address, 192.168.0.50/folder/file.html

It does not work from my development desktop computer on the same
wired ethernet network.

The webserver and network can be called from the desktop computer to
the webserver laptop, so that part works fine.The amfphp app does not
work.

I thought it might be a port issue, so I turned the SP2 firewall off
on the laptop, and that was not the fix.

I have a crossdomain.xml file in my webroot that allows localhost and
the webserver IP (192.168.0.50) and that did not fix it.

I've messed around with the flash player security thing on the web. Nothing.

I'm kind of at a loss.

I know this is really simple, but, it has me up a tree.

Thanks.


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

2006-07-12 Thread Tunç Atakan
http://www.netdrims.com/flashsql/


Anybody use this component?

I need comment?

Thanx...

Tunc 



___
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] Php Host

2006-07-12 Thread Mike Britton

I use FutureQuest (http://www.futurequest.net/) and love their service.
I've never had a problem for over four years.  They have PHP, MySQL and
Ruby; shared and dedicated hosting; I can't say enough good things about
them quite honestly.

hth,

Mike
___
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] IIS vs Apache: transferring of vars from swf to PHPproblem?

2006-07-12 Thread Mike Britton

Bernard is right.  Take a look at these resources before you go live with
your application:

http://del.icio.us/search/?all=PHP+security


Mike
___
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] part of text is not visible...!

2006-07-12 Thread hmdakr
Hi,

text is loaded from notepad file.
When we see the text with Flash player 7 text is ok.
But when we see it with the Flash Player 5 some part
of dynamic text is not visible.

e.g. My house was 
On flash player 5 it comes as My house.
was is not visible.

On Flash player 7 it is ok it comes as-My house was

File was made in Flash 5.


plz help me...!

thx in advance...!



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.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] Flash SQL

2006-07-12 Thread jcarlos

it seems to be interesting

But I didn´t see any Stored Procedure based example

Isn´t  this SQL open way of dB query not very recommended since it exposes 
your persistence logic, tables and so on ???


I´m not an n-layers app expert but I found this arguments very often 

João Carlos

- Original Message - 
From: Tunç Atakan [EMAIL PROTECTED]

To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Wednesday, July 12, 2006 9:39 AM
Subject: RE: [Flashcoders] Flash SQL



http://www.netdrims.com/flashsql/


Anybody use this component?

I need comment?

Thanx...

Tunc



___
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


[Flashcoders] Media player version detection on Firefox

2006-07-12 Thread Sumeet Kumar
Hi

 

I need to get the version of media player on Firefox/netscape. Is there
any property exposed by navigator.plugins by which I can detect player
version. I  tried this for flash and it is working, but not for windows
media player. Any ideas?

 

R

 

___
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] Php Host

2006-07-12 Thread Mick G

Usually all the mediatemple fans come running out for this one ;) I'd
recommend MediaTemple if you have high traffic or high demand site. I've had
2 sites that other various hosting companies complained I was using too much
of their shared server resources - Media Temple server specs are VERY good
for shared servers. On the downside, their features are only average but
good enough.

On 7/12/06, Mike Britton [EMAIL PROTECTED] wrote:


I use FutureQuest (http://www.futurequest.net/) and love their service.
I've never had a problem for over four years.  They have PHP, MySQL and
Ruby; shared and dedicated hosting; I can't say enough good things about
them quite honestly.

hth,

Mike
___
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] Php Host

2006-07-12 Thread Weyert de Boer
You can also host by innerfuse great service, fast answers through 
AIM/Yahoo/Skype and such, and of course not expensive 100euro/year.





___
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] Shared fonts : method with 2 files seems faster that method with 1 file

2006-07-12 Thread erixtekila

The shared lib isn't loaded twice.
You just have to wait for a delay frame, in order to
use it.
That's all.

Actually I'm pretty sure it does load twice but I'd be
glad to hear that I'm wrong. Let me show you what I
mean.


Good observation, but wrong tools, IMHO.
I wouldn't want to rely too much on the bandwidth profiler to make good  
assumptions.
But perhaps the behavior (that I have observed following your test) can  
perhaps only be for offline use ?


Following your line, I've hosted Zarate's file on a web server.
Requesting the files with firefox and livehttpheaders.
That don't give the same results as yours.
And I would preferably rely on those tools instead.

Here are an output of the session :
---
http://www.v-i-a.net/t/
GET /t/ HTTP/1.1
Host: www.v-i-a.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;  
rv:1.8.0.4) Gecko/20060603 Firefox/1.5.0.4
Accept:  
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/ 
plain;q=0.8,image/png,*/*;q=0.5

Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

HTTP/1.x 200 OK
Date: Wed, 12 Jul 2006 14:33:40 GMT
Server: Apache
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html
Content-Encoding: gzip
Content-Length: 567
--
http://www.v-i-a.net/t/index.swf
GET /t/index.swf HTTP/1.1
Host: www.v-i-a.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;  
rv:1.8.0.4) Gecko/20060603 Firefox/1.5.0.4
Accept:  
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/ 
plain;q=0.8,image/png,*/*;q=0.5

Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.v-i-a.net/t/

HTTP/1.x 200 OK
Date: Wed, 12 Jul 2006 14:33:41 GMT
Server: Apache
Last-Modified: Wed, 12 Jul 2006 14:22:12 GMT
Etag: 18a8b8e-37c-44b50594
Accept-Ranges: bytes
Content-Length: 892
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Content-Type: application/x-shockwave-flash
--
http://www.v-i-a.net/favicon.ico
GET /favicon.ico HTTP/1.1
Host: www.v-i-a.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;  
rv:1.8.0.4) Gecko/20060603 Firefox/1.5.0.4

Accept: image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

HTTP/1.x 404 Not Found
Date: Wed, 12 Jul 2006 14:33:41 GMT
Server: Apache
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
--
http://www.v-i-a.net/t/Quadaptor.swf
GET /t/Quadaptor.swf HTTP/1.1
Host: www.v-i-a.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;  
rv:1.8.0.4) Gecko/20060603 Firefox/1.5.0.4
Accept:  
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/ 
plain;q=0.8,image/png,*/*;q=0.5

Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

HTTP/1.x 200 OK
Date: Wed, 12 Jul 2006 14:33:41 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2005 13:48:40 GMT
Etag: 18a8b8f-1b47-424ea2b8
Accept-Ranges: bytes
Content-Length: 6983
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Content-Type: application/x-shockwave-flash
--

You'll notice that the shared font lib is requested only once.
As to conclude that the loading appears twice offline and once online,  
I can't.



On the topic of faux fonts, could you please send me (privatly) a swf  
containing fonts with the Ivan and Bernard technic.

I'll try to figure what permit this behavior.
Shouldn't be to hard.
Perhaps a swfmill not yet implemented feature ?



So that's why I was king of leaning forward the 2 SWF
file per shared font methods used by Ivan and Bernard
because even though there are 2 files instead of one
by shared font:
1) You have total control over which glyphs are
included directly in the Flash IDE without having to
use a 3rd party tool like SWFmill.

Completly opposite on this.
I compile from eclipse with mtasc and swfmill using as2ant.
You definitivelmy should try that combinaison, as it makes your life  
lighter and… faster :)



2) You CAN use faux bold, faux italic and faux bold
italic provided that you included them (with the added
file size of course).

What version of swf 7 or 8 ?
I wait your files to compare the ouput. Thanks.


3) The shared SWF file that gets loaded is only loaded
once which is the way it should be.

Not a good point, sorry :P
1 more left !


We will try to go as deep as possible in that topic.
A 

Re: [Flashcoders] Shared fonts : method with 2 files seems faster that method with 1 file

2006-07-12 Thread janosch

 1) You have total control over which glyphs are
 included directly in the Flash IDE without having to
 use a 3rd party tool like SWFmill.
 Completly opposite on this.
opposite to your opposite :)

I wanted to embed all japanese characters of a font, how do you do this 
with swfmill? I don't want to define them all in the glyphs attribute, 
but i also don't want to embed the whole font.


So my solution for this was:
1) embed the needed characters with Flash
2) decompile the generated swf with swfmill
3) changing the xml so it works as shared font library (adjusted the 
font name)

4) recompile with swfmill.

Greets,
Janosch



erixtekila schrieb:


The shared lib isn't loaded twice.
You just have to wait for a delay frame, in order to
use it.
That's all.


Actually I'm pretty sure it does load twice but I'd be
glad to hear that I'm wrong. Let me show you what I
mean.



Good observation, but wrong tools, IMHO.
I wouldn't want to rely too much on the bandwidth profiler to make 
good  assumptions.
But perhaps the behavior (that I have observed following your test) 
can  perhaps only be for offline use ?


Following your line, I've hosted Zarate's file on a web server.
Requesting the files with firefox and livehttpheaders.
That don't give the same results as yours.
And I would preferably rely on those tools instead.

Here are an output of the session :
---
http://www.v-i-a.net/t/
GET /t/ HTTP/1.1
Host: www.v-i-a.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;  
rv:1.8.0.4) Gecko/20060603 Firefox/1.5.0.4
Accept:  
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/ 
plain;q=0.8,image/png,*/*;q=0.5

Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

HTTP/1.x 200 OK
Date: Wed, 12 Jul 2006 14:33:40 GMT
Server: Apache
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html
Content-Encoding: gzip
Content-Length: 567
--
http://www.v-i-a.net/t/index.swf
GET /t/index.swf HTTP/1.1
Host: www.v-i-a.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;  
rv:1.8.0.4) Gecko/20060603 Firefox/1.5.0.4
Accept:  
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/ 
plain;q=0.8,image/png,*/*;q=0.5

Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.v-i-a.net/t/

HTTP/1.x 200 OK
Date: Wed, 12 Jul 2006 14:33:41 GMT
Server: Apache
Last-Modified: Wed, 12 Jul 2006 14:22:12 GMT
Etag: 18a8b8e-37c-44b50594
Accept-Ranges: bytes
Content-Length: 892
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Content-Type: application/x-shockwave-flash
--
http://www.v-i-a.net/favicon.ico
GET /favicon.ico HTTP/1.1
Host: www.v-i-a.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;  
rv:1.8.0.4) Gecko/20060603 Firefox/1.5.0.4

Accept: image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

HTTP/1.x 404 Not Found
Date: Wed, 12 Jul 2006 14:33:41 GMT
Server: Apache
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
--
http://www.v-i-a.net/t/Quadaptor.swf
GET /t/Quadaptor.swf HTTP/1.1
Host: www.v-i-a.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;  
rv:1.8.0.4) Gecko/20060603 Firefox/1.5.0.4
Accept:  
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/ 
plain;q=0.8,image/png,*/*;q=0.5

Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

HTTP/1.x 200 OK
Date: Wed, 12 Jul 2006 14:33:41 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2005 13:48:40 GMT
Etag: 18a8b8f-1b47-424ea2b8
Accept-Ranges: bytes
Content-Length: 6983
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Content-Type: application/x-shockwave-flash
--

You'll notice that the shared font lib is requested only once.
As to conclude that the loading appears twice offline and once 
online,  I can't.



On the topic of faux fonts, could you please send me (privatly) a swf  
containing fonts with the Ivan and Bernard technic.

I'll try to figure what permit this behavior.
Shouldn't be to hard.
Perhaps a swfmill not yet implemented feature ?



So that's why I was king of leaning forward the 2 SWF
file per shared font methods used by Ivan and Bernard
because even though there are 2 files instead of one
by shared font:
1) You have total control over which glyphs are
included directly 

Re: [Flashcoders] Php Host

2006-07-12 Thread Dave Mennenoh

Try www.ixwebhosting.com

They are inexpensive, offer everything you need and more, and are always in 
the top 10 on any host ranking site. Number 1 on the hosting chart even. 
IMO, you can't do much better.




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


___
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] Shared fonts : method with 2 files seems faster that method with 1 file

2006-07-12 Thread erixtekila

 1) You have total control over which glyphs are
 included directly in the Flash IDE without having to
 use a 3rd party tool like SWFmill.
 Completly opposite on this.
opposite to your opposite :)

I wanted to embed all japanese characters of a font, how do you do 
this with swfmill? I don't want to define them all in the glyphs 
attribute, but i also don't want to embed the whole font.


So my solution for this was:
1) embed the needed characters with Flash
2) decompile the generated swf with swfmill
3) changing the xml so it works as shared font library (adjusted the 
font name)

4) recompile with swfmill.

Simpler than that, omit the attribute glyph of the swfmill's font tag.

Please refer to swfmill mailing-list for further discussions of that 
**genious** tool.


Best.
---
erixtekila
http://blog.v-i-a.net/

___
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] Php Host (Full Control)

2006-07-12 Thread Mike
I'm gonna jump on this thread with a more specific question.

One person mentioned www.hostbrigade.com, which offers, among other
things:
# Full root access
# Install anything you want

Any recommendations for other hosts like this?
--
Mike Keesey

___
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] Php Host (Full Control)

2006-07-12 Thread Miles Thompson

At 12:35 PM 7/12/2006, Mike wrote:


I'm gonna jump on this thread with a more specific question.

One person mentioned www.hostbrigade.com, which offers, among other
things:
# Full root access
# Install anything you want

Any recommendations for other hosts like this?
--
Mike Keesey


www.hub.org are v. good that way.

Publish good server specs, your database, etc. runs in YOUR virtual 
machine. Their price plans indicate how much you get of a machine's resources.


Service is always courteous.

Regards - Miles Thompson 



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.394 / Virus Database: 268.9.10/385 - Release Date: 7/11/2006


___
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] AS3 Reference Library PDF?

2006-07-12 Thread Eskil Janson

Any news about the PDF ?

I'm on the countryside right now and accessing Internet via modem, so a 
PDF would be really helpful!


Regards

/Eskil

John Dowdell wrote::

Charles Parcell wrote:
Now that Flash Player 9 is officially released, does anyone know if 
there is
a PDF of the AS3 Reference Library?  While I know it is on LiveDocs, 
I like

to thumb through actual paper.


I'm not sure yet, Charles. First I checked with search term 
'actionscript 3' filetype:pdf site:adobe.com, without results. I 
then checked cubicles over in the Flash section of the building, but 
with the holiday and the big ship it's pretty quiet there today.


If such a resource existed today, then I'd expect to see it linked here:
http://www.adobe.com/devnet/actionscript/

I'd suspect a PDF version is on the schedule, but let me try nailing 
down detail later on in this week, when people who took the short 
holiday are back on duty. Deal?


jd











--
http://www.eskilstina.com
---eskilStina 
--

Eskil Janson  Mobil: +46 0735 31 68 52
Slupskjulsvägen 38   	  E-post: [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

111 49 Stockholm  Webb: www.eskilstina.com http://www.eskilstina.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] Php Host (Full Control)

2006-07-12 Thread Ian Thomas

http://www.bytemark.co.uk/

Absolutely excellent virtual hosting, with excellent (and fast)
service and support.

HTH,
 Ian

On 7/12/06, Miles Thompson [EMAIL PROTECTED] wrote:

At 12:35 PM 7/12/2006, Mike wrote:

I'm gonna jump on this thread with a more specific question.

One person mentioned www.hostbrigade.com, which offers, among other
things:
# Full root access
# Install anything you want

Any recommendations for other hosts like this?
--
Mike Keesey


___
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] AS3 Reference Library PDF?

2006-07-12 Thread Weyert de Boer

Eskil Janson wrote:

Any news about the PDF ?
I'm on the countryside right now and accessing Internet via modem, so 
a PDF would be really helpful!
Yes, I asked this earlier you can download a PDF which include a PDF 
with a introduction about AS3.0 at:

http://www.adobe.com/go/flex_documentation_zip

This includes all kind of usefull PDFs and the langurage reference in 
HTML format.

___
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] Shared fonts : method with 2 files seems faster that method with 1 file

2006-07-12 Thread janosch

 Simpler than that, omit the attribute glyph of the swfmill's font tag.

No, i already wrote, that i don't want to embed the whole font (this 
would result in +2MByte chinese characters)


Greets, Janosch


erixtekila schrieb:


 1) You have total control over which glyphs are
 included directly in the Flash IDE without having to
 use a 3rd party tool like SWFmill.
 Completly opposite on this.
opposite to your opposite :)

I wanted to embed all japanese characters of a font, how do you do 
this with swfmill? I don't want to define them all in the glyphs 
attribute, but i also don't want to embed the whole font.


So my solution for this was:
1) embed the needed characters with Flash
2) decompile the generated swf with swfmill
3) changing the xml so it works as shared font library (adjusted the 
font name)

4) recompile with swfmill.


Simpler than that, omit the attribute glyph of the swfmill's font tag.

Please refer to swfmill mailing-list for further discussions of that 
**genious** tool.


Best.
---
erixtekila
http://blog.v-i-a.net/

___
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] Abstract classes in AS3?

2006-07-12 Thread Mike
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nicolas
Cannasse
Sent: Wednesday, July 12, 2006 1:16 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Abstract classes in AS3?

 Mike Keesey wrote:
  I don't really care whether they allow private constructors or not,
as
  long as they provide some way of accomplishing the same thing.
  Specifically, I want to be able to:
  1) Limit the number of instances of certain classes (singletons,
  enumerations).

 Did you have a look at haXe enums ?
 http://haxe.org/ref#the_power_of_enum

Sure, something like that would be nice. But it's not in AS3.0.

  2) Have methods which are not attached to specific class instances.
 
 That's a bit like static methods no ?

I was incomplete. I should have said, Have *bundled* methods which are
not attached to specific class instances. That is, I want to be able to
have groups of static methods. Static classes are how this is currently
accomplished, but if we can't have private constructors, there's no way
to prevent someone from (pointlessly) instantiating a static class.

Can methods be attached to packages in AS3.0? If so, that might help.

  3) Be able to create classes that cannot be instantiated themselves
but
  can be superclasses of concrete classes.

 Yes, I agree there. Removing the ability to create private
constructors
 seems completely pointless. The rational behind it seems a bit like
you
 don't need that, which is not a very strong point IMHO.

Exactly!

Replace the removed functionality with some other strategy, but don't
just get rid of it and pretend nothing's wrong.
--
Mike Keesey

___
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] Flash lite 2 questions

2006-07-12 Thread Eskil Janson

I am working on an application for cellphones, and am
interested in porting it for Flash Lite 2.

- How do you get a custom icon for your Flash Lite 2 application ?

- Is there a way to attach files (textfiles preferably ) with sms (mms) 
from Flash lite 2 ?


-Will Flash lite have support for AS 3, and if so, when ?

Anyone?

/Eskil



--
http://www.eskilstina.com
---eskilStina 
--

Eskil Janson  Mobil: +46 0735 31 68 52
Slupskjulsvägen 38   	  E-post: [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

111 49 Stockholm  Webb: www.eskilstina.com http://www.eskilstina.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] Abstract classes in AS3?

2006-07-12 Thread Weyert de Boer
Where can I find the source code of HaXe written in HaXe itself. I think 
is one of the important milestones for a compiler, the possibility to 
compile the compiler with itselves :)

___
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] OT: Need math help

2006-07-12 Thread Jason Rayles
I wonder if someone would be willing to help me off-list with a math 
problem or can refer me to a more appropriate person/list to ask this 
question:


I have a photograph of a rectangle where the camera was slightly 
off-center and not parallel to the plane of the rectangle, so in the 
resulting photo, the rectangle is slightly distorted. I want to distort 
the image by repositioning the corner points of the photograph so that 
the interior rectangle is precisely positioned and sized.


1) I know the size of the photo,
2) I know the coordinates of the rectangle's corners in the photo
3) I know the coordinates where I want the rectangle's corners to be 
after the transformation.


I need to know the new coordinates of the photo's corners to achieve #3.

help?

___
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 lite 2 questions

2006-07-12 Thread Weyert de Boer

Hi Eskil,

First of all you might want to consider to join one of the mailign lists 
dedicated to Flash on mobile devices. For example FlashMobile and suhc.

- How do you get a custom icon for your Flash Lite 2 application ?
You would need to make your own Symbian application which will add a 
menu icon, and basically has a call which will open your Flash movie in 
the default application for the file format/mimetype. You can use the 
wizard application such as swf2sis to make such symbian application for 
Symbian 2nd edition mobile phones. As far as I know it doesn't yet 
support Symbian Series 60 3rd mobile phones.
- Is there a way to attach files (textfiles preferably ) with sms 
(mms) from Flash lite 2 ?
You can send SMS files from Flash Lite application, or you can use the 
LoadVars-class to send data to a online webserver.

-Will Flash lite have support for AS 3, and if so, when ?

Not yet, it will support AS2 which is already great!


Anyone?

/Eskil





___
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] part of text is not visible...!

2006-07-12 Thread dave matthews

hmdakr,

 part of text is not visible...!  try stuff, like:
 Drag/set  _xScale  of text box longer.
 Put linebreaks or spaces after the text.
 Change fonts.
 Change text_box properties.

try everything,
Dave_Matthews



---
Message: 14
Date: Wed, 12 Jul 2006 13:55:54 +0100 (BST)
From: hmdakr [EMAIL PROTECTED]
Subject: [Flashcoders] part of text is not visible...!
To: flashcoders@chattyfig.figleaf.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1

Hi,

text is loaded from notepad file.
When we see the text with Flash player 7 text is ok.
But when we see it with the Flash Player 5 some part
of dynamic text is not visible.

e.g. My house was
On flash player 5 it comes as My house.
was is not visible.

On Flash player 7 it is ok it comes as-My house was

File was made in Flash 5.


plz help me...!

thx in advance...!


___
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] Integrating Flash with PhpAdsNew

2006-07-12 Thread Marcelo de Moraes Serpa

Has anyone ever managed to create a class, component or something that use
the great PhpAdsNews ad-server features from a Flash/Flex Application?

-Marcelo.
___
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 SQL

2006-07-12 Thread Jose Maria Barros

Now im working on a project that involves SQL Server, ASP , XML and
flash..and i think its so difficult to work with this for me..
Maybe tthis component whill help..but not much..

Im not a good coder..so maybe this help

On 7/12/06, jcarlos [EMAIL PROTECTED] wrote:


it seems to be interesting

But I didn´t see any Stored Procedure based example

Isn´t  this SQL open way of dB query not very recommended since it exposes
your persistence logic, tables and so on ???

I´m not an n-layers app expert but I found this arguments very often 

João Carlos

- Original Message -
From: Tunç Atakan [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Wednesday, July 12, 2006 9:39 AM
Subject: RE: [Flashcoders] Flash SQL


 http://www.netdrims.com/flashsql/


 Anybody use this component?

 I need comment?

 Thanx...

 Tunc



 ___
 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


___
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] Copy Paste into Firefox

2006-07-12 Thread Palmer, Jim

I don't want to give you a false sense of hope here but copy and paste is
working here for me with:
1 - flash7 AS2.0 MC with simple multiline=false TextFields with
input=input
2 - winXP with FF 1.5.0.4

The CTRL-X/C/V all work with one press for my TextFields.
The CTRL-INST works but SHIFT-INST doesn't work.

link to your MC and lets take a look...

--
Jim Palmer ! Mammoth Web Operations

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of
 [EMAIL PROTECTED]
 Sent: Tuesday, July 11, 2006 11:21 PM
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] Copy  Paste into Firefox
 
 
 Hi,
 
 This is really simple question but I can't seem to dig up an answer.  
 copy paste flash firefox seems to match everything but what I need  
 on Google. So sorry in advance for bringing up this topic which must  
 have been covered before.
 
 WTF is the problem with pasting text into the flash player on 
 Firefox.  
 I have an application that requires users to copy in a string for  
 translation. Works fine on IE, but on latest version of Firefox  
 running on XP or 2000Pro the keyboard shortcut to paste text 
 from the  
 clipboard won't work. Not unless you press it twice, then you 
 get the  
 text twice...
 
 TextField, TextArea or TextInput component it make no 
 difference, and  
 I get the same thing when calling the swf from a html page or  
 directly, eg. mydomain/test.swf. Right click paste works but I can  
 hardly ask my users to do that now.
 
 Any leads appreciated. Links, work arounds, anything.
 
 Oh, the swf is compiled for the flash 7 player.
 
 Thanks in advance.
 
 Tony
 ___
 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] Media player version detection on Firefox

2006-07-12 Thread Steven Sacks | BLITZ
Hi,

You need to check google before you spam the list.  Especially with an
off-topic post that has nothing to do with Flash.

http://forums.mozillazine.org/viewtopic.php?t=206213

google search: detect windows media player in firefox

BLITZ | Steven Sacks - 310-551-0200 x209


___
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] call JS-Method from SWF in hidden div on IE

2006-07-12 Thread David Fischer

Hi,

turns out that a swf in a  hidden div won't execute any 
Javascript-Methods in Internet Explorer.

it kinda seems logical in terms of if anything is hidden, i don't care.

this works with firefox (mac/win), opera(mac/win), safari though.
Can anyone confirm this behaviour ?

Thanks,

David
___
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] Where to politelyandappropriatelydiscusspricing issues

2006-07-12 Thread dontsave

Someone in rural Kansas might find $40,000 per year a good supplement to a
farm income if
they can work from the farm.

awesome

On 6/5/06, Ron Wheeler [EMAIL PROTECTED] wrote:


We have had this discussion before. Salary expectations vary by country
and by city. I am sure that many people in the forum living in India or
other parts of Asia would be pleased to make $40,000 per year. Someone
in New York City would starve to death in the cold. Someone in rural
Kansas might find $40,000 per year a good supplement to a farm income if
they can work from the farm.

The important thing was the formula and the mechanism that it suggests
for doing the calculation.

Ron

Lee McColl-Sylvester wrote:
 Actually, I think Nicolas Canasse has the best job.  He spends all his
 time working on cool technologies like Neko and haXe, and when he's
 REALLY working, he's making games.  What's all that about?  Can't I have
 his job?




 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Lee
 McColl-Sylvester
 Sent: 05 June 2006 15:15
 To: Flashcoders mailing list
 Subject: RE: [Flashcoders] Where to
 politelyandappropriatelydiscusspricing issues

 I have an idea Lets poll to see who's paid the most, then I can
 apply with that company ;-)




 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Merrill,
 Jason
 Sent: 05 June 2006 15:03
 To: Flashcoders mailing list
 Subject: RE: [Flashcoders] Where to politely
 andappropriatelydiscusspricing issues

 Graphic designers, like Flashcoders, have a huge range in salaries.

 Jason Merrill
 Bank of America
 Learning Technology Solutions








 -Original Message-
 From: [EMAIL PROTECTED] [mailto:flashcoders-
 [EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester
 Sent: Monday, June 05, 2006 10:09 AM
 To: Flashcoders mailing list
 Subject: RE: [Flashcoders] Where to politely and

 appropriatelydiscusspricing

 issues

 I thought Graphic Designers were on good salaries.  Wow, glad I chose
 the career path I'm following.  With all my education in art schools,

 I

 coulda gone the other way ;-)

 Lee



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Brian
 Mays
 Sent: 05 June 2006 14:52
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Subject: Re: [Flashcoders] Where to politely and
 appropriatelydiscusspricing issues

 That was a graphic designer's salary :-)  And the book's example :-)


 On 6/5/06 8:56 AM, Lee McColl-Sylvester

 [EMAIL PROTECTED]

 wrote:


 $40k salary?  What planet are you on?  ;-)

 It should be twice that at least!


 ___
 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

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


___
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 

[Flashcoders] Debug Player issue

2006-07-12 Thread Andy Makely

My Flash 8 debug player has stopped working.  It no longer outputs to a
logfile.

I have checked and double-checked the mm.cfg file, %homepath%  %homedrive%
user env. variables, uninstalled and reinstalled the debug player, etc.

Anybody got an idea how to troubleshoot this sort of thing?  I *really* need
that logfile output back.


--
andy makely
___
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] Shared fonts : method with 2 files seems faster that method with 1 file

2006-07-12 Thread erixtekila
 Simpler than that, omit the attribute glyph of the swfmill's font 
tag.
No, i already wrote, that i don't want to embed the whole font (this 
would result in +2MByte chinese characters)


LOL, sorry I didn't read you before !
Best luck.
---
erixtekila
http://blog.v-i-a.net/

___
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] Help: Confusion and Blue with Components

2006-07-12 Thread Tan
Dear list,

I have been trying to solve this problem for a good while, but I wonder if
anyone has a good way to get around it. Here is the problem (you can
download the related Flash at: http://www.acts.net/Flash/ComponentBlue.zip

I have created a component called Parent, inside Parent timeline I have my
designer to layout components Child1 and Child2, so I only have to do the
wiring. 

So now I have put Parent in the movie timeline at a frame labeled TestFrame,
so we have a structure liked followed, 

TestFrame
 + Parent
  - Child1
  - Child2 


For the ease of description, I have classes with the same name as Parent,
Child1 and Child2. In the timeline, the Parent instance is named as
mcParent. 


So somewhere in a function I will write like:

function myFunction():Void
{
  gotoAndStop(TestFrame); 
  
  trace( this[mcParent] ); // it returns _level0.mcParent
  trace( Parent( this[mcParent] ); // the movieclip is there, but it
returns null } 


Somehow I cannot get Parent as the Parent class. If I revise logic like:

function myFunction():Void
{
  gotoAndStop(TestFrame); 
  
  trace( this[mcParent] ); // it returns _level0.mcParent
  trace( Parent( this[mcParent] ); // the movieclip is there, but it
returns null 

  this.onEnterFrame = laterFunction;
} 

function laterFunction():Void
{
  this.onEnterFrame = null;
  trace( this[mcParent] ); // it returns _level0.mcParent
  trace( Parent( this[mcParent] ); // now it returns _level0.mcParent
correctly } 



The similar problem exists in Child1 and Child2 inside Parent timeline. It
seems to me that the MovieClip is not converted to its associated class
until later time, so I have to split my logic into two different functions,
whic makes the code look cumbersome and hard to manage. 

A more detailed example of the problem above can be downloaded at,
http://www.acts.net/Flash/ComponentBlue.zip 

Although putting components on the stage using attachMovie might solve the
problem, but I would like the designer to have the freedom to arrange the
components on the stage the way he likes, and attachMovie would take away
this freedom. I wonder if anyone has a cleaner way around this problem. 

TIA!

- Tangent

___
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] [Ann] Flex 2 Training in Sydney - Registration of Interest

2006-07-12 Thread Chris Velevitch

I'm happy to announce the Sydney Flash Platform Developers Group is
planning to run a once off 3 day training course on Flex 2. The
initial details is the course will be held towards the end of August,
you must bring your own laptop with Flex 2 trial version pre-installed
(windows only), you must provide your own lunch, it'll mostly likely
be run on W-F, accepting 20-30 people and the cost is approximately
$500. If you're from outside Sydney, you must arrange your own
accommodation. The course instructor will be Robin Hilliard. Complete
details will be finalised in early August.

Please express your interest directly to me and if there's sufficient
interest the course will go ahead. People from outside Sydney are
welcome.


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au
___
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] [Ann] Flex 2 Training in Sydney - Registration ofInterest

2006-07-12 Thread Robin Burrer
I'm interested.

Robin

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris
Velevitch
Sent: Thursday, 13 July 2006 10:33 AM
To: Flash Developers List; cfaussie@googlegroups.com; CFUG WA;
flexcoders@yahoogroups.com; Flashcoders mailing list
Subject: [Flashcoders] [Ann] Flex 2 Training in Sydney - Registration
ofInterest

I'm happy to announce the Sydney Flash Platform Developers Group is
planning to run a once off 3 day training course on Flex 2. The
initial details is the course will be held towards the end of August,
you must bring your own laptop with Flex 2 trial version pre-installed
(windows only), you must provide your own lunch, it'll mostly likely
be run on W-F, accepting 20-30 people and the cost is approximately
$500. If you're from outside Sydney, you must arrange your own
accommodation. The course instructor will be Robin Hilliard. Complete
details will be finalised in early August.

Please express your interest directly to me and if there's sufficient
interest the course will go ahead. People from outside Sydney are
welcome.


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au
___
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] Copy Paste into Firefox

2006-07-12 Thread mail

Thanks Jim,


I don't want to give you a false sense of hope here but copy and paste is
working here for me


Hmm... Me too. I'm at home now on a laptop that hasn't been used in  
yonks and has FF 1.0.7 on it. The machines at the office all have  
whatever the stable build of FF last week was on them.



CTRL-INST works but SHIFT-INST


Stupid question... um, what does this mean?


link to your MC and lets take a look...


My test swf has nothing more than the simplest TextField and components in it.

I'll put together something to try and get feedback from the kind  
members of this list when I get back to work.


Thanks!

Tony
___
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] 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@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