[Flashcoders] asp + flash

2006-02-14 Thread Mayur Bais
I having the following Problem ..i  would be really thankful if some one
here can help me with this.

the asp for me is just not working...
i have this code in my flash file
   var result_lv:LoadVars = new LoadVars();
var send_lv:LoadVars = new LoadVars();
login.clickHandler = function(evt:Object) {
result_lv.onLoad = function(success:Boolean) {
  if (success) {
   result_ta.text = "success"
  } else {
   result_ta.text = "Error connecting to server.";
  }
};
send_lv.sendAndLoad("http://localhost/timeSheet/mayur.asp";, result_lv,
"POST");
};




and just a reponse.write("dONE ") in asp .. when i run asp alone in browser
it works..
when i publish the flash file in the flash IDE just by ctrl+enter I can
"suceess" in the text box..its just not owrking when i open the swf in
browser .

Please 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] flv video encoding for flash 7

2006-02-14 Thread Fabio Sonnati

I think its sorenson
let we know what you used to encode your video and related settings.

Fabio Sonnati
http://flashvideo.progettosinergia.com


- Original Message - 
From: <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, February 15, 2006 7:07 AM
Subject: [Flashcoders] flv video encoding for flash 7


I have a quicktime that I need to encode to an flv and have had very poor 
results (pixelation/noise) using flash 7 sorenson.  I found this site :


http://www.creativedigitalgroup.com

the quaility of video on there looks very good, is it my source material 
that is too hard to encode and produce a good quality flv ?  Or is that 
site really using the on2 Vp6 codec ?  Is there a way to tell in an flv is 
on2 or sorenson without some special tools ?


Grant.
___
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] flv video encoding for flash 7

2006-02-14 Thread grant
I have a quicktime that I need to encode to an flv and have had very poor 
results (pixelation/noise) using flash 7 sorenson.  I found this site :

http://www.creativedigitalgroup.com

the quaility of video on there looks very good, is it my source material that 
is too hard to encode and produce a good quality flv ?  Or is that site really 
using the on2 Vp6 codec ?  Is there a way to tell in an flv is on2 or sorenson 
without some special tools ?

Grant.
___
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] scrollRect

2006-02-14 Thread JesterXL
Ah, the joy of alpha software... sorry about that.

:: goes to fix ::

Remind me to do this again when Flex 2 is released.  There is a bug with 
flash.display.Loader, and Adobe is already aware of it (Tile Loader will 
load every other image).  Additionally, the html-template is not included 
(Subversion is being a bitch), so when you get the error in Flex Builder 2, 
just right click on the error and "Rebuild html-template...".

Other than that, she actually works a tad faster and uses less RAM with the 
beta.

http://dev.jessewarden.com/flash/diesel/jxl_diesel_battlefield_beta1.zip

http://diesel.avlux.net/svn/
u: public
p: public


- Original Message - 
From: "Sascha Balkau" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Tuesday, February 14, 2006 10:26 PM
Subject: Re: [FlashCoders] scrollRect


JesterXL,

I'd be interested in see this engine running but the demos on your site seem
not to work anymore with the latest Flash 8.5  alpha player.
If I import the project into Flex Builder and try to run it , it tells me
that some errors exist but it doesn't show me where the errors are.
Would be cool to get a hint on this to compile it with the latest Flex beta
to make it run.

Thanks,
Sascha




>I oringally wrote this in Flash 8, and ported to Flash 8.5.  There is no
> reason it couldn't go back.
>
> http://www.jessewarden.com/archives/2006/01/diesel_battlefi.html
>
> - Original Message - 
> From: "Dimitrios Bendilas" <[EMAIL PROTECTED]>
> To: 
> Sent: Tuesday, February 14, 2006 4:55 PM
> Subject: [FlashCoders] scrollRect
>
>
> Hi all,
>
> I'm trying to make a very basic prototype to test parallax movement with
> Flash 8.
>
> Is movieclip.scrollRect what I should be using? I tried this:
>
> var bg:MovieClip = _root.attachMovie("bg", "bg", 2);
> var y:Number = 0;
> _root.onEnterFrame = function():Void {
> bg.scrollRect = {x:0, y:y--, width:635, height:540};
> }
>
> The movieclip "bg" contains only a jpg 635x540.
> The movement is pretty jumpy. Should I be using BitmapData instead?
>
> I'm a bit lost! I've been searching for code samples online for the past 2
> hours and
> I haven't found anything useful.
>
> Does anyone have a useful link for parallax or tile-based games using
> Flash
> 8 features?
> Performance is the key issue here, since this is going for a very big and
> complex game
> and I want to optimize it as much as possible.
>
> Thanks a lot!
>
> Dimitrios
> ___
> 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


Re: [Flashcoders] vardump an object in ActionScript?

2006-02-14 Thread judah

Hi Josh,

You can check out this Enumerator class at this dudes website 
www.judahfrangipane.com. Heard he's a weirdo tho.


Josh McDonald wrote:


Hi, I'm wondering if there's any way to just dump out all there is to
know about an object in ActionScript similar to PHP's vardump()? It's
easily done with for(foo in bar) in JS, but that doesn't seem to work.

Any pointers much appreciated :)

Cheers,
-Josh

 




--
"Always bear in mind that your own resolution to succeed is more important than any 
one thing."

"You can have anything you want - if you want it badly enough. You can be anything you want to be, do anything you set out to accomplish if you hold to that desire with singleness of purpose." 


- Abraham Lincoln

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

2006-02-14 Thread Sascha Balkau

JesterXL,

I'd be interested in see this engine running but the demos on your site seem 
not to work anymore with the latest Flash 8.5  alpha player.
If I import the project into Flex Builder and try to run it , it tells me 
that some errors exist but it doesn't show me where the errors are.
Would be cool to get a hint on this to compile it with the latest Flex beta 
to make it run.


Thanks,
Sascha





I oringally wrote this in Flash 8, and ported to Flash 8.5.  There is no
reason it couldn't go back.

http://www.jessewarden.com/archives/2006/01/diesel_battlefi.html

- Original Message - 
From: "Dimitrios Bendilas" <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, February 14, 2006 4:55 PM
Subject: [FlashCoders] scrollRect


Hi all,

I'm trying to make a very basic prototype to test parallax movement with
Flash 8.

Is movieclip.scrollRect what I should be using? I tried this:

var bg:MovieClip = _root.attachMovie("bg", "bg", 2);
var y:Number = 0;
_root.onEnterFrame = function():Void {
bg.scrollRect = {x:0, y:y--, width:635, height:540};
}

The movieclip "bg" contains only a jpg 635x540.
The movement is pretty jumpy. Should I be using BitmapData instead?

I'm a bit lost! I've been searching for code samples online for the past 2
hours and
I haven't found anything useful.

Does anyone have a useful link for parallax or tile-based games using 
Flash

8 features?
Performance is the key issue here, since this is going for a very big and
complex game
and I want to optimize it as much as possible.

Thanks a lot!

Dimitrios
___
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] htmlText + rollover

2006-02-14 Thread JesterXL
This might help:
http://www.ifbin.com/news/2006/02/flex-2-mouseword-by-ralf-bokelberg.html

- Original Message - 
From: "Marc Hoffman" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Tuesday, February 14, 2006 6:25 PM
Subject: RE: [Flashcoders] htmlText + rollover


I haven't done this before, but seems to me that you could locate the
coordinates of a specific string in a text field, create an invisible
movie clip that overlays the text, and assign a rollOver function to
the clip. Anybody have experience with this? Last time I had to do
it, we just made all the text static and overlayed movie clips
manually -- quite a pain and not at all elegant :)

- Marc

At 03:02 PM 2/14/2006, you wrote:
>You can't do it. Asfunction ONLY works with click events.
>
>Sorry,
>Damian
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Tarjinder
>Kumar
>Sent: Tuesday, February 14, 2006 12:49 AM
>To: Flashcoders mailing list
>Subject: [Flashcoders] htmlText + rollover
>
>Hi,
>
>Currently i am using 'a href' tag to call a function on the click of text
>which display a popup text.and my code is here.
>text_txt.htmlText="href='asfunction:_root.displayGlossary,1'>Open
>Glossary"
>
>But now the requirement changes.
>Client wants to display the popup  on  "RollOver" of text. and on "RollOut"
>hide the popup.
>
>What can i do to achieve this.
>pls help
>
>Thanks in advance.
>Tarjinder
>___
>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


Re: [FlashCoders] scrollRect

2006-02-14 Thread JesterXL
I oringally wrote this in Flash 8, and ported to Flash 8.5.  There is no 
reason it couldn't go back.

http://www.jessewarden.com/archives/2006/01/diesel_battlefi.html

- Original Message - 
From: "Dimitrios Bendilas" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, February 14, 2006 4:55 PM
Subject: [FlashCoders] scrollRect


Hi all,

I'm trying to make a very basic prototype to test parallax movement with 
Flash 8.

Is movieclip.scrollRect what I should be using? I tried this:

var bg:MovieClip = _root.attachMovie("bg", "bg", 2);
var y:Number = 0;
_root.onEnterFrame = function():Void {
 bg.scrollRect = {x:0, y:y--, width:635, height:540};
}

The movieclip "bg" contains only a jpg 635x540.
The movement is pretty jumpy. Should I be using BitmapData instead?

I'm a bit lost! I've been searching for code samples online for the past 2 
hours and
I haven't found anything useful.

Does anyone have a useful link for parallax or tile-based games using Flash 
8 features?
Performance is the key issue here, since this is going for a very big and 
complex game
and I want to optimize it as much as possible.

Thanks a lot!

Dimitrios
___
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] scrollRect

2006-02-14 Thread Thomas Wester
You want to use bitmap caching in combination with scrollRect.
Use movieclip.cacheAsBitmap = true 

Also any bitmaps you use should be smoothed. So make sure your jpg is
set to allow smoothing in the library. If you are dynamically loading
jpg's read this. If not read it anyway :)
http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html

Good Luck.
-Thomas

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Dimitrios Bendilas
Sent: Tuesday, February 14, 2006 1:55 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [FlashCoders] scrollRect

Hi all,

I'm trying to make a very basic prototype to test parallax movement with
Flash 8.

Is movieclip.scrollRect what I should be using? I tried this:

var bg:MovieClip = _root.attachMovie("bg", "bg", 2); var y:Number = 0;
_root.onEnterFrame = function():Void {  bg.scrollRect = {x:0, y:y--,
width:635, height:540}; }

The movieclip "bg" contains only a jpg 635x540.
The movement is pretty jumpy. Should I be using BitmapData instead?

I'm a bit lost! I've been searching for code samples online for the past
2 hours and I haven't found anything useful.

Does anyone have a useful link for parallax or tile-based games using
Flash 8 features?
Performance is the key issue here, since this is going for a very big
and complex game and I want to optimize it as much as possible.

Thanks a lot!

Dimitrios
___
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] Flex Pricing

2006-02-14 Thread Troy Rollins


On Feb 14, 2006, at 6:25 PM, Chris Velevitch wrote:




2.) When will an AS3 capable player be released publicly?


As I understand, it should be released by the middle of the year.


I wonder how soon a Mac compatible beta of the builder will be around.

--
Troy
RPSystems, Ltd.
http://www.rpsystems.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] htmlText + rollover

2006-02-14 Thread Marc Hoffman
I haven't done this before, but seems to me that you could locate the 
coordinates of a specific string in a text field, create an invisible 
movie clip that overlays the text, and assign a rollOver function to 
the clip. Anybody have experience with this? Last time I had to do 
it, we just made all the text static and overlayed movie clips 
manually -- quite a pain and not at all elegant :)


- Marc

At 03:02 PM 2/14/2006, you wrote:

You can't do it. Asfunction ONLY works with click events.

Sorry,
Damian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tarjinder
Kumar
Sent: Tuesday, February 14, 2006 12:49 AM
To: Flashcoders mailing list
Subject: [Flashcoders] htmlText + rollover

Hi,

Currently i am using 'a href' tag to call a function on the click of text
which display a popup text.and my code is here.
text_txt.htmlText="Open
Glossary"

But now the requirement changes.
Client wants to display the popup  on  "RollOver" of text. and on "RollOut"
hide the popup.

What can i do to achieve this.
pls help

Thanks in advance.
Tarjinder
___
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] Flex Pricing

2006-02-14 Thread Chris Velevitch
On 2/15/06, Wade Arnold <[EMAIL PROTECTED]> wrote:
> 1.) When should you start developing client application in flex 2.0? We
> have clients that are interested in using flex rather that Java
> Webstart for current applications. Is Flex 2.0 ready for us to start
> developing for production use? What quarter '06 '07 is production use
> possible?

You should start now to get up to speed with Flex 2 as it sounds like
you haven't used it before. And only deploy after rebuilding and
testing wit the released version.

> 2.) When will an AS3 capable player be released publicly?

As I understand, it should be released by the middle of the year.

> 4.) What will pricing be like to deploy a flex 2.0 application on a
> server? We are specifically looking to use it for a "shopping cart"
> inventory management application with db connection via Hibernate. Is
> this something that will require a license? I can't even seem to get
> pricing out of Adobe. I assume that this means we are quarters away
> from doing production deployments?

Unless you plan to use Flex Enterprise Services (FES), everything
necessary to build, test and deploy an application is free. Flex
Builder IDE  is not, its slated to be less US$1000. If you do plan to
use FES, the limited connection version is free, but I don't how many
connections it's limited to. That will, of course, depend on how many
simultaneous connections to the server you are expecting. And there
are other ways to connect to the server, such as Flash Remoting and
Web Services. The server side costs vary from free and up depending on
your server needs.



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] htmlText + rollover

2006-02-14 Thread Damian Taggart
You can't do it. Asfunction ONLY works with click events.

Sorry,
Damian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tarjinder
Kumar
Sent: Tuesday, February 14, 2006 12:49 AM
To: Flashcoders mailing list
Subject: [Flashcoders] htmlText + rollover

Hi,

Currently i am using 'a href' tag to call a function on the click of text
which display a popup text.and my code is here.
text_txt.htmlText="Open
Glossary"

But now the requirement changes.
Client wants to display the popup  on  "RollOver" of text. and on "RollOut"
hide the popup.

What can i do to achieve this.
pls help

Thanks in advance.
Tarjinder
___
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] scrollRect

2006-02-14 Thread Dimitrios Bendilas
Hi all,

I'm trying to make a very basic prototype to test parallax movement with Flash 
8.

Is movieclip.scrollRect what I should be using? I tried this:

var bg:MovieClip = _root.attachMovie("bg", "bg", 2);
var y:Number = 0;
_root.onEnterFrame = function():Void {
 bg.scrollRect = {x:0, y:y--, width:635, height:540};
}

The movieclip "bg" contains only a jpg 635x540.
The movement is pretty jumpy. Should I be using BitmapData instead?

I'm a bit lost! I've been searching for code samples online for the past 2 
hours and
I haven't found anything useful.

Does anyone have a useful link for parallax or tile-based games using Flash 8 
features?
Performance is the key issue here, since this is going for a very big and 
complex game
and I want to optimize it as much as possible.

Thanks a lot!

Dimitrios
___
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] Flex Pricing

2006-02-14 Thread Wade Arnold
Everyone has stated that flex 2.0 is amazing! From the examples I have 
seen I am also very impressed. We have always tried to implement java 
concepts in flash and run into problems. YEA FLEX! However can anyone 
answer these questions?


1.) When should you start developing client application in flex 2.0? We 
have clients that are interested in using flex rather that Java 
Webstart for current applications. Is Flex 2.0 ready for us to start 
developing for production use? What quarter '06 '07 is production use 
possible?


2.) When will an AS3 capable player be released publicly?

4.) What will pricing be like to deploy a flex 2.0 application on a 
server? We are specifically looking to use it for a "shopping cart" 
inventory management application with db connection via Hibernate. Is 
this something that will require a license? I can't even seem to get 
pricing out of Adobe. I assume that this means we are quarters away 
from doing production deployments?



Thanks;
Wade Arnold

___
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] Guy's FileSystem Dll

2006-02-14 Thread John Grden
XPPro

turns out, it was a mistake ;(  It's working now.  It was because of
something small I'd changed etc...we're all fine here...now.

Thanks J ;)

On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote:
>
> what OS are you running?
>
> On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
> >
> > Yeah, it seems that that's not the case.  I get this mesage when running
> > regsvr32:
> >
> > "FileSystem.dll was loaded, but the DllRegisterServer entry piont was
> not
> > found.  This file can not be registered"
> >
> > On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote:
> > >
> > > i assume the mxp runs it, but you might have a dependency issue that
> > > regsvr32 will bring to the light. maybe its one of 'em dll's that
> don't
> > > require it (not COM based)
> > >
> > > On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
> > > >
> > > > well, would you think I would have to use regsvr32 since Flash
> doesn't
> > > > require it?  Or maybe the extenstion manager runs it for you - do
> you
> > > > happen
> > > > to know?
> > > >
> > > > I'll give er' a shot anyway to find out
> > > >
> > > > Thanks Johannes
> > > >
> > > > On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > the way to insatll dll's on nt manually is to use regsvr32 from
> > > command
> > > > > line
> > > > > and point to the path where the dll is. if you want to unintsall
> it
> > > use
> > > > > "regsvr32 u path" if the dll can not be registered due to
> > dependencies
> > > > > that
> > > > > are missing that will give you a fair idea.
> > > > >
> > > > > On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > has anyone experienced any problems or issues with including
> Guy's
> > > dll
> > > > > > with
> > > > > > their MXP?
> > > > > >
> > > > > > It was working great until I tested the install out on my own
> > > > > > machine.  The
> > > > > > dll is there, but now none of the methods (except version())
> > > execute.
> > > > > >
> > > > > > The first time I did the install, the dll was copied to the
> wrong
> > > > > > directory,
> > > > > > for which I deleted it, fixed the path issue in the MXI and
> redid
> > > the
> > > > > > install.
> > > > > >
> > > > > > I've rebooted, removed, re-installed Guy's original MXP and
> still
> > it
> > > > no
> > > > > > worky.
> > > > > >
> > > > > > Ideas?
> > > > > >
> > > > > > --
> > > > > > John Grden - Blitz
> > > > > > ___
> > > > > > 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
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > j:pn
> > > > > ___
> > > > > 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
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > John Grden - Blitz
> > > > ___
> > > > 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
> > > >
> > >
> > >
> > >
> > > --
> > > j:pn
> > > ___
> > > 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
> > >
> >
> >
> >
> > --
> > John Grden - Blitz
> > ___
> > 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
> >
>
>
>
> --
> j:pn
> ___
> 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://ww

Re: [Flashcoders] Guy's FileSystem Dll

2006-02-14 Thread Johannes Nel
what OS are you running?

On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
>
> Yeah, it seems that that's not the case.  I get this mesage when running
> regsvr32:
>
> "FileSystem.dll was loaded, but the DllRegisterServer entry piont was not
> found.  This file can not be registered"
>
> On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote:
> >
> > i assume the mxp runs it, but you might have a dependency issue that
> > regsvr32 will bring to the light. maybe its one of 'em dll's that don't
> > require it (not COM based)
> >
> > On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
> > >
> > > well, would you think I would have to use regsvr32 since Flash doesn't
> > > require it?  Or maybe the extenstion manager runs it for you - do you
> > > happen
> > > to know?
> > >
> > > I'll give er' a shot anyway to find out
> > >
> > > Thanks Johannes
> > >
> > > On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote:
> > > >
> > > > the way to insatll dll's on nt manually is to use regsvr32 from
> > command
> > > > line
> > > > and point to the path where the dll is. if you want to unintsall it
> > use
> > > > "regsvr32 u path" if the dll can not be registered due to
> dependencies
> > > > that
> > > > are missing that will give you a fair idea.
> > > >
> > > > On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > has anyone experienced any problems or issues with including Guy's
> > dll
> > > > > with
> > > > > their MXP?
> > > > >
> > > > > It was working great until I tested the install out on my own
> > > > > machine.  The
> > > > > dll is there, but now none of the methods (except version())
> > execute.
> > > > >
> > > > > The first time I did the install, the dll was copied to the wrong
> > > > > directory,
> > > > > for which I deleted it, fixed the path issue in the MXI and redid
> > the
> > > > > install.
> > > > >
> > > > > I've rebooted, removed, re-installed Guy's original MXP and still
> it
> > > no
> > > > > worky.
> > > > >
> > > > > Ideas?
> > > > >
> > > > > --
> > > > > John Grden - Blitz
> > > > > ___
> > > > > 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
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > j:pn
> > > > ___
> > > > 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
> > > >
> > >
> > >
> > >
> > > --
> > > John Grden - Blitz
> > > ___
> > > 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
> > >
> >
> >
> >
> > --
> > j:pn
> > ___
> > 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
> >
>
>
>
> --
> John Grden - Blitz
> ___
> 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
>



--
j:pn
___
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 8 basic

2006-02-14 Thread Charles Parcell
<
http://www.macromedia.com/cfusion/store/index.cfm?store=OLS-US&view=ols_prod&category=/Software/Development/StandAlones/FlashP#view=ols_prod&loc=en_us&store=OLS-US&categoryOID=1148234&distributionOID=103&category=/Software/Development/StandAlones/FlashP
>

Charles P



On 2/14/06, Pat <[EMAIL PROTECTED]> wrote:
>
> does adobe even 'sell' flash 8 basic?   i am searching around and find
> references to it but found nowhere to purchase it...
>
> want it for students..academic version..
>
> Thanks
> Pat
> ___
> 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] SSL and Flash in IE6

2006-02-14 Thread Mark Llobrera
Bob-

You may want to check this posting: http://www.blog.lessrain.com/?p=276. As I 
understand it, if the server is returning no-cache headers for the data you're 
trying to load it may fail in IE. I say may because I've only run into this 
problem when loading XML data over SSL in IE, not a plain .txt file. Something 
tells me your problem may be related, however.

-Mark 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Robert
Leisle
Sent: Tuesday, February 14, 2006 2:40 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] SSL and Flash in IE6


Hello group,

I've run searches in the archives, google and other groups and am unable 
to find a cause for this:
I've built a very simple Flash MX (6) test swf file, uploaded it to an 
http server. Its only task is to load a small data file (.txt) from 
another server (same domain) through https, using a LoadVars, and 
display the data in a text field.

When running the test, I'm also using a packet sniffer tool and can see 
that the data is retrieved back to my machine, but it is not getting to 
the Flash player. My test swf indicates that the data was not received.

This happens in the Flash 6, 7, and 8 players, only in Internet 
Explorer. The data load works as expected in Netscape and Firefox, in 
all players. If I retrieve the data through unencripted http, the test 
works fine in IE also. It only fails in IE when the data is transfered 
via https.

I've tweaked IE security and privacy settings. I've added "https://"; to 
the codebase and pluginspage params in the html. I've added 
"secure='false'" to the crossdomain.xml. I've submitted it to the 
Macromedia bug report site.

Any insite would be greatly appreciated!

Cheers!

~
Bob Leisle 
Headsprout Software & Engineering
http://www.headsprout.com
Where kids learn to read!


___
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] flash 8 basic

2006-02-14 Thread Pat
does adobe even 'sell' flash 8 basic?   i am searching around and find
references to it but found nowhere to purchase it...

want it for students..academic version..

Thanks
Pat
___
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] SSL and Flash in IE6

2006-02-14 Thread Robert Leisle

Hello group,

I've run searches in the archives, google and other groups and am unable 
to find a cause for this:
I've built a very simple Flash MX (6) test swf file, uploaded it to an 
http server. Its only task is to load a small data file (.txt) from 
another server (same domain) through https, using a LoadVars, and 
display the data in a text field.


When running the test, I'm also using a packet sniffer tool and can see 
that the data is retrieved back to my machine, but it is not getting to 
the Flash player. My test swf indicates that the data was not received.


This happens in the Flash 6, 7, and 8 players, only in Internet 
Explorer. The data load works as expected in Netscape and Firefox, in 
all players. If I retrieve the data through unencripted http, the test 
works fine in IE also. It only fails in IE when the data is transfered 
via https.


I've tweaked IE security and privacy settings. I've added "https://"; to 
the codebase and pluginspage params in the html. I've added 
"secure='false'" to the crossdomain.xml. I've submitted it to the 
Macromedia bug report site.


Any insite would be greatly appreciated!

Cheers!

~
Bob Leisle 
Headsprout Software & Engineering

http://www.headsprout.com
Where kids learn to read!


___
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] Working with Dynamic Text...

2006-02-14 Thread sarah
What code are you using to change the dynamic text box?

> I bet you are using Flash 8 and that the Dynamic text has Auto Kern
> checked
> ON. Try turning Auto Kern OFF. I have had this problem as well.
>
> Charles P.
>
>
>
> On 2/14/06, Juan Anzaldo <[EMAIL PROTECTED]> wrote:
>>
>> Hi, I have a problem with a galerie.
>>
>> the movie has a thumbnails section, I want to put a
>> dynamic text in each thumb in the rollOver event that
>> get a small title from an array.
>>
>> But when a test my movie it doesn´t appears,
>> when I change the text to static text it appears
>> correctly (but isn´t dymanic text)and if I trace the
>> value of the array, the value is correct.
>>
>> How can I solve my problem?
>>
>> I also try:
>>
>> Embed my text in a movie clip and doesen´t work
>>
>> Where can I read a good tutorial of dynamic text?
>>
>> tnx in advance
>>
>> Juan Anzaldo
>>
>>
>> __
>> 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@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] Guy's FileSystem Dll

2006-02-14 Thread John Grden
Yeah, it seems that that's not the case.  I get this mesage when running
regsvr32:

"FileSystem.dll was loaded, but the DllRegisterServer entry piont was not
found.  This file can not be registered"

On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote:
>
> i assume the mxp runs it, but you might have a dependency issue that
> regsvr32 will bring to the light. maybe its one of 'em dll's that don't
> require it (not COM based)
>
> On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
> >
> > well, would you think I would have to use regsvr32 since Flash doesn't
> > require it?  Or maybe the extenstion manager runs it for you - do you
> > happen
> > to know?
> >
> > I'll give er' a shot anyway to find out
> >
> > Thanks Johannes
> >
> > On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote:
> > >
> > > the way to insatll dll's on nt manually is to use regsvr32 from
> command
> > > line
> > > and point to the path where the dll is. if you want to unintsall it
> use
> > > "regsvr32 u path" if the dll can not be registered due to dependencies
> > > that
> > > are missing that will give you a fair idea.
> > >
> > > On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
> > > >
> > > > has anyone experienced any problems or issues with including Guy's
> dll
> > > > with
> > > > their MXP?
> > > >
> > > > It was working great until I tested the install out on my own
> > > > machine.  The
> > > > dll is there, but now none of the methods (except version())
> execute.
> > > >
> > > > The first time I did the install, the dll was copied to the wrong
> > > > directory,
> > > > for which I deleted it, fixed the path issue in the MXI and redid
> the
> > > > install.
> > > >
> > > > I've rebooted, removed, re-installed Guy's original MXP and still it
> > no
> > > > worky.
> > > >
> > > > Ideas?
> > > >
> > > > --
> > > > John Grden - Blitz
> > > > ___
> > > > 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
> > > >
> > >
> > >
> > >
> > > --
> > > j:pn
> > > ___
> > > 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
> > >
> >
> >
> >
> > --
> > John Grden - Blitz
> > ___
> > 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
> >
>
>
>
> --
> j:pn
> ___
> 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
>



--
John Grden - Blitz
___
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] Working with Dynamic Text...

2006-02-14 Thread Charles Parcell
I bet you are using Flash 8 and that the Dynamic text has Auto Kern checked
ON. Try turning Auto Kern OFF. I have had this problem as well.

Charles P.



On 2/14/06, Juan Anzaldo <[EMAIL PROTECTED]> wrote:
>
> Hi, I have a problem with a galerie.
>
> the movie has a thumbnails section, I want to put a
> dynamic text in each thumb in the rollOver event that
> get a small title from an array.
>
> But when a test my movie it doesn´t appears,
> when I change the text to static text it appears
> correctly (but isn´t dymanic text)and if I trace the
> value of the array, the value is correct.
>
> How can I solve my problem?
>
> I also try:
>
> Embed my text in a movie clip and doesen´t work
>
> Where can I read a good tutorial of dynamic text?
>
> tnx in advance
>
> Juan Anzaldo
>
>
> __
> 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] Flash Mailer

2006-02-14 Thread Tom A. Haschenburger
I have a flash mailer and here are the headers for it when it comes into
my hotmail inbox. 

I have the same mailer on two different sites hosted by the same
company. One of the mailers stopped working and I'm trying to figure out
why. I always get them fixed by changing the way I mail and then it
breaks and stops working again. I have a feeling it has to do with this(
X-SID-Result: TempError, and X-AntiAbuse: This header was added to track
abuse). For the site where the mailer works, the mail piece goes
directly into junk. I would like to fix it so that it is properly mailed
and goes into my inbox. Would it make more sense to fake the sender as
myself and send it to myself, then have the email address of the real
sender be placed in the body of the message?

X-Message-Status: n:0
X-SID-PRA: [EMAIL PROTECTED]
X-SID-Result: TempError
X-Message-Info: 6sSXyD95QpUuTUg9M2ITKakWHge0jVjeJVbl6qBv90Q=
Received: from server152.serverquality.com ([65.98.55.50]) by
bay0-mc1-f10.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.211);
 Tue, 14 Feb 2006 08:27:11 -0800
Received: from nobody by server152.serverquality.com with local (Exim
4.52)
id 1F931G-0001nQ-Pp
for [EMAIL PROTECTED]; Tue, 14 Feb 2006 11:27:14 -0500
To: [EMAIL PROTECTED]
Subject: hello from worthwhileindustries.com
From: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 14 Feb 2006 11:27:14 -0500
X-AntiAbuse: This header was added to track abuse, please include it
with any abuse report
X-AntiAbuse: Primary Hostname - server152.serverquality.com
X-AntiAbuse: Original Domain - hotmail.com
X-AntiAbuse: Originator/Caller UID/GID - [99 32003] / [47 12]
X-AntiAbuse: Sender Address Domain - server152.serverquality.com
X-Source: 
X-Source-Args: /usr/local/apache/bin/httpd -DSSL
X-Source-Dir: worthwhileindustries.com:/public_html/bin/php
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 14 Feb 2006 16:27:13.0880 (UTC)
FILETIME=[833B0D80:01C63183] 
___
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] Working with Dynamic Text...

2006-02-14 Thread Juan Anzaldo
Hi, I have a problem with a galerie.

the movie has a thumbnails section, I want to put a
dynamic text in each thumb in the rollOver event that
get a small title from an array.

But when a test my movie it doesn´t appears, 
when I change the text to static text it appears
correctly (but isn´t dymanic text)and if I trace the
value of the array, the value is correct.

How can I solve my problem? 

I also try:

Embed my text in a movie clip and doesen´t work

Where can I read a good tutorial of dynamic text?

tnx in advance

Juan Anzaldo


__
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] Guy's FileSystem Dll

2006-02-14 Thread Johannes Nel
i assume the mxp runs it, but you might have a dependency issue that
regsvr32 will bring to the light. maybe its one of 'em dll's that don't
require it (not COM based)

On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
>
> well, would you think I would have to use regsvr32 since Flash doesn't
> require it?  Or maybe the extenstion manager runs it for you - do you
> happen
> to know?
>
> I'll give er' a shot anyway to find out
>
> Thanks Johannes
>
> On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote:
> >
> > the way to insatll dll's on nt manually is to use regsvr32 from command
> > line
> > and point to the path where the dll is. if you want to unintsall it use
> > "regsvr32 u path" if the dll can not be registered due to dependencies
> > that
> > are missing that will give you a fair idea.
> >
> > On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
> > >
> > > has anyone experienced any problems or issues with including Guy's dll
> > > with
> > > their MXP?
> > >
> > > It was working great until I tested the install out on my own
> > > machine.  The
> > > dll is there, but now none of the methods (except version()) execute.
> > >
> > > The first time I did the install, the dll was copied to the wrong
> > > directory,
> > > for which I deleted it, fixed the path issue in the MXI and redid the
> > > install.
> > >
> > > I've rebooted, removed, re-installed Guy's original MXP and still it
> no
> > > worky.
> > >
> > > Ideas?
> > >
> > > --
> > > John Grden - Blitz
> > > ___
> > > 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
> > >
> >
> >
> >
> > --
> > j:pn
> > ___
> > 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
> >
>
>
>
> --
> John Grden - Blitz
> ___
> 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
>



--
j:pn
___
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] Guy's FileSystem Dll

2006-02-14 Thread John Grden
well, would you think I would have to use regsvr32 since Flash doesn't
require it?  Or maybe the extenstion manager runs it for you - do you happen
to know?

I'll give er' a shot anyway to find out

Thanks Johannes

On 2/14/06, Johannes Nel <[EMAIL PROTECTED]> wrote:
>
> the way to insatll dll's on nt manually is to use regsvr32 from command
> line
> and point to the path where the dll is. if you want to unintsall it use
> "regsvr32 u path" if the dll can not be registered due to dependencies
> that
> are missing that will give you a fair idea.
>
> On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
> >
> > has anyone experienced any problems or issues with including Guy's dll
> > with
> > their MXP?
> >
> > It was working great until I tested the install out on my own
> > machine.  The
> > dll is there, but now none of the methods (except version()) execute.
> >
> > The first time I did the install, the dll was copied to the wrong
> > directory,
> > for which I deleted it, fixed the path issue in the MXI and redid the
> > install.
> >
> > I've rebooted, removed, re-installed Guy's original MXP and still it no
> > worky.
> >
> > Ideas?
> >
> > --
> > John Grden - Blitz
> > ___
> > 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
> >
>
>
>
> --
> j:pn
> ___
> 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
>



--
John Grden - Blitz
___
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] Guy's FileSystem Dll

2006-02-14 Thread Johannes Nel
the way to insatll dll's on nt manually is to use regsvr32 from command line
and point to the path where the dll is. if you want to unintsall it use
"regsvr32 u path" if the dll can not be registered due to dependencies that
are missing that will give you a fair idea.

On 2/14/06, John Grden <[EMAIL PROTECTED]> wrote:
>
> has anyone experienced any problems or issues with including Guy's dll
> with
> their MXP?
>
> It was working great until I tested the install out on my own
> machine.  The
> dll is there, but now none of the methods (except version()) execute.
>
> The first time I did the install, the dll was copied to the wrong
> directory,
> for which I deleted it, fixed the path issue in the MXI and redid the
> install.
>
> I've rebooted, removed, re-installed Guy's original MXP and still it no
> worky.
>
> Ideas?
>
> --
> John Grden - Blitz
> ___
> 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
>



--
j:pn
___
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] Guy's FileSystem Dll

2006-02-14 Thread John Grden
has anyone experienced any problems or issues with including Guy's dll with
their MXP?

It was working great until I tested the install out on my own machine.  The
dll is there, but now none of the methods (except version()) execute.

The first time I did the install, the dll was copied to the wrong directory,
for which I deleted it, fixed the path issue in the MXI and redid the
install.

I've rebooted, removed, re-installed Guy's original MXP and still it no
worky.

Ideas?

--
John Grden - Blitz
___
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] addEventListener - MovieClip wants to pass event to containing class

2006-02-14 Thread Steve Warren
Thanks for the tips Moses!  I'm gonna download and check out
CallbackDispatcher 2.0 now...

Where are you from?  I'm living in NJ, working in Manhattan.

-steve

On 2/12/06, Moses Gunesch <[EMAIL PROTECTED]> wrote:
>
> Steve -
>
> Yes there are 2 things available for this. MM added that
> functionality in some event classes that are pretty much undocumented
> and a little tough to learn - UIEventDispatcher and LowLevelEvents.
>
> Secondly, I wrote a class called CallbackDispatcher that makes it
> really easy to use events to scope simple callbacks wherever you
> want. It's available free at my website and includes a comparison &
> example of the MM system.
>
> You can specify an event prefix like "evt_" then name your events
> like "evt_onRollOver", or use Delegates as shown here, to route any
> built-in MC, Button, or TextField callbacks to a uniquely named
> method. This really helps keep scoping mouse events tidy and also
> gives you an opportunity to group the events for some subset of nav
> elements into smartly named handlers, like "handleNavEvent" in this
> example which will do rollover/out and onpress actions - keeps your
> classes neat. (Again, the use of Delegate is entirely optional.)
>
> var navDel:Function = Delegate.create(this, handleNavEvent);
> CallbackDispatcher.initialize(mc);
> mc.addEventListener ('onRollOver, onRollOut, onPress', navDel);
>
> function handleNavEvent(o:Object) {
> trace(o.target._name+'.'+o.type);
> switch(o.type) {
> // etc..
> }
> }
>
> download at: http://www.mosessupposes.com/utilities/index.html
>
> Hope that helps you out!
> - Moses
>
>
> On Jan 19, 2006, at 2:33 PM, Steve Warren wrote:
>
> > I'm having a little trouble getting addEventListener to work.  I've
> > tried a
> > bunch of combinations, but have yet to find the right one.  I'm
> > trying to
> > assign onRelease functions to a bunch of buttons in my LanguageChooser
> > class.  All I want to do is call a function inside LanguageChooser,
> > telling
> > it which button was clicked.
> ___
> 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] regex needed

2006-02-14 Thread matti bar zeev
Ok,
So I suggest you ask them in that case.
Best of luck.
  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Flashcoders
mailing list
  Sent: Tuesday, February 14, 2006 16:17
  To: flashcoders@chattyfig.figleaf.com
  Subject: Re: [Flashcoders] regex needed
  Importance: Low


  "You are working on flex, right?
  no other way, as far as I know, to use RegExp but to use it with flex.
  so... you must be familiar with addcChild (). if not - check it out on the
  Help panel."

  Not true.  Joey Lott's and Pavils Jurjans' RegExp class is just AS2 and
will
  of course work with Flash.

  Jim Kremens

  On 2/14/06, matti bar zeev <[EMAIL PROTECTED]> wrote:
  >
  > You are working on flex, right?
  > no other way, as far as I know, to use RegExp but to use it with flex.
  > so... you must be familiar with addcChild (). if not - check it out on
the
  > Help panel.
  > Weird, I don't get any errors. are you sure the error come from this
lines
  > of code?
  >   -Original Message-
  >   From: [EMAIL PROTECTED]
  > [mailto:[EMAIL PROTECTED] Behalf Of
Flashcoders
  > mailing list
  >   Sent: Tuesday, February 14, 2006 10:17
  >   To: flashcoders@chattyfig.figleaf.com
  >   Subject: Re: [Flashcoders] regex needed
  >   Importance: Low
  >
  >
  >   matti bar zeev schrieb:
  >   > How about this?
  >   >
  >   > import RegExp;
  >   >
  >   >var a:String = "äur*?ß123.png";
  >   >var goodname:RegExp = new RegExp ("[^a-z0-9\\.]", "gi");
  >   >var return_str:String  = a.replace(goodname, "_");
  >   >
  >   >var output_txt:TextField = new TextField ();
  >   >output_txt.text = return_str;
  >   >addChild (output_txt)
  >   >
  >   >
  >
  >   nope ... same problem: type mismatch!
  >
  >   btw: what is addChild () ???
  >
  >   micha
  >
  >   ___
  >   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
  >



  --
  Jim Kremens
  ___
  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] regex needed

2006-02-14 Thread Jim Kremens
"You are working on flex, right?
no other way, as far as I know, to use RegExp but to use it with flex.
so... you must be familiar with addcChild (). if not - check it out on the
Help panel."

Not true.  Joey Lott's and Pavils Jurjans' RegExp class is just AS2 and will
of course work with Flash.

Jim Kremens

On 2/14/06, matti bar zeev <[EMAIL PROTECTED]> wrote:
>
> You are working on flex, right?
> no other way, as far as I know, to use RegExp but to use it with flex.
> so... you must be familiar with addcChild (). if not - check it out on the
> Help panel.
> Weird, I don't get any errors. are you sure the error come from this lines
> of code?
>   -Original Message-
>   From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Flashcoders
> mailing list
>   Sent: Tuesday, February 14, 2006 10:17
>   To: flashcoders@chattyfig.figleaf.com
>   Subject: Re: [Flashcoders] regex needed
>   Importance: Low
>
>
>   matti bar zeev schrieb:
>   > How about this?
>   >
>   > import RegExp;
>   >
>   >var a:String = "äur*?ß123.png";
>   >var goodname:RegExp = new RegExp ("[^a-z0-9\\.]", "gi");
>   >var return_str:String  = a.replace(goodname, "_");
>   >
>   >var output_txt:TextField = new TextField ();
>   >output_txt.text = return_str;
>   >addChild (output_txt)
>   >
>   >
>
>   nope ... same problem: type mismatch!
>
>   btw: what is addChild () ???
>
>   micha
>
>   ___
>   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
>



--
Jim Kremens
___
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] adding tiny decimals to _x

2006-02-14 Thread Zeh Fernando
Just discovered this. I have a character moving across the screen at a 
very slow rate. His complete journey should be around 20 minutes, making 
every frame increment at 0.02565278. However, adding this to _x 
isn't even registred, meaning adding 0.02565278 to 0 (as _x) means 
_x will remain at 0. FOREVER.
Adding 0.02565278 to a temp variable, and setting _x to that 
variable rounded worked fine.

Any particular limitation of _x here that i wasnt aware of? Probably.


Yes. *Apparently* positions on the stage are based on twips, or 1/20th of a 
pixel, so the least it can actually move is 0.05 pixels. The kind of 
incrementation you're done - on movieclip properties - really should be done 
on a separate temp variable, as most of the properties seem to have similar 
precision limitations.



- zeh 


___
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] adding tiny decimals to _x

2006-02-14 Thread Tor.Kristensen
Calculate the x as a function of the time elapsed
Basically, just as a Tween would.
t
___
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] adding tiny decimals to _x

2006-02-14 Thread Andreas Rønning
Just discovered this. I have a character moving across the screen at a 
very slow rate. His complete journey should be around 20 minutes, making 
every frame increment at 0.02565278. However, adding this to _x 
isn't even registred, meaning adding 0.02565278 to 0 (as _x) 
means _x will remain at 0. FOREVER.


Adding 0.02565278 to a temp variable, and setting _x to that 
variable rounded worked fine.


Any particular limitation of _x here that i wasnt aware of? Probably.

- Andreas
___
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] Stream Audio Still Playing in IE

2006-02-14 Thread John Giotta
I remember this being a problem way back in the day but I thought it
was fixed in a player revision.

I was demoing a Video player to a manager yesterday and when he
clicked the back browser button the audio from the FLV stream was
still being heard. Only after he clicked anywhere else on the page did
it finally cease. He was using IE 6.0 on WinXP Pro SP2.

Has anyone experienced this on the rare occasion.
___
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: Programatically adding getters and setters

2006-02-14 Thread Simen Brekken
Flapflap  sans-facon.net> writes:

> 
> Object.addProperty
> http://livedocs.macromedia.com/flash/8/main/2579.html

That's what you get for not reading the docs good enough :)


___
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] image saving

2006-02-14 Thread Devendran I
What version of flash your using for this.
   
  

syam s <[EMAIL PROTECTED]> wrote:
  

sir ..
i draw an image in flash using action script( using create emplty 
movieclip).but i want to save this image as jpeg on a button click(server 
side). give proper advise.
syam s konni



-
Win a BlackBerry device from O2 with Yahoo!. Enter now.
___
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



-
 Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new 
and used cars.
___
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] Set volume of flash video?

2006-02-14 Thread Mendelsohn, Michael
Thanks for the reply, Jim.  That was so obvious that I missed it.  

- MM





var __sound:Sound = new Sound(__myVideoContainer);
__sound.setVolume(0);

The "myVideo" clip contained a video (with sound) that I imported to the

timeline.  Send me e-mail if you want the .FLA

___
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] Rotating a mc around a custom pivotpoint

2006-02-14 Thread Bart Wttewaall
Darron Schall's class didn't work out for me since mixing prototypes
gave me a lot of syntax errors. Here's the code I built from Robert
Penner's Vector3D.rotateZ() method. I hope someone finds it usefull.

var mc:MovieClip; // mc on stage
var position:Object = {x:mc._x, y:mc._y};
var pivot:Object = {x:position.x+mc._width/2, y:position.y+mc._height/2};
var angle = 0;

onEnterFrame = function() {
rotate(angle += 5);
}

function rotate(angle) {
var ca:Number = cosD(angle);
var sa:Number = sinD(angle);
var x = (position.x - pivot.x) * ca - (position.y - pivot.y) * sa;
var y = (position.x - pivot.x) * sa + (position.y - pivot.y) * ca;

mc._x = pivot.x + x;
mc._y = pivot.y + y;
mc._rotation = angle %= 360;
}

function sinD(angle) {
return Math.sin (angle * (Math.PI / 180));
}

function cosD(angle) {
return Math.cos (angle * (Math.PI / 180));
}


2006/2/13, Bart Wttewaall <[EMAIL PROTECTED]>:
> exactly! thanks a lot!
> I mustn't have used the right keywords in my search ;)
>
>
> 2006/2/13, Adrian Lynch <[EMAIL PROTECTED]>:
> > It was on Flashcoders or Flashnewbie a few days ago.
> >
> > http://www.darronschall.com/weblog/archives/54.cfm
> >
> > Is that the link you were after?
> >
> > Adrian
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Bart
> > Wttewaall
> > Sent: 13 February 2006 17:31
> > To: Flashcoders mailing list
> > Subject: [Flashcoders] Rotating a mc around a custom pivotpoint
> >
> >
> > Hi list,
> >
> > I'm looking for a piece of math to rotate a mc around a pivotpoint,
> > other then its original. I've seen the math before in a demo, on some
> > blog perhaps, but can't seem to find it again. I made some attempts to
> > write it myself, but my math is as rusty as a german submarine.
> >
> > Much obliged,
> > Bart
> > ___
> > 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] Strange animation behavior

2006-02-14 Thread T. van Zantvoort
Hi Guys,
 
I have a strange problem. I have several buttons on my canvas which I named
b1_btn untill b9_btn. In actionscript I have made the OnRelease call to them
through a For loop (also a RollOver and RollOut). On release the movie
should continue (play) and the buttons should tween to a different location.
At this point it goes strangely, the tween is actually happening but the
button clicked stays on the same place until the tween stops and then flips
to the location it supposed to tween to.
 
What is happening here?
 
I've tried several other approaches with no luck. I even tried to make an
embedded OnRelease whitin the On RollOver function. It just stays there and
only flips at the end of the tween.
 
Could someone help me out here, please.
 
Met vriendelijke groeten,
 
 
Tayfun van Zantvoort
WebSculptor
---
MonTay WebArchitects
T: 040-2300898
F: 040-2954071
I:   www.montay.nl
---
Check ook eens andere
onderdelen van ons uit.
---
www.vsnet.nl   (je eigen webshop)
www.mlife.nl   (aug '05, digi-lifestyle)
===
___
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] Embedding Japanese Fonts for Font Symbol and createTextField Usage

2006-02-14 Thread lars
hi all. i'm using createTextField together with a font symbol to create a
dynamic list of textfields. this works fine as long i'm not trying to use
a unicode font like arial ms unicode for it. is there some option somewhere
to say what to embedd for the font symbol, something i can tick "japanese
all" like on a regular dynamic text field? here's what i do (just a snipped,
none copy+paste working code):

tFo = new TextFormat();
tFo.font = "pixfnt"; // my arial unicode ms font symbol
tFo.color = 0x99;
tFo.size = 11;

tFoO = new TextFormat();
tFoO.color = 0xFF;

tFV = new TextFormat();
tFV.color = 0x33;

this["textHolder"+i].createTextField(tF,i,0,ypos,100,tmpheight);
this["textHolder"+i][tF].html = true;
this["textHolder"+i][tF].autoSize = "left";
this["textHolder"+i][tF].wordWrap = true;
this["textHolder"+i][tF].selectable = 0;
this["textHolder"+i][tF].multiline = 1;
this["textHolder"+i][tF].type = "dynamic";
this["textHolder"+i][tF].embedFonts = true;
this["textHolder"+i][tF].htmlText = _root.awardlistunique[i-1];
this["textHolder"+i][tF].setTextFormat(tFo);
this["textHolder"+i][tF].setNewTextFormat(tFo);

i'm exporting to flash 6! as said it works fine for all "english"-content,
but when filling the htmltext with japanese uni-code content (which works
on other parts of my application, so that's not the problem) it's doesnt.
again: the font symbol "pixfnt" (linkage name) uses arial ms unicode... what
i'm looking for is something like where to set which fonts to embedd on that
symbol!? thanks: lars


___
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] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-14 Thread Dominic Fee
Hi Moses
Thanks for getting back to me, and cheers for the download.

Im based in Leeds in the UK.
Yes please put me on the beta team, id be more than happy

Cheers,
Dom

dominic.fee(at)darka.co.uk or this address

-Original Message-
From: Moses Gunesch [mailto:[EMAIL PROTECTED] 
Sent: 13 February 2006 19:28
To: Dominic Fee
Subject: Re: [Flashcoders] MovieclipTween120.mxp from
http://laco.wz.cz/tween/

site looks great!

I guess 1.1 needs to come out this month before i speak at FF. It's  
really coming along. If you can commit to a few hours of serious  
testing for me, I will get you on the beta team. I need good,  
experienced coders like yourself!

until then here's v1.0 which is class based but does not contain  
FuseFMP for filters - that's in 1.1.

Moses Gunesch
Portland, OR

PS, where are you from?

-

Hi Moses
Do you have an expected release date for 1.1

I've just finished (well just about) www.themillbank.com which made vast use
of the tweening class. I came across Fuse too far into the site build and
knew that this would have been a better solution, so im very interested in
fuse for all future tweenwork, especially with flash 8 blur transitions etc.

Thanks Dom

___
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] Programatically adding getters and setters

2006-02-14 Thread Flapflap

Object.addProperty
http://livedocs.macromedia.com/flash/8/main/2579.html

;-)
--
Flapflap
___
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] Programatically adding getters and setters

2006-02-14 Thread Simen Brekken
Does anyone know if getters and setters can be created/modified/deleted at
runtime? I'd like to do something similar to:

myObject.get_value = Delegate.create(this, getSomethingFunction);

--
Regards,
Simen Brekken


___
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] regex needed

2006-02-14 Thread Michael Stuhr

matti bar zeev schrieb:

You are working on flex, right?

oops, nope ?!

no other way, as far as I know, to use RegExp but to use it with flex.
so... you must be familiar with addcChild (). if not - check it out on the
Help panel.
Weird, I don't get any errors. are you sure the error come from this lines
of code?


as i said: i'm trying to get the RegExp class to work whihc is from Joey Lott 
(http://www.person13.com/) / Pavils Jurjans 
(http://www.jurjans.lv/flash/RegExp.html) 


micha

___
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] Arp, cairngorm, flex2

2006-02-14 Thread Alisdair Mills

cairngorm is written specifically for flex 2 development.

basically Arp and Cairngorm are there to make your life (as a  
developer) easier... which can never become obsolete :)


cheers, Al

On 14 Feb 2006, at 09:14, j.c.wichman wrote:


Hi,
Seeing the recent discussions/questions on this list about which  
frameworks

to use and such, I was wondering if these frameworks apply to Flex2
development as well, or does flex 2 own's 'framework' cover all  
that which
was not available in flash, which could have been the reason these  
other

frameworks were written in the firstplace.
I tried searching the archive, but couldn't find anything on it.
So it's not that I'm wondering if I could use m in flex 2, the  
question is
really whether flex 2 renders these kind of frameworks... well  
obsolete to

put it bluntly.

Greetz
Hans



___
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] regex needed

2006-02-14 Thread matti bar zeev
You are working on flex, right?
no other way, as far as I know, to use RegExp but to use it with flex.
so... you must be familiar with addcChild (). if not - check it out on the
Help panel.
Weird, I don't get any errors. are you sure the error come from this lines
of code?
  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Flashcoders
mailing list
  Sent: Tuesday, February 14, 2006 10:17
  To: flashcoders@chattyfig.figleaf.com
  Subject: Re: [Flashcoders] regex needed
  Importance: Low


  matti bar zeev schrieb:
  > How about this?
  >
  > import RegExp;
  >
  >var a:String = "äur*?ß123.png";
  >var goodname:RegExp = new RegExp ("[^a-z0-9\\.]", "gi");
  >var return_str:String  = a.replace(goodname, "_");
  >
  >var output_txt:TextField = new TextField ();
  >output_txt.text = return_str;
  >addChild (output_txt)
  >
  >

  nope ... same problem: type mismatch!

  btw: what is addChild () ???

  micha

  ___
  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] regex needed

2006-02-14 Thread Michael Stuhr

matti bar zeev schrieb:

How about this?

import RegExp;

   var a:String = "äur*?ß123.png";
   var goodname:RegExp = new RegExp ("[^a-z0-9\\.]", "gi");
   var return_str:String  = a.replace(goodname, "_");

   var output_txt:TextField = new TextField ();
   output_txt.text = return_str;
   addChild (output_txt)




nope ... same problem: type mismatch!

btw: what is addChild () ???

micha

___
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] Arp, cairngorm, flex2

2006-02-14 Thread j.c.wichman
Hi,
Seeing the recent discussions/questions on this list about which frameworks
to use and such, I was wondering if these frameworks apply to Flex2
development as well, or does flex 2 own's 'framework' cover all that which
was not available in flash, which could have been the reason these other
frameworks were written in the firstplace.
I tried searching the archive, but couldn't find anything on it.
So it's not that I'm wondering if I could use m in flex 2, the question is
really whether flex 2 renders these kind of frameworks... well obsolete to
put it bluntly.

Greetz
Hans

 

___
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] regex needed

2006-02-14 Thread matti bar zeev
How about this?

import RegExp;

   var a:String = "äur*?ß123.png";
   var goodname:RegExp = new RegExp ("[^a-z0-9\\.]", "gi");
   var return_str:String  = a.replace(goodname, "_");

   var output_txt:TextField = new TextField ();
   output_txt.text = return_str;
   addChild (output_txt)


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Flashcoders
mailing list
Sent: Tuesday, February 14, 2006 00:14
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] regex needed
Importance: Low


David Rorex schrieb:
> On 2/13/06, Michael Stuhr <[EMAIL PROTECTED]> wrote:
>
>> i'm trying to use Joey Leott's (Pavils Jurjans') RegExp for replacing
>> BAD-strings in (to-be-uploaded) Filenames but had no success at all. can
>> anyone
>> give me some hints ?
>>
>> i have:
>>
>> 
>> import RegExp;
>>
>> var a:String = 'äur*?ß.png';
>> var goodname:RegExp = new RegExp ('/[^a-z0-9_\\-\\.]/i', 'g', 'i');
>> str.text = a.replace(goodname, '_');
>> 
>>
>> but the compiler says type mismatch in line 6 
>>
>>
>>
> Can you tell us which line is line 6? You only gave 5 lines of code...
>
>
count them. the compiler counts them too :-)
> also:
> 'a' is a string, and you are calling 'a.replace()'. Is that correct? (I
> don't know how the regexp library works exactly, so it may be)
>
it should be. RegExp adds some functions to String() by prototype, sth.
like String().replace().
it works (or should work) simpilar like preg_replace() in php.

any ideas ?

micha



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