Re: [Flashcoders] AS3 FTP Client?

2008-06-02 Thread Cedric Muller

try this one
http://maliboo.riaforge.org/
it is open source, and working (very early version, as written)

hth,
Cedric



Are there any FTP clients that run in AS3 for sale?

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


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


Re: [Flashcoders] AS3 FTP Client?

2008-06-02 Thread Elia Morling
Thanks, it appears to be an apollo project. I don't know if it will run in a 
browser with a plain as3 project.


Elia

- Original Message - 
From: Cedric Muller [EMAIL PROTECTED]

To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Monday, June 02, 2008 1:21 PM
Subject: Re: [Flashcoders] AS3 FTP Client?



did you look the project's home ?
http://projects.maliboo.pl/FlexFTP/



Do you think I can use this in an AS3 project in Flex2?

I went to the link but the SVN appears empty to me

Elia

- Original Message - From: Cedric Muller  [EMAIL PROTECTED]
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Monday, June 02, 2008 12:56 PM
Subject: Re: [Flashcoders] AS3 FTP Client?



try this one
http://maliboo.riaforge.org/
it is open source, and working (very early version, as written)
hth,
Cedric

Are there any FTP clients that run in AS3 for sale?

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

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

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


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

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


[Flashcoders] AS3 FTP Client?

2008-06-02 Thread Elia Morling

Are there any FTP clients that run in AS3 for sale?

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


Re: [Flashcoders] AS3 FTP Client?

2008-06-02 Thread Elia Morling

Do you think I can use this in an AS3 project in Flex2?

I went to the link but the SVN appears empty to me

Elia

- Original Message - 
From: Cedric Muller [EMAIL PROTECTED]

To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Monday, June 02, 2008 12:56 PM
Subject: Re: [Flashcoders] AS3 FTP Client?



try this one
http://maliboo.riaforge.org/
it is open source, and working (very early version, as written)

hth,
Cedric



Are there any FTP clients that run in AS3 for sale?

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


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

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


Re: [Flashcoders] AS3 FTP Client?

2008-06-02 Thread Cedric Muller

did you look the project's home ?
http://projects.maliboo.pl/FlexFTP/



Do you think I can use this in an AS3 project in Flex2?

I went to the link but the SVN appears empty to me

Elia

- Original Message - From: Cedric Muller  
[EMAIL PROTECTED]

To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Monday, June 02, 2008 12:56 PM
Subject: Re: [Flashcoders] AS3 FTP Client?



try this one
http://maliboo.riaforge.org/
it is open source, and working (very early version, as written)
hth,
Cedric

Are there any FTP clients that run in AS3 for sale?

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

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

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


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


Re: [Flashcoders] expanding pages with flash and javascript

2008-06-02 Thread Viktor Hesselbom
Well, I worked out some basics but it only seems to work when I export to  
Flash Player 6 (using Opera, might be different in other browsers).


Anyway, here it is.
The idea is to have a div called 'flashcontent' and changing it's height  
through the div's style property using javascript.


onMouseUp = expandDiv;
var h:Number = 300;
function expandDiv():Void {
h += 10;

getURL(javascript:document.getElementById('flashcontent').style.height='+h+px';);
}

Someone feel free to make this script better and more global.

On Sun, 01 Jun 2008 17:48:02 +0200, Allandt Bik-Elliott (Receptacle)  
[EMAIL PROTECTED] wrote:


has anyone used or know of any really good page expanders for flash/ 
javascript - i guess it would use an external interface call - either  
as2 or as3 - i'd like to have a textfield that extends the html page  
it's in to it's total height but i'm not really good with javascript


thanks
al


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




--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

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


Re: [Flashcoders] expanding pages with flash and javascript

2008-06-02 Thread Glen Pike

JS:

function expandDiv(divName, amount) {
   var box = document.getElementById(divName);
   //alert(Box is  +box);
   var ht = box.style.height + amount;
   //alert(Height is  + ht);
   box.style.height = box.style.min-height = ht;
   //alert(height is now  + box.style.height);
}

To test, put a link in your HTML first:

a href=javascript:expandDiv('flashcontent', 10)Click me/a
div style=height:300px;min-height:300pxpThis is a divp/div

Make sure your JS all works nicely...

Then try:
var name:String = flashcontent;
var amt:Number = 10;
ExternalInterface.call('expandDiv', name, amt);  //think this is correct 
for multiple params, but check!


Also, you need to have allowScriptAccess set 
http://www.google.co.uk/search?hl=enq=allowScriptAccessbtnG=Searchmeta= 
http://www.google.co.uk/search?hl=enq=allowScriptAccessbtnG=Searchmeta= 
when you embed your Flash movie...




Viktor Hesselbom wrote:
Well, I worked out some basics but it only seems to work when I export 
to Flash Player 6 (using Opera, might be different in other browsers).


Anyway, here it is.
The idea is to have a div called 'flashcontent' and changing it's 
height through the div's style property using javascript.


onMouseUp = expandDiv;
var h:Number = 300;
function expandDiv():Void {
h += 10;
getURL(javascript:document.getElementById('flashcontent').style.height='+h+px';); 


}

Someone feel free to make this script better and more global.

On Sun, 01 Jun 2008 17:48:02 +0200, Allandt Bik-Elliott (Receptacle) 
[EMAIL PROTECTED] wrote:


has anyone used or know of any really good page expanders for 
flash/javascript - i guess it would use an external interface call - 
either as2 or as3 - i'd like to have a textfield that extends the 
html page it's in to it's total height but i'm not really good with 
javascript


thanks
al


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






--

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

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


Re: [Flashcoders] expanding pages with flash and javascript

2008-06-02 Thread Viktor Hesselbom

Hi Glen,

Nice catch.

Although I'm pretty sure you also need to add px after the amount so  
that the DIV will know that you're talking pixels and not centimeters or  
whatever,


box.style.height = box.style.min-height = ht+px;

/ Viktor H

On Mon, 02 Jun 2008 16:52:04 +0200, Glen Pike [EMAIL PROTECTED]  
wrote:



JS:

function expandDiv(divName, amount) {
var box = document.getElementById(divName);
//alert(Box is  +box);
var ht = box.style.height + amount;
//alert(Height is  + ht);
box.style.height = box.style.min-height = ht;
//alert(height is now  + box.style.height);
}

To test, put a link in your HTML first:

a href=javascript:expandDiv('flashcontent', 10)Click me/a
div style=height:300px;min-height:300pxpThis is a divp/div

Make sure your JS all works nicely...

Then try:
var name:String = flashcontent;
var amt:Number = 10;
ExternalInterface.call('expandDiv', name, amt);  //think this is correct  
for multiple params, but check!


Also, you need to have allowScriptAccess set  
http://www.google.co.uk/search?hl=enq=allowScriptAccessbtnG=Searchmeta=  
http://www.google.co.uk/search?hl=enq=allowScriptAccessbtnG=Searchmeta=  
when you embed your Flash movie...




Viktor Hesselbom wrote:
Well, I worked out some basics but it only seems to work when I export  
to Flash Player 6 (using Opera, might be different in other browsers).


Anyway, here it is.
The idea is to have a div called 'flashcontent' and changing it's  
height through the div's style property using javascript.


onMouseUp = expandDiv;
var h:Number = 300;
function expandDiv():Void {
h += 10;
getURL(javascript:document.getElementById('flashcontent').style.height='+h+px';);  
}


Someone feel free to make this script better and more global.

On Sun, 01 Jun 2008 17:48:02 +0200, Allandt Bik-Elliott (Receptacle)  
[EMAIL PROTECTED] wrote:


has anyone used or know of any really good page expanders for  
flash/javascript - i guess it would use an external interface call -  
either as2 or as3 - i'd like to have a textfield that extends the html  
page it's in to it's total height but i'm not really good with  
javascript


thanks
al


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










--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

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


Re: [Flashcoders] AS3 GModeler?

2008-06-02 Thread Mark Lapasa

I second violet uml. Pretty good and it's free!

If you're looking for paying round trip UML- AS3, look into Enterprise 
Architect



Romuald Quantin wrote:

The most well-known as3 frameworks are:

http://labs.adobe.com/wiki/index.php/Cairngorm
http://puremvc.org/

A full list there:
http://seantheflashguy.com/blog/2007/11/20/actionscript-30-uml-and-code-gene
ration-tools/

If you're an eclipse user (which I recommend):
http://alexdp.free.fr/violetumleditor/page.php

cross-platform:
http://staruml.sourceforge.net/en/

Romu


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ali Drongo
Sent: 28 May 2008 16:28
To: Flash Coders List
Subject: [Flashcoders] AS3 GModeler?

Hiya, I'm starting planning an AS3 project and have previously used  
Gmodeler to plan my classes.
Are there any similar apps that will generate my stub classes in the  
same way GModeler did for AS2?

Or can anyone recommend other AS3 // OOP planning apps they find useful?
Cheers
Ali


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

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




Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.


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


[Flashcoders] Usage of [Event....]

2008-06-02 Thread Helmut Granda
Could some one point me to the docs or blogs that explain the usage or
benefits of the following lines:
[Event(name=progress, type=flash.events.ProgressEvent.PROGRESS)]

 [Event(name=complete, type=flash.events.ProgressEvent.COMPLETE)]

[Event(name=open, type=flash.events.Event.OPEN)]

As always I tried to do a Google search but I couldnt find accurate
information.

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


[Flashcoders] Re: Usage of [Event....]

2008-06-02 Thread Helmut Granda
I think i found the answer:
-

The last tag I want to mention is the event tag. This is more of a
Flex-compatibility tag. If you try and use an event name in MXML without
declaring the event with an event tag, the MXML compiler will throw an
error. So here's how to avoid that:
http://www.boostworthy.com/blog/?p=157#
ActionScript:

   1. // In this sample, the 'AnimationEvent.START' event is being declared.
   The 'START' constant's value is 'animation start'.
   2. [Event(name=animation start, type=
   com.boostworthy.animation.events.AnimationEvent)]

As with the frame and SWF tags, event tags should be placed after imports,
but before the class definition.

- source:  http://www.boostworthy.com/blog/?p=157


On Mon, Jun 2, 2008 at 2:28 PM, Helmut Granda [EMAIL PROTECTED]
wrote:

 Could some one point me to the docs or blogs that explain the usage or
 benefits of the following lines:
 [Event(name=progress, type=flash.events.ProgressEvent.PROGRESS)]

  [Event(name=complete, type=flash.events.ProgressEvent.COMPLETE)]

 [Event(name=open, type=flash.events.Event.OPEN)]

 As always I tried to do a Google search but I couldnt find accurate
 information.

 TIA...




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


Re: [Flashcoders] Re: Usage of [Event....]

2008-06-02 Thread Paul Andrews

Yes, it's pretty well explained in the Flex documentation:

http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=metadata_141_09.html

Paul


- Original Message - 
From: Helmut Granda [EMAIL PROTECTED]

To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Monday, June 02, 2008 8:30 PM
Subject: [Flashcoders] Re: Usage of [Event]



I think i found the answer:
-

The last tag I want to mention is the event tag. This is more of a
Flex-compatibility tag. If you try and use an event name in MXML without
declaring the event with an event tag, the MXML compiler will throw an
error. So here's how to avoid that:
http://www.boostworthy.com/blog/?p=157#
ActionScript:

  1. // In this sample, the 'AnimationEvent.START' event is being 
declared.

  The 'START' constant's value is 'animation start'.
  2. [Event(name=animation start, type=
  com.boostworthy.animation.events.AnimationEvent)]

As with the frame and SWF tags, event tags should be placed after imports,
but before the class definition.

- source:  http://www.boostworthy.com/blog/?p=157


On Mon, Jun 2, 2008 at 2:28 PM, Helmut Granda [EMAIL PROTECTED]
wrote:


Could some one point me to the docs or blogs that explain the usage or
benefits of the following lines:
[Event(name=progress, type=flash.events.ProgressEvent.PROGRESS)]

 [Event(name=complete, type=flash.events.ProgressEvent.COMPLETE)]

[Event(name=open, type=flash.events.Event.OPEN)]

As always I tried to do a Google search but I couldnt find accurate
information.

TIA...





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



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


Re: [Flashcoders] Re: Usage of [Event....]

2008-06-02 Thread Helmut Granda
Yeah, I guess I didnt think to search in the Flex Docs since I am doing
development for Flash. Although sometimes when I try to find answers to my
questions the docs directme to Flex/Air Docs.
Thanks!

On Mon, Jun 2, 2008 at 3:05 PM, Paul Andrews [EMAIL PROTECTED] wrote:

 Yes, it's pretty well explained in the Flex documentation:


 http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=metadata_141_09.html

 Paul


 - Original Message - From: Helmut Granda 
 [EMAIL PROTECTED]
 To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Sent: Monday, June 02, 2008 8:30 PM
 Subject: [Flashcoders] Re: Usage of [Event]


  I think i found the answer:
 -

 The last tag I want to mention is the event tag. This is more of a
 Flex-compatibility tag. If you try and use an event name in MXML without
 declaring the event with an event tag, the MXML compiler will throw an
 error. So here's how to avoid that:
 http://www.boostworthy.com/blog/?p=157#
 ActionScript:

  1. // In this sample, the 'AnimationEvent.START' event is being declared.
  The 'START' constant's value is 'animation start'.
  2. [Event(name=animation start, type=
  com.boostworthy.animation.events.AnimationEvent)]

 As with the frame and SWF tags, event tags should be placed after imports,
 but before the class definition.

 - source:  http://www.boostworthy.com/blog/?p=157


 On Mon, Jun 2, 2008 at 2:28 PM, Helmut Granda [EMAIL PROTECTED]
 wrote:

  Could some one point me to the docs or blogs that explain the usage or
 benefits of the following lines:
 [Event(name=progress, type=flash.events.ProgressEvent.PROGRESS)]

  [Event(name=complete, type=flash.events.ProgressEvent.COMPLETE)]

 [Event(name=open, type=flash.events.Event.OPEN)]

 As always I tried to do a Google search but I couldnt find accurate
 information.

 TIA...




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


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




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


Re: [Flashcoders] Re: Usage of [Event....]

2008-06-02 Thread Helmut Granda
Can you pass custom properties with this kind of event handling?

On Mon, Jun 2, 2008 at 3:37 PM, Helmut Granda [EMAIL PROTECTED]
wrote:

 Yeah, I guess I didnt think to search in the Flex Docs since I am doing
 development for Flash. Although sometimes when I try to find answers to my
 questions the docs directme to Flex/Air Docs.
 Thanks!


 On Mon, Jun 2, 2008 at 3:05 PM, Paul Andrews [EMAIL PROTECTED] wrote:

 Yes, it's pretty well explained in the Flex documentation:


 http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=metadata_141_09.html

 Paul


 - Original Message - From: Helmut Granda 
 [EMAIL PROTECTED]
 To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Sent: Monday, June 02, 2008 8:30 PM
 Subject: [Flashcoders] Re: Usage of [Event]


  I think i found the answer:
 -

 The last tag I want to mention is the event tag. This is more of a
 Flex-compatibility tag. If you try and use an event name in MXML without
 declaring the event with an event tag, the MXML compiler will throw an
 error. So here's how to avoid that:
 http://www.boostworthy.com/blog/?p=157#
 ActionScript:

  1. // In this sample, the 'AnimationEvent.START' event is being
 declared.
  The 'START' constant's value is 'animation start'.
  2. [Event(name=animation start, type=
  com.boostworthy.animation.events.AnimationEvent)]

 As with the frame and SWF tags, event tags should be placed after
 imports,
 but before the class definition.

 - source:  http://www.boostworthy.com/blog/?p=157


 On Mon, Jun 2, 2008 at 2:28 PM, Helmut Granda [EMAIL PROTECTED]
 wrote:

  Could some one point me to the docs or blogs that explain the usage or
 benefits of the following lines:
 [Event(name=progress, type=flash.events.ProgressEvent.PROGRESS)]

  [Event(name=complete, type=flash.events.ProgressEvent.COMPLETE)]

 [Event(name=open, type=flash.events.Event.OPEN)]

 As always I tried to do a Google search but I couldnt find accurate
 information.

 TIA...




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


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




 --
 ...helmut




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


Re: [Flashcoders] Re: Usage of [Event....]

2008-06-02 Thread Jon Bradley


On Jun 2, 2008, at 4:38 PM, Helmut Granda wrote:


Can you pass custom properties with this kind of event handling?


All that this notation allows you to do is to define the event (as a  
string) and it's handler (the event class handling the event).


It doesn't have anything to do with any properties or custom  
parameters for the instance of the event type (again, it's just the  
definition).


You still have to dispatch the event manually, so if you want to pass  
your own properties, just set up your custom event class to handle  
those properties


good luck,

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


RE: [Flashcoders] Re: Usage of [Event....]

2008-06-02 Thread Dave Watts
 Can you pass custom properties with this kind of event handling?

Yes, but you have to write a custom subclass of Event to do this. All the
metadata does in your ActionScript class is let you reference that event as
an attribute within the MXML you use to invoke that class (or as a property
within the ActionScript you use to invoke that class).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Video trouble

2008-06-02 Thread Derek Nugent
Hello all

Very excited that there is a user group in the area for flash

I have a problem trying to get an flv with cuepoints to work

I have the flv and supporting swf files in the same folder and the .js file in 
the scripts folder.

It plays locally on my Apache server but not on our Cold Fusion MX7 server


Any ideas?


Are we having a meeting... I'd love to meet you all and put names to faces :)

 Best regards
Derek Nugent


email: [EMAIL PROTECTED]
[EMAIL PROTECTED]
web:   http://www.dereknugent.com


- Original Message 
From: Paul Andrews [EMAIL PROTECTED]
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Monday, June 2, 2008 3:05:36 PM
Subject: Re: [Flashcoders] Re: Usage of [Event]

Yes, it's pretty well explained in the Flex documentation:

http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=metadata_141_09.html

Paul


- Original Message - 
From: Helmut Granda [EMAIL PROTECTED]
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Monday, June 02, 2008 8:30 PM
Subject: [Flashcoders] Re: Usage of [Event]


I think i found the answer:
 -

 The last tag I want to mention is the event tag. This is more of a
 Flex-compatibility tag. If you try and use an event name in MXML without
 declaring the event with an event tag, the MXML compiler will throw an
 error. So here's how to avoid that:
 http://www.boostworthy.com/blog/?p=157#
 ActionScript:

   1. // In this sample, the 'AnimationEvent.START' event is being 
 declared.
   The 'START' constant's value is 'animation start'.
   2. [Event(name=animation start, type=
   com.boostworthy.animation.events.AnimationEvent)]

 As with the frame and SWF tags, event tags should be placed after imports,
 but before the class definition.

 - source:  http://www.boostworthy.com/blog/?p=157


 On Mon, Jun 2, 2008 at 2:28 PM, Helmut Granda [EMAIL PROTECTED]
 wrote:

 Could some one point me to the docs or blogs that explain the usage or
 benefits of the following lines:
 [Event(name=progress, type=flash.events.ProgressEvent.PROGRESS)]

  [Event(name=complete, type=flash.events.ProgressEvent.COMPLETE)]

 [Event(name=open, type=flash.events.Event.OPEN)]

 As always I tried to do a Google search but I couldnt find accurate
 information.

 TIA...




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

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



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


Re: [Flashcoders] Video trouble

2008-06-02 Thread Bob Wohl
this may help:


http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1040.html



good luck!

B.

On Mon, Jun 2, 2008 at 4:14 PM, Derek Nugent [EMAIL PROTECTED] wrote:

 Hello all

 Very excited that there is a user group in the area for flash

 I have a problem trying to get an flv with cuepoints to work

 I have the flv and supporting swf files in the same folder and the .js file
 in the scripts folder.

 It plays locally on my Apache server but not on our Cold Fusion MX7 server


 Any ideas?


 Are we having a meeting... I'd love to meet you all and put names to faces
 :)

  Best regards
 Derek Nugent


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


Re: [Flashcoders] Video trouble

2008-06-02 Thread Derek Nugent
I wonder if you need to reconfigure Cold Fusion  as  well as IIS?

 

 Best regards
Derek Nugent


email: [EMAIL PROTECTED]
[EMAIL PROTECTED]
web:   http://www.dereknugent.com


- Original Message 
From: Bob Wohl [EMAIL PROTECTED]
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Monday, June 2, 2008 7:00:02 PM
Subject: Re: [Flashcoders] Video trouble

this may help:


http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1040.html



good luck!

B.

On Mon, Jun 2, 2008 at 4:14 PM, Derek Nugent [EMAIL PROTECTED] wrote:

 Hello all

 Very excited that there is a user group in the area for flash

 I have a problem trying to get an flv with cuepoints to work

 I have the flv and supporting swf files in the same folder and the .js file
 in the scripts folder.

 It plays locally on my Apache server but not on our Cold Fusion MX7 server


 Any ideas?


 Are we having a meeting... I'd love to meet you all and put names to faces
 :)

  Best regards
 Derek Nugent


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



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


[Flashcoders] local crossdomain bug?

2008-06-02 Thread Radley Marx



I've never seen a demand for cross-domain.xml on my local machine, but  
I ran into this today:


Error opening URL 'http://file:/crossdomain.xml'


Was a result of downloading and testing John Dyer's Papervision  
Coverflow:



http://johndyer.name/post/2007/11/Yet-Another-Coverflow-using-Papervision.aspx


Odd thing is, I've used this before, including a portion of the code  
for one of our widgets.


Has something changed with the new Flash Player (9.0.124) security


Thanks in advance!!


-radley



--
Radley Marx
www.radleymarx.com
[EMAIL PROTECTED]
--




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