[Flashcoders] Hide scrollbar until enough text to require it (UIScrollbar)

2005-12-02 Thread Paul Steven
When I include the UIScrollbar in my flash movie, the bar element appears
even when there is no text yet in the input text area and unfortunately it
isn't that pretty on its own.

So I would like this not to appear until there is enough text to justify its
appearance. The arrows do not appear until such time.

Any help much appreciated.

Thanks

Paul


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


[Flashcoders] I get a mcl onLoadError, server log claims file got server...

2005-12-02 Thread Sander

Hi there,

I've got a Player preloading a large SWF, with a movieClipLoader.  
When an onLoadError is received, an e-mail is send to me through an  
ASP page, with all the details of the platform.


I get mails where onLoadError was called, but the file exists when I  
click the link. Moreover: the server log claims a 200 response code  
for the file. When I include a string


onLoadError{
sendASPmail(loaded +holder_mc.getBytesLoaded())

... the size of the holder is never 0, and it keeps on loading!

Any ideas to what may trigger this false onLoadError? I get them on  
all platforms and plugin versions...


thanks,

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


RE: [Flashcoders] Firefox flash plugin problem?

2005-12-02 Thread Jose / DY
Hi, 
It's the wmode=transparent on the embed tag. Remove it and you're done.


Jose M. Rubio
Dept. Interactivos
DoubleYou
www.doubleyou.com
[EMAIL PROTECTED]
Tel. +34 93 292 31 10
Fax. +34 93 292 21 97


La información contenida en este email es confidencial y va dirigida
exclusivamente al destinatario indicado.
Si has recibido este mensaje por error, indícaselo al remitente. Gracias.

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Van De Velde
Hans
Enviado el: jueves, 01 de diciembre de 2005 18:34
Para: 'flashcoders@chattyfig.figleaf.com'
Asunto: [Flashcoders] Firefox flash plugin problem?

Hi list,
 
I have the strangest problem on a mini-site with a form:
 
in Firefox, the Input textfields don't allow to type an @ or any other
special character (!)
and I do NOT have the problem in other browsers on PC or Mac...
 
To see it : http://you-are-here.be/ http://you-are-here.be/ 
 Send To A Friend
 
Does anybody has a fix? Any ideas?
 
FYI:
Authored in Flash 8 with ActionScript 2, published to Flash 7.
and looking at it with flash plugin 8 on Windows XP Pro with Firefox 1.5.
 
Any help is welcome, coz I'm pulling my hair out,
 
 
Hans.
 
___
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] CORRECTION: Firefox flash plugin problem?

2005-12-02 Thread Jeroen Janssen
Have you got your flash background set to transparent?

-Original Message-
From: Van De Velde Hans [mailto:[EMAIL PROTECTED] 
Sent: donderdag 1 december 2005 18:36
To: Van De Velde Hans; 'flashcoders@chattyfig.figleaf.com'
Subject: [Flashcoders] CORRECTION: Firefox flash plugin problem?

http://www.you-are-here.be/ http://www.you-are-here.be/ 
 
 
-Original Message-
From: Van De Velde Hans 
Sent: donderdag 1 december 2005 18:34
To: 'flashcoders@chattyfig.figleaf.com'
Subject: Firefox flash plugin problem?
 
Hi list,
 
I have the strangest problem on a mini-site with a form:
 
in Firefox, the Input textfields don't allow to type an @ or any other
special character (!)
and I do NOT have the problem in other browsers on PC or Mac...
 
To see it : http://you-are-here.be/ http://you-are-here.be/ 
 Send To A Friend
 
Does anybody has a fix? Any ideas?
 
FYI:
Authored in Flash 8 with ActionScript 2, published to Flash 7.
and looking at it with flash plugin 8 on Windows XP Pro with Firefox
1.5.
 
Any help is welcome, coz I'm pulling my hair out,
 
 
Hans.
 
___
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] text effects similar to fonttwister product

2005-12-02 Thread rishi
Hi
 
I want to make shape text effects similar to fonttwister product. I want
to cover all categories Arc,Upward Arc, Downward Arc, Bulge, Bridge,
inner Bend, Outer bend. Anyone knows some logic to do this. I need to
apply this to a multiline text.
 
Regards
Rishi
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Hide scrollbar until enough text to require it (UIScrollbar)

2005-12-02 Thread Devendran I
Hi,
   
  After assigning text to the Text box check this
   
  if(myText_txt.maxscroll1){
myScrollBar._visible = true;
  }else{
myScrollBar._visible = false;
  }
   
  i hope this will help u.
   
  Regards
  Devendran
  

Paul Steven [EMAIL PROTECTED] wrote:
  When I include the UIScrollbar in my flash movie, the bar element appears
even when there is no text yet in the input text area and unfortunately it
isn't that pretty on its own.

So I would like this not to appear until there is enough text to justify its
appearance. The arrows do not appear until such time.

Any help much appreciated.

Thanks

Paul


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



-
 Yahoo! Personals
 Skip the bars and set-ups and start using Yahoo! Personals for free
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2005-12-02 Thread Gregory Nikolaev
Hello Flashcoders,

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

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

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

  Any ideas appreciated.
  

-- 
Best regards,
 Gregory

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


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


Re: [Flashcoders] Scrollpane in the arse - Solution

2005-12-02 Thread Devendran I
Hi ,
   
  there is a way to Attch Dynamic movie into Scroll Pane
   
  Try this a way to attach Movie
   
  First Provide any Empty Or some movieName to the Scrollpane ContentPath.
  Now try This
   
  
_root.myScrollpane.spContentHolder.attachMovie(some_mc,new_mc,_root.myScroll.spContentHolder.getNextHighestDepth());
   
   
  Regards
  Devendran.I
  

Mike Boutin [EMAIL PROTECTED] wrote:
  So I should be able to do something like this rather than putting all 
the clips in a empty_mc first:


myScrollpane.attachMovie(productDisplay, product_+i, i, {_x:700, 
_y:pro_startY});

?



Steve Krichten wrote:

 Sorry, you can't do that with the V2 component. However I don't see 
 why you want to... The way it works now is you set the contentPath to 
 the linkage ID of a clip in the library, then attach the individual 
 items to scrollPane.content. To me this makes more sense this way 
 than the old way... why build content outside the pane then put it 
 inside? ... instead just build it directly inside the pane from the 
 start.

 -Steve

 -
 I have tried using both content (which is read-only) and contentPath 
 (which seems to target a enternal source, or a movieclip in the 
 library with a linkage set). The problem is I am dynamically creating 
 the clips first on the stage, then placing them in the scrollpane, so 
 it does not contain a linkage in the library.
 ___
 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
  



-
 Yahoo! Personals
 Single? There's someone we'd like you to meet.
 Lots of someones, actually. Try Yahoo! Personals
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

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

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



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


Hello Flashcoders,

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

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

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

  Any ideas appreciated.
  

-- 
Best regards,
 Gregory

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


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


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


Re: [Flashcoders] Recursive Loop showing all items

2005-12-02 Thread John Grden
I would suggest trying Xray as well ;)

all the headache you guys are working through right here has already been
done with Xray

Features:
http://www.osflash.org/xray#features

Downloads:
http://labs.blitzagency.com/?p=45

Video tutorials:
http://labs.blitzagency.com/wp-content/xray/videos/tutorials/indexFlash.html

let me know if you have any questions

John

On 12/1/05, Mark Winterhalder [EMAIL PROTECTED] wrote:

 On 12/2/05, Mark Winterhalder  [EMAIL PROTECTED] wrote:
  On 12/2/05, Marc Hoffman [EMAIL PROTECTED] wrote:
   Jay,
  
   If you got this to work, could you send me the code? I can't make it
   work even when doing the obvious clean-up to the line breaks and
   changing naming conventions to AS2 (e.g. Boolean rather than
 boolean).
 
  you can give the one i just hacked together proper testing, if you
  like, and let me know if it works...

 forgot to check for the tag to avoid unwanted recursion. it didn't
 cause a problem in my initial test because i had limited the recursion
 depth (the ttl argument). sorry for the noise.

 var types:Object = { movieclip: 1, object: 2, array: 4 };
 var objTrace:Function = function( obj:Object, name2:String,
 mask:Number, ttl:Number, indent:String, traceID:String ) {
 if( !indent.length ) indent = \t;
 if( !( traceID.length ) )  traceID = String( getTimer() );
 if( !ttl )  ttl = 0;
 if( !mask )  mask = -1;
 if( !( arguments.callee.$$tag == traceID ) ) {
arguments.callee.$$tag = traceID;
arguments.callee.idCntr = 0;
 }
 var type:String = typeof obj;
 var id:String;
 if( types[ type ] ) {
if( obj.$$id.length )  id = obj.$$id;
else {
  id = obj.$$id = String( arguments.callee.idCntr++ );
  _global.ASSetPropFlags( obj, $$id, 1, 0 );
}
 } else id = ;

 trace( id + indent + name2 +  :  + type + ( id.length ?  : 
 \tvalue:  + obj ) );
 if( !( types[ type ]  mask ) || ( obj.$$tag == traceID ) )  return;
 obj.$$tag = traceID;
 _global.ASSetPropFlags( obj, $$tag, 1, 0 );
 indent += \t;
 if( !( --ttl ) ) return;
 for( var i:String in obj )
arguments.callee( obj[ i ], i, mask, ttl, indent, traceID );
 };


 usage:
 (if it works at all)

 objTrace( object, name, mask, ttl );
 where:
 object is the root object of the trace, e.g. _root,
 name is the name of the first object, e.g. _root
 mask defines which kind of objects to follow, you define it by adding
 their respective bits as defined in the types object in the first
 line. so, 1 would only follow movieclips, 5 would follow movieclips
 and arrys, but not objects (1 + 4), 6 would follow objects and arrays
 (2 + 4), and so on. omitting it (or passing 0) would follow all of
 them. another way is to pass something like that: ( types[ movieclip
 ] | types[ object ] | types[ array ] ), with the ones you want to
 include.
 ttl is the time to live, e.g. the depth of the recursion. 0 is unlimited.
 indent and traceID are best omitted initially.

 so, to trace all, you would simply say:
 objTrace( _root, _root );
 to trace all clips, but not objects and arrays:
 objTrace( _root, _root, 1 );
 to trace all clips and all objects, but only to the grandchildren of root:
 objTrace( _root, _root, 3, 3 );
 and so on.

 --
 http://snafoo.org/
 jabber: [EMAIL PROTECTED]
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




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


Re: [Flashcoders] Recursive Loop showing all items

2005-12-02 Thread John Grden
OH, and I forgot  to mention:  Xray's open source ;)  You can look through
the recursion method it uses if you REALLY want to.  It's not perfect (yet),
but it definately works, and any and all suggestions/help are welcome.

https://secure.sourcesecure.co.uk/trac/osflash/xray/browser/DEV_Source/xray/classes/com/blitzagency/xray/ObjectViewer.as

John

On 12/2/05, John Grden [EMAIL PROTECTED] wrote:

 I would suggest trying Xray as well ;)

 all the headache you guys are working through right here has already been
 done with Xray

 Features:
 http://www.osflash.org/xray#features

 Downloads:
 http://labs.blitzagency.com/?p=45

 Video tutorials:

 http://labs.blitzagency.com/wp-content/xray/videos/tutorials/indexFlash.html

 let me know if you have any questions

 John

 On 12/1/05, Mark Winterhalder [EMAIL PROTECTED] wrote:
 
  On 12/2/05, Mark Winterhalder  [EMAIL PROTECTED] wrote:
   On 12/2/05, Marc Hoffman  [EMAIL PROTECTED] wrote:
Jay,
   
If you got this to work, could you send me the code? I can't make it
 
work even when doing the obvious clean-up to the line breaks and
changing naming conventions to AS2 (e.g. Boolean rather than
  boolean).
  
   you can give the one i just hacked together proper testing, if you
   like, and let me know if it works...
 
  forgot to check for the tag to avoid unwanted recursion. it didn't
  cause a problem in my initial test because i had limited the recursion
  depth (the ttl argument). sorry for the noise.
 
  var types:Object = { movieclip: 1, object: 2, array: 4 };
  var objTrace:Function = function( obj:Object, name2:String,
  mask:Number, ttl:Number, indent:String, traceID:String ) {
  if( !indent.length ) indent = \t;
  if( !( traceID.length ) )  traceID = String( getTimer() );
  if( !ttl )  ttl = 0;
  if( !mask )  mask = -1;
  if( !( arguments.callee.$$tag == traceID ) ) {
 arguments.callee.$$tag = traceID;
 arguments.callee.idCntr = 0;
  }
  var type:String = typeof obj;
  var id:String;
  if( types[ type ] ) {
 if( obj.$$id.length )  id = obj.$$id;
 else {
   id = obj.$$id = String( arguments.callee.idCntr++ );
   _global.ASSetPropFlags( obj, $$id, 1, 0 );
 }
  } else id = ;
 
  trace( id + indent + name2 +  :  + type + ( id.length ?  : 
  \tvalue:  + obj ) );
  if( !( types[ type ]  mask ) || ( obj.$$tag == traceID ) )  return;
  obj.$$tag = traceID;
  _global.ASSetPropFlags( obj, $$tag, 1, 0 );
  indent += \t;
  if( !( --ttl ) ) return;
  for( var i:String in obj )
 arguments.callee( obj[ i ], i, mask, ttl, indent, traceID );
  };
 
 
  usage:
  (if it works at all)
 
  objTrace( object, name, mask, ttl );
  where:
  object is the root object of the trace, e.g. _root,
  name is the name of the first object, e.g. _root
  mask defines which kind of objects to follow, you define it by adding
  their respective bits as defined in the types object in the first
  line. so, 1 would only follow movieclips, 5 would follow movieclips
  and arrys, but not objects (1 + 4), 6 would follow objects and arrays
  (2 + 4), and so on. omitting it (or passing 0) would follow all of
  them. another way is to pass something like that: ( types[ movieclip
  ] | types[ object ] | types[ array ] ), with the ones you want to
  include.
  ttl is the time to live, e.g. the depth of the recursion. 0 is
  unlimited.
  indent and traceID are best omitted initially.
 
  so, to trace all, you would simply say:
  objTrace( _root, _root );
  to trace all clips, but not objects and arrays:
  objTrace( _root, _root, 1 );
  to trace all clips and all objects, but only to the grandchildren of
  root:
  objTrace( _root, _root, 3, 3 );
  and so on.
 
  --
  http://snafoo.org/
  jabber: [EMAIL PROTECTED]
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 



 --
 John Grden - Blitz




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


RE: [Flashcoders] Hide scrollbar until enough text to require it(UIScrollbar)

2005-12-02 Thread Paul Steven
Thanks Devendran

Is there a way to get this to work with input text so when they type into
the text area, when there is sufficient text to require a scrollbar it
appears. Also if they remove text so there is no longer a need for it, it
then disappears again?

Thanks

Paul

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Devendran
I
Sent: 02 December 2005 11:40
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Hide scrollbar until enough text to require
it(UIScrollbar)


Hi,

  After assigning text to the Text box check this

  if(myText_txt.maxscroll1){
myScrollBar._visible = true;
  }else{
myScrollBar._visible = false;
  }

  i hope this will help u.

  Regards
  Devendran


Paul Steven [EMAIL PROTECTED] wrote:
  When I include the UIScrollbar in my flash movie, the bar element appears
even when there is no text yet in the input text area and unfortunately it
isn't that pretty on its own.

So I would like this not to appear until there is enough text to justify its
appearance. The arrows do not appear until such time.

Any help much appreciated.

Thanks

Paul


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




-
 Yahoo! Personals
 Skip the bars and set-ups and start using Yahoo! Personals for free
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


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

2005-12-02 Thread erixtekila


Le 2 déc. 05, à 12:45, Gregory Nikolaev a écrit :


Hello Flashcoders,

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


Yes there are.

But 1st, FYI, AS2 is compiled in AS1.
So why not decompile your stuff after having done it ?

Beware of special flash7 opcode though like :
extends, throw…

Some tools are free and opensource.
Some not.
If you are in a hurry, I'd recommend KineticFusion :
http://www.kinesissoftware.com/index.php

This tool is able to extract swf opcode to xml representation (rvml)
As this tool is alive from the early days of flash MX, it still 
available to output actionscript in version 1.


Go and get the trial version, you'll be amazed.


HTH

---
erixtekila
http://blog.v-i-a.net/
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Hide scrollbar until enough text to requireit(UIScrollbar)

2005-12-02 Thread Adam Robertson
Just run that same code each time new content is entered in the text
field using the TextField.onChanged function.

A

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul
Steven
Sent: 02 December 2005 12:18
To: Flashcoders mailing list
Subject: RE: [Flashcoders] Hide scrollbar until enough text to
requireit(UIScrollbar)

Thanks Devendran

Is there a way to get this to work with input text so when they type
into the text area, when there is sufficient text to require a scrollbar
it appears. Also if they remove text so there is no longer a need for
it, it then disappears again?

Thanks

Paul

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Devendran
I
Sent: 02 December 2005 11:40
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Hide scrollbar until enough text to require
it(UIScrollbar)


Hi,

  After assigning text to the Text box check this

  if(myText_txt.maxscroll1){
myScrollBar._visible = true;
  }else{
myScrollBar._visible = false;
  }

  i hope this will help u.

  Regards
  Devendran


Paul Steven [EMAIL PROTECTED] wrote:
  When I include the UIScrollbar in my flash movie, the bar element
appears even when there is no text yet in the input text area and
unfortunately it isn't that pretty on its own.

So I would like this not to appear until there is enough text to justify
its appearance. The arrows do not appear until such time.

Any help much appreciated.

Thanks

Paul


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




-
 Yahoo! Personals
 Skip the bars and set-ups and start using Yahoo! Personals for free
___
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] text effects similar to fonttwister product

2005-12-02 Thread Mike Mountain
Hi Rishi

You've posted on this several times now with the same question and have
been given good advice - ie. Check out the displacement map filter
option.

Your only other option is to get the array of pixels for an offstage
text box and work out the transformations yourself and apply them to an
empty bitmap with setpixels. There may be examples of this kind of code
on plugin writing sites for things like lens, pinch, punch, sphereize
and cylindrical wrapping - you'll have to trawl google for this.

If you're expecting someone to just come forth and post the fla then I
suspect you're going to be dissapointed.

Cheers

M

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of rishi
 Sent: 02 December 2005 11:41
 To: Flashcoders mailing list
 Subject: [Flashcoders] text effects similar to fonttwister product
 
 Hi
  
 I want to make shape text effects similar to fonttwister 
 product. I want to cover all categories Arc,Upward Arc, 
 Downward Arc, Bulge, Bridge, inner Bend, Outer bend. Anyone 
 knows some logic to do this. I need to apply this to a multiline text.
  
 Regards
 Rishi
 ___
 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] Flash 8 security settings tool

2005-12-02 Thread Mike Mountain
I may have been dreaming but I'm sure someone posted a link for a tool
to disable the sandbox for flash 8 swfs running in embedded apps.

Anyone repost?

I know about the activeX settings, 

http://www.macromedia.com/devnet/flash/articles/fplayer8_security_08.htm
l

but if we had a tool which would just alter the swf it would be fab.

Ta

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


[Flashcoders] iRiver U10

2005-12-02 Thread eric dolecki
Has anyone developed anything for the U10 yet?

What I am wondering about is how the default functionality is playing
audio/etc. Is the Flash OS wrapped in something with makes calls to the
default music player/video player, etc? Does the Flash OS get the list of
available tracks/videos/etc from something, through a wrapper, into the SWF?

I am looking into how to develop things other than standalone games on the
U10.

Is there a CDK coming soon for the U10? I heard rumor there is one in the
works. Or maybe its out and I don't know about it yet?

BTW - parts of the U10 are nice, but if you got at all lost on an iPod,
you'll really get lost in the UI of this device - a pretty bad UI in my
opinion.

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


[Flashcoders] How to use XPATH in a Class?

2005-12-02 Thread Sajid Saiyed
Hi,
I am trying to create a Class which will take a XML file path as input
and then using XPath, return required results.

Does anyone know any documentation of example where I can see how this
can be achieved?

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


Re: [Flashcoders] flash - css tooltip

2005-12-02 Thread eric dolecki
http://www.ericd.net/new_css/tooltips/

You can see what I am doing at the above destination. Works pretty well -
ExternalInterface call to the javascript which pops the tooltips with the
text sent out of Flash. The hide tooltip is another call made from Flash to
javascript as well. The example may be a little on the ugly side, but it
works :)

- edolecki


If you have a toolbox for creation of CSS tooltip you need no more
 advices. I don't know your task exactly but sometimes it's necessary to
   hitTest a page element before performing further actions.

 If you need a solution for this I have two JS functions, just let me know.

 In general you're on a right way. On the only right way actually :)

 --
 Michael Antares Klishin,

 Email: [EMAIL PROTECTED]
 Web: www.novemberain.com

 Non progredi est regredi
 ___
 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] flash - css tooltip

2005-12-02 Thread Éric Thibault

Very intersting.

Can you send me off-list an example of a call from flash?  I'm curious 
about the encoding of the strings passed to the ddrivetip function 
(line breaks, special caracters,...)


Thanks a million!

eric dolecki wrote:


http://www.ericd.net/new_css/tooltips/

You can see what I am doing at the above destination. Works pretty well -
ExternalInterface call to the javascript which pops the tooltips with the
text sent out of Flash. The hide tooltip is another call made from Flash to
javascript as well. The example may be a little on the ugly side, but it
works :)

- edolecki


If you have a toolbox for creation of CSS tooltip you need no more
 


advices. I don't know your task exactly but sometimes it's necessary to
 hitTest a page element before performing further actions.

If you need a solution for this I have two JS functions, just let me know.

In general you're on a right way. On the only right way actually :)

--
Michael Antares Klishin,

Email: [EMAIL PROTECTED]
Web: www.novemberain.com

Non progredi est regredi
___
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

 




--
===

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===

Avis relatif à la confidentialité / Notice of Confidentiality / Advertencia de 
confidencialidad http://www.rec.ulaval.ca/lce/securite/confidentialite.htm

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


Re: [Flashcoders] flash - css tooltip

2005-12-02 Thread eric dolecki
http://www.ericd.net/2005/11/externalinterface-css-tooltips-oh-my.inc

strings that come from MXNA RSS are html encoded - I just sent it straight
through...


On 12/2/05, Éric Thibault [EMAIL PROTECTED] wrote:

 Very intersting.

 Can you send me off-list an example of a call from flash?  I'm curious
 about the encoding of the strings passed to the ddrivetip function
 (line breaks, special caracters,...)

 Thanks a million!

 eric dolecki wrote:

 http://www.ericd.net/new_css/tooltips/
 
 You can see what I am doing at the above destination. Works pretty well -
 ExternalInterface call to the javascript which pops the tooltips with the
 text sent out of Flash. The hide tooltip is another call made from Flash
 to
 javascript as well. The example may be a little on the ugly side, but it
 works :)
 
 - edolecki
 
 
 If you have a toolbox for creation of CSS tooltip you need no more
 
 
 advices. I don't know your task exactly but sometimes it's necessary to
   hitTest a page element before performing further actions.
 
 If you need a solution for this I have two JS functions, just let me
 know.
 
 In general you're on a right way. On the only right way actually :)
 
 --
 Michael Antares Klishin,
 
 Email: [EMAIL PROTECTED]
 Web: www.novemberain.com
 
 Non progredi est regredi
 ___
 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
 
 
 


 --
 ===

 Éric Thibault
 Programmeur analyste
 Réseau de valorisation de l'enseignement
 Université Laval, pavillon Félix-Antoine Savard
 Québec, Canada
 Tel.: 656-2131 poste 18015
 Courriel : [EMAIL PROTECTED]

 ===

 Avis relatif à la confidentialité / Notice of Confidentiality /
 Advertencia de confidencialidad 
 http://www.rec.ulaval.ca/lce/securite/confidentialite.htm

 ___
 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] zooming application

2005-12-02 Thread Mike Britton
If it were me, rather than reinvent the wheel (this is a common need)
and if I had a budget, I'd go for Zoomify Enterprise:

http://www.zoomify.com/enterprise/

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


Re: [Flashcoders] Firefox flash plugin problem?

2005-12-02 Thread Mike Britton
Flash has had this problem for years.  I wish MM would either fix it
or do away with the idea.  It's definitely cost me time and caused my
users headaches.

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


Re: [Flashcoders] the bitmap shift bug

2005-12-02 Thread Matt Ganz
SOLVED:

yes, i'm publishing to fp7.

when i view it in fp7 i see the 1px shift, but when i view it in fp8,
it doesn't happen. voila, the problem is solved.

but my question now becomes why doesn't this shift happen with all my
flvs that have bitmaps composited in them? why only some?

thanks for your help. -- matt.

On 12/1/05, Eric E. Dolecki [EMAIL PROTECTED] wrote:
 pixelshift has been fixed in fp8, but you are publishing to fp7 right?

 edolecki

 On Dec 1, 2005, at 6:29 PM, Matt Ganz wrote:

  point taken. i'll trace out the x and y of my media display to ensure
  it's ending up where i want it.
 
  and the odd thing about it is that i'm using 7 flvs and only 2 are
  suffering from this shift.
 
  i've also been thinking that it could be due to the way i'm
  compressing the flvs. i've tried recompressing with a higher data rate
  but that hasn't been a consistent fix.
 
  thanks for your help. -- matt.
 
  On 12/1/05, David Rorex [EMAIL PROTECTED] wrote:
  On 12/1/05, Matt Ganz [EMAIL PROTECTED] wrote:
  just wondering if the known bug that shifts bitmaps 1px
  (http://www.misuseit.com/bitmapbug/) could affect an flv that has a
  bitmap composited in it.
 
  i'm experiencing 1px shifts (to the right) that do not appear to be
  specific to screen resolution, browser, or platform.
 
  my flv is called externally and played thru a media display
  component.
  swf is published for fp7.
 
  thanks. -- matt.
 
  if it's consistent, just compensate by shifting the thing one
  pixel to the left.
 
  the bug from the link, shifts down  right, not just to the right. So
  it may be related, but both the thing it affects, and the effect it
  has is different, which would seem to point to it being a different
  bug, possibly in your code.
 
 
  -David R
  -David R
  ___
  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] zooming application

2005-12-02 Thread Merrill, Jason
Or, if you want a free one:

http://www.marcosweskamp.com/components/tokcomponents/zoompane_demo.html


Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com










-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Mike Britton
Sent: Friday, December 02, 2005 9:37 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] zooming application

If it were me, rather than reinvent the wheel (this is a common need)
and if I had a budget, I'd go for Zoomify Enterprise:

http://www.zoomify.com/enterprise/

Mike
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Bitmap Class and FileReference.upload

2005-12-02 Thread Adrian Parr
Hi All,

Happy Friday afternoon!!

I am doing some research for an upcoming project ...

With the new Bitmap Class and FileReference.upload functionality in
Flash 8, is it possible to create a drawing app that can grab what the
user has drawn (using the Bitmap Class) and then upload it to a server
(using the FileReference.upload method)?

Thanks,

Adrian Parr

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


RE: [Flashcoders] Loading Different Size MovieClips depending on theResolution.

2005-12-02 Thread Robert Chyko
Without double checking... I believe System.capabilities returns the
maximum resolution the machine is capable of displaying, not necessarily
the resolution that is currently being used.

Your best bet would probably be going with a JavaScript resolution
detection script and then basing your code off of that.

-Bob


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Boon
Chew
Sent: Friday, December 02, 2005 1:54 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Loading Different Size MovieClips depending
on theResolution.


You can use the System.capabilities object to determine the client
display resolution and load your movieclip accordingly.
  
 
http://www.macromedia.com/support/flash/action_scripts/actionscript_dict
ionary/actionscript_dictionary705.html
  
  - boon

Nicholas Chhabra [EMAIL PROTECTED] wrote:  Hey Guys,

I was just wondering what the ActionScript was for loading a different 
movie clip depending on the resolution fo the client. Is there a way tod

o this (I'm sure there is!).

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




-
 Yahoo! Personals
 Skip the bars and set-ups and start using Yahoo! Personals for free
___
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] Bitmap Class and FileReference.upload

2005-12-02 Thread Adrian Parr
Sorry folks,

Should that be FileReference.download ?

Adrian


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian
Parr
Sent: 02 December 2005 16:22
To: 'Flashcoders mailing list'
Subject: [Flashcoders] Bitmap Class and FileReference.upload

Hi All,

Happy Friday afternoon!!

I am doing some research for an upcoming project ...

With the new Bitmap Class and FileReference.upload functionality in
Flash 8, is it possible to create a drawing app that can grab what the
user has drawn (using the Bitmap Class) and then upload it to a server
(using the FileReference.upload method)?

Thanks,

Adrian Parr

___
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] Tile Bitmap

2005-12-02 Thread Frédéric v . Bochmann
Another way you can do this is by using a combination of the BitmapData.draw
method and the Rectangle object. Technically you could draw a part of an
image delimited in coordinates by the Rectangle object directly in another
bitmap. This might be a bit faster than coming pixel per pixel your image.



Oh, here's a penny on the floor, have it!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: December 1, 2005 8:15 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Tile Bitmap

Aye, but that's at authortime, not runtime.

- Original Message - 
From: Mick Gow [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, December 01, 2005 7:59 PM
Subject: Re: [Flashcoders] Tile Bitmap


You can also do this in early flash versions (non code) by breaking apart an
image, then use the eyedropper over the bitmap and you can then fill any
vector shape with the bitmap fill.


On 12/2/05, JesterXL [EMAIL PROTECTED] wrote:

 Damn, good find, had no clue that was there.  ...well, there goes 2 weeks
 worth of code I thought was cool...

 - Original Message -
 From: David Rorex [EMAIL PROTECTED]
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Sent: Thursday, December 01, 2005 6:05 PM
 Subject: Re: [Flashcoders] Tile Bitmap


 What about MovieClip.beginBitmapFill() ?

 Fills a drawing area with a bitmap image. The bitmap can be repeated
 or tiled to fill the area.

 -David R

 On 12/1/05, JesterXL [EMAIL PROTECTED] wrote:
  Yeah man, it's mainly done via BitmapData.copyPixels.  That function is
 so
  fast.  Go look in the ActionScript help in Flash 8, and look at
  BitmapData.copyPixels; there is some example code at the bottom.
  Basically,
  you copy pixels from an area, defined by a rectangle, to a certain
 point.
  You can repeat copypixels over and over, say a forloop, to continually
  copy
  pixels, and continually paint to a bitmap... think if you constantly
  redraw
  using the paint tool in Fireworks/Photoshop.
 
  - Original Message -
  From: John Giotta [EMAIL PROTECTED]
  To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
  Sent: Thursday, December 01, 2005 4:10 PM
  Subject: [Flashcoders] Tile Bitmap
 
 
  I saw a Flash 8 example that will allow you to draw a small bitmap and
  then tile it.
 
  Was this done with BitmapData.clone? I'd like some pointers if anyone
  could help out.
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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

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

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

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


[Flashcoders] Can Flash auto update the player itself?

2005-12-02 Thread inbox.flash


 Can flash detect a previous plugin version and auto update 
without the user doing anything?


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


RE: [Flashcoders] Changing a textfield on a dynamically addedmovieClip

2005-12-02 Thread Azinger, Richard

Radley,

Thanks for the response but I can't do that because at that point the movieclip 
hasn't been initiated yet. 

I'm using a listener to tell when the movieClip is initiated. 'labelText' is 
just a variable attached to the movieClip so I can grab it later. 

I'm looking for the code that lets me grab 'labelText' from within a listener 
object. Here's what I have

loadListener.onLoadInit = function(movieClip){
trace(Button init | Name = + movieClip._name);// which 
returns the corect value - 'selectBtn_0' or 'selectBtn_1'
trace(moveClip.labelText = + movieClip.labelText);// which 
returns 'undefinded' - I want it to return 'One Player' or 'Two Player'
movieClip.btnLabel.text = movieClip.labelText;  // puts 
'undefined' correctly in the textfield - but I don't want 'undefined', see above
}

I know that 'labelText' is attached to the movieClip because outside the 
listener I have this trace:

   trace(this[tempBtnName].labelText= + this[tempBtnName].labelText); 
 returns 'One Player' or 'Two Player' as exspected

Thanks again,

Rich


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Radley
Marx
Sent: Thursday, December 01, 2005 6:37 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Changing a textfield on a dynamically
addedmovieClip






Add .text at the end of your text field  change the coding for  
accessing attributes...


new: this[tempBtnName].labelText.text = tempNodes[i].childNodes 
[k].attributes[label];


original: this[tempBtnName].labelText= tempNodes[i].childNodes 
[k].attributes.label;


-radley




On Dec 1, 2005, at 1:21 PM, Azinger, Richard wrote:


 Hello Flashcoders,

 I've altered my code from my previous post so any help for this  
 problem will be appreciated.

 I'm loading swf files using createEmptyMovieClip and loadClip. I  
 figured out that I couldn't change the text field because it wasn't  
 loaded yet. I've since added a variable to the empty movieClip (this 
 [tempName].labelText) and put in a listener on the loader.

 My problem now is I can't find the correct code to access that  
 variable and change the textfield from within the listener. When  
 the swf is on the stage the textfield says 'undefined' as  
 exspected. I need it to say 'One Player' or 'Two Player'.

 XML, code and output is below. Thanks in advance,

 Rich




 XML
 
 selectBtns btnSWF=selectBtn.swf
   btn id=1 label=One Player x=150 y=450 w=200 h=50 /
   btn id=2 label=Two Player x=450 y=450 w=200 h=50 /
 /selectBtns


 code
 
 selectBtnSWF = tempNodes[i].attributes.btnSWF;
 trace(selectBtnSWF = + selectBtnSWF);
 trace(selectBtns: tempNodes[i].childNodes.length = + tempNodes 
 [i].childNodes.length + newline);
 for(k=0;ktempNodes[i].childNodes.length;k++){

   var mcBtnLoader:MovieClipLoader = new MovieClipLoader();

   var loadListener:Object = new Object();
   loadListener.onLoadInit = function(movieClip){
   trace(Button init | Name = + movieClip._name);
   movieClip.btnLabel.text = movieClip.labelText;
   }
   mcBtnLoader.addListener(loadListener);
   
   tempBtnName = selectBtn_+k;
   somedepth = _root.getNextHighestDepth();
   _root.createEmptyMovieClip(tempBtnName, somedepth);
   trace(tempNodes[i].childNodes[k].attributes.x = +tempNodes 
 [i].childNodes[k].attributes.x);

   this[tempBtnName]._x = tempNodes[i].childNodes[k].attributes.x;
   this[tempBtnName]._y = tempNodes[i].childNodes[k].attributes.y;
   this[tempBtnName].labelText= tempNodes[i].childNodes 
 [k].attributes.label;
   trace(this[tempBtnName].labelText= + this[tempBtnName].labelText);
   mcBtnLoader.loadClip(images/+selectBtnSWF, tempBtnName);

   trace(this[tempBtnName].btnLabel.text = + this 
 [tempBtnName].btnLabel.text);
 }



 ouput
 =
 selectBtnSWF = selectBtn2.swf
 selectBtns: tempNodes[i].childNodes.length = 2

 this[tempBtnName].labelText = One Player
 this[tempBtnName].btnLabel.text = undefined


 this[tempBtnName].labelText = Two Player
 this[tempBtnName].btnLabel.text = undefined


 Button init | Name = selectBtn_0
 Button init | Name = selectBtn_1


This communication is for use by the intended recipient and contains
information that may be Privileged, confidential or copyrighted under
applicable law. If you are not the intended recipient, you are hereby
formally notified that any use, copying or distribution of this e-mail,
in whole or in part, is strictly prohibited. Please notify the sender by
return e-mail and delete this e-mail from your system. Unless explicitly
and conspicuously designated as E-Contract Intended, this e-mail does
not constitute a contract offer, a contract amendment, or an acceptance
of a contract offer. This e-mail does not constitute a consent to the

Re: [Flashcoders] How to use XPATH in a Class?

2005-12-02 Thread Sajid Saiyed
Hi, Thanks for your help.

Now I get a better picture.

Taking your suggestion, I tried this:

//--
// My Class
//--
import mx.xpath.XPathAPI;
class FlashCoders {
private var someXML:XML;
public function FlashCoders(path:String) {
someXML = new XML();
someXML.load(path);
}
public function getSomeValue(someXML){
var nodes:Array = XPathAPI.selectNodeList(someXML,
/FlashBlog/PostMain/Post/*);
trace(nodes[0]);
}
}
//--

//--
actionscript
//--
var a:FlashCoders = new FlashCoders(main.xml);
a.getSomeValue();
//--

The trace is coming as UnDefined.

I am sure I am doing something wrong here as I am new to writing classes.



On 12/2/05, Pete Hotchkiss [EMAIL PROTECTED] wrote:
 Something like

 import com.xfactorstudio.xml.xpath.*;

 class FlashCoders
 {

 private var someXML:XML;

 public function FlashCoders(path:String)
 {
 someXML = new XML();
 someXML.load(path);
 }

 public getSomeValue():String
 {
 var nodes:Array = XPath.selectNodes(someXML,
 /some/xpath/String);

 return nodes[0].attributes[someAttribt)
 }
 }



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Sajid
 Saiyed
 Sent: 02 December 2005 13:58
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] How to use XPATH in a Class?


 Hi,
 I am trying to create a Class which will take a XML file path as input
 and then using XPath, return required results.

 Does anyone know any documentation of example where I can see how this
 can be achieved?

 thanks
 ___
 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] Can Flash auto update the player itself?

2005-12-02 Thread Wade Arnold

http://blog.deconcept.com/flashobject/#download

The user has to make a couple clicks but this 1000% better than 
anything else.


wade


On Dec 2, 2005, at 10:38 AM, inbox.flash wrote:



 Can flash detect a previous plugin version and auto update 
without the user doing anything?


___
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] Can Flash auto update the player itself?

2005-12-02 Thread Adrian Parr
The FlashObject also supports the Flash Player Express Install process
as well now.

http://blog.deconcept.com/2005/08/13/using-flash-player-express-install-
with-flashobject/


Adrian Parr



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wade
Arnold
Sent: 02 December 2005 17:03
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Can Flash auto update the player itself?

http://blog.deconcept.com/flashobject/#download

The user has to make a couple clicks but this 1000% better than 
anything else.

wade


On Dec 2, 2005, at 10:38 AM, inbox.flash wrote:


  Can flash detect a previous plugin version and auto update 
 without the user doing anything?

 ___
 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] Degrade AS2 code to AS1 - how to?

2005-12-02 Thread Gregory Nikolaev
 == Pete Hotchkiss wrote:
 
 Why would using external files make any difference to the performance.
 The As is added to the swf at compile time so the client would never
 need know ?
 
 Other way to address this is to provide two costs. One for the way you
 wish to do it, and one for his way which should be 2-3 times more
 expensive. That way he/she has no choice.

The matter is he is accessing FLA source and probably even trying to
do something himself.
As for 2 costs, I'm afraid it's not a solution in this case.

But I spent an hour telling him about obsolete code and how it
affects performance/security etc. So, he's thinking now.


 == erixtekila wrote: 
 
 But 1st, FYI, AS2 is compiled in AS1.
 So why not decompile your stuff after having done it ?
 
 Beware of special flash7 opcode though like :
 extends, throw┘
 
 Some tools are free and opensource.
 Some not.
 If you are in a hurry, I'd recommend KineticFusion :
 http://www.kinesissoftware.com/index.php
 
 This tool is able to extract swf opcode to xml representation (rvml)
 As this tool is alive from the early days of flash MX, it still 
 available to output actionscript in version 1.
 
 Go and get the trial version, you'll be amazed.

I'll try it tomorrow. I had a similar idea and tried Flare (
http://nowrap.de) .   It outputs where instead of for loops and...

But I hope I'll manage to change his mind ;-)

Thanks a lot to all.


-- 
Best regards,
 Gregory

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


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


[Flashcoders] Screen Capture with Flash

2005-12-02 Thread Brooks Andrus
Does anyone know if its possible to do screen capture with a Flash
Application? If so any pointers on where to get started?

Thanks,

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


Re: [Flashcoders] Screen Capture with Flash

2005-12-02 Thread Dimitrios Bendilas

Hi,

You can do this if you use a wrapper to make a projector (exe) file 
out of your .swf file.


I use Zinc and I think it's absolutely great!
www.multidmedia.com

There are other products available but I haven't tried them.
SWF studio pro is one of them I think

Regards,
Dimitrios

- Original Message - 
From: Brooks Andrus [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Friday, December 02, 2005 8:24 PM
Subject: [Flashcoders] Screen Capture with Flash


Does anyone know if its possible to do screen capture with a Flash
Application? If so any pointers on where to get started?

Thanks,

Brooks
___
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] Flash security advisories from U.S. Navy/Marines?

2005-12-02 Thread Merrill, Jason
Anyone know anything about this?  See the report below.  This would
effectively bring our Flash work with the U.S. Navy and Marine Corp to a
screeching halt.  The NMCI gold disk is the standard install of software
for all computers in the Navy and Marines.  Flash 7 was previously
approved - now it looks like they could begin removing it from machines.
It would be a long while before they approve Flash 8.  And we were just
about to propose a Flex option for them too.  :-(

 

Anyone know anything about this security issue?







From: * 
Sent: Friday, December 02, 2005 1:28 PM
To: 
Subject: FW: Flash security advisories

 

FYI...

 

The NMCI just blocked access to ALL swf files from their web servers
(.mil domains) yesterday.

 

We'll have to see how this plays out.

 

**

 



-Original Message-
From: * 
Sent: Thursday, December 01, 2005 4:50 PM



Read below. Security vulnerabilities have been discovered in Flash. I
received notice from Camp Pendleton that NMCI has once again blocked
Flash mobile code from .mil networks. I confirmed with MCNOSC and asked
for the info below. If we haven't already received any calls from anyone
on .mil expressing issue viewing Flash activity on our site, we will
soon. Apparently Macromedia recommends going to Flash Player version 8.
We will meet tomorrow morning at 0930 in the CR to discuss the problem
and alternative solutions. The policy will need to be reinstated by MCEN
DAA to open the door again for Flash. 

 

Thanks,

 



 

-Original Message-
From: *** 
Sent: Thursday, December 01, 2005 1:46 PM
To: *
Subject: Flash security advisories

 

http://www.macromedia.com/devnet/security/security_zone/mpsb05-07.html

 

IAVA extract:

 

Joint Task Force - Global Network Operations (JTF-GNO)
Information Assurance Vulnerability Alert

2005-A-0040

TOPIC:  Multiple Vulnerabilities in Macromedia Flash 

REFERENCE:   Macromedia
 
http://www.macromedia.com/devnet/security/security_zone/mpsb05-07.html

Security Focus 
http://www.securityfocus.com/bid/15332/info
http://www.securityfocus.com/bid/15322/info  
http://www.securityfocus.com/advisories/9646 
   2 http://www.securityfocus.com/advisories/9728

CVE NUMBER(s):  CAN-2005-2628
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2628
Macromedia Flash ActionDefineFunction Memory Access Vulnerability

STIG FINDING:  1CAT  I 

THREAT ASSESSMENT:  High

TIMELINE SUMMARY

Release Date

Acknowledgement Suspense

Compliance Suspense

 

10 November 05

12 November 05

25 November 05

 

REVISION HISTORY

Number

Date

Details

 

1

15 Nov -05

Posted STIG FINDING
ftp://www.cert.mil/pub/bulletins/dodcert2005/2005-a-0040.htm#1#1
Category.

 

2

21 Nov 05

Added systems to  Vulnerable Systems
ftp://www.cert.mil/pub/bulletins/dodcert2005/2005-a-0040.htm#Vul
Sys#Vul Sys area
Added  link to Reference
ftp://www.cert.mil/pub/bulletins/dodcert2005/2005-a-0040.htm#SUSE
Advisory#SUSE Advisory  area

 

3

29 Nov 05

Added patch link to DoD Patch Repository
ftp://www.cert.mil/pub/bulletins/dodcert2005/2005-a-0040.htm#3dodpatch#
3dodpatch 

EXECUTIVE SUMMARY/IMPACT

There are two vulnerabilities that have been identified affecting
Macromedia Flash plug-ins. Macromedia Flash is a widely distributed
application and is used to create simple motion graphics, video and
animation for interactive websites. A plug-in adds a specific feature or
service to a larger system, such as Macromedia Flash. 

The first vulnerability affects the Macromedia Flash Action Define
Function Memory Access plug-in. This plug-in is vulnerable to an input
validation error, which is when data that's entered exceeds the accepted
boundaries of the application. This violation causes the application to
crash, creating a Denial of Service (DoS). 

The second vulnerability affects the Macromedia Flash Array Index Memory
Access plug-in. This plug-in is also vulnerable to an input validation
error, except it is exploited by entering non-standard code into the
application causing it to crash, creating the DoS. This occurs when an
intruder would entice a user to download the malicious code.

These vulnerabilities could result in an intruder gaining full access,
executing non-standard code or causing a DoS.

Macromedia Flash 6 and 7 are affected by both these vulnerabilities.

The JTF-GNO has not received any reports of DoD incidents in regard to
these vulnerabilities. However, a public Proof of Concept is currently
circulating in the wild.  

TECHNICAL OVERVIEW

Macromedia Flash ActionDefineFunction Memory Access Vulnerability and
Macromedia Flash Array Index Memory Access Vulnerability

The Flash plug-in is vulnerable to an input validation error that may be
exploited to execute arbitrary code or carry out a Denial of Service
(DoS) attack.  These vulnerabilities 

Re: [Flashcoders] Screen Capture with Flash

2005-12-02 Thread Brooks Andrus
I'm actually looking at creating a small web based screen capture app with
the Flash client doing the client-side capture, so the exe wrapper approach
wouldn't work in my case. I know Macromedia Breeze does this and I've seen
other Breeze Style apps, but I haven't been able to guess at how they do
it.

On 12/2/05, Dimitrios Bendilas [EMAIL PROTECTED] wrote:

 Hi,

 You can do this if you use a wrapper to make a projector (exe) file
 out of your .swf file.

 I use Zinc and I think it's absolutely great!
 www.multidmedia.com

 There are other products available but I haven't tried them.
 SWF studio pro is one of them I think

 Regards,
 Dimitrios

 - Original Message -
 From: Brooks Andrus [EMAIL PROTECTED]
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Sent: Friday, December 02, 2005 8:24 PM
 Subject: [Flashcoders] Screen Capture with Flash


 Does anyone know if its possible to do screen capture with a Flash
 Application? If so any pointers on where to get started?

 Thanks,

 Brooks
 ___
 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] Screen Capture with Flash

2005-12-02 Thread Jim Phelan
Breeze installs an executable (presenter plugin), it just happens to be an
downloaded via Flash Player (something only macromedia can do). Flash Player
can't access the screen, and it wouldn't have the processing power to do the
encoding.

Unfortunately, your only option is to wrap the SWF in an executable app. You
can also use the screen camera approach (camtasia or similar.)

Jim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brooks
Andrus
Sent: Friday, December 02, 2005 1:53 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Screen Capture with Flash

I'm actually looking at creating a small web based screen capture app with
the Flash client doing the client-side capture, so the exe wrapper approach
wouldn't work in my case. I know Macromedia Breeze does this and I've seen
other Breeze Style apps, but I haven't been able to guess at how they do
it.

On 12/2/05, Dimitrios Bendilas [EMAIL PROTECTED] wrote:

 Hi,

 You can do this if you use a wrapper to make a projector (exe) file
 out of your .swf file.

 I use Zinc and I think it's absolutely great!
 www.multidmedia.com

 There are other products available but I haven't tried them.
 SWF studio pro is one of them I think

 Regards,
 Dimitrios

 - Original Message -
 From: Brooks Andrus [EMAIL PROTECTED]
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Sent: Friday, December 02, 2005 8:24 PM
 Subject: [Flashcoders] Screen Capture with Flash


 Does anyone know if its possible to do screen capture with a Flash
 Application? If so any pointers on where to get started?

 Thanks,

 Brooks
 ___
 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] Screen Capture with Flash

2005-12-02 Thread Brooks Andrus
So how are the camera and microphone streams handled? The player isn't doing
any encoding, it just pushes raw uncompressed streams around?

On 12/2/05, Jim Phelan [EMAIL PROTECTED] wrote:

 Breeze installs an executable (presenter plugin), it just happens to be an
 downloaded via Flash Player (something only macromedia can do). Flash
 Player
 can't access the screen, and it wouldn't have the processing power to do
 the
 encoding.

 Unfortunately, your only option is to wrap the SWF in an executable app.
 You
 can also use the screen camera approach (camtasia or similar.)

 Jim

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Brooks
 Andrus
 Sent: Friday, December 02, 2005 1:53 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Screen Capture with Flash

 I'm actually looking at creating a small web based screen capture app with
 the Flash client doing the client-side capture, so the exe wrapper
 approach
 wouldn't work in my case. I know Macromedia Breeze does this and I've seen
 other Breeze Style apps, but I haven't been able to guess at how they do
 it.

 On 12/2/05, Dimitrios Bendilas [EMAIL PROTECTED] wrote:
 
  Hi,
 
  You can do this if you use a wrapper to make a projector (exe) file
  out of your .swf file.
 
  I use Zinc and I think it's absolutely great!
  www.multidmedia.com
 
  There are other products available but I haven't tried them.
  SWF studio pro is one of them I think
 
  Regards,
  Dimitrios
 
  - Original Message -
  From: Brooks Andrus [EMAIL PROTECTED]
  To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
  Sent: Friday, December 02, 2005 8:24 PM
  Subject: [Flashcoders] Screen Capture with Flash
 
 
  Does anyone know if its possible to do screen capture with a Flash
  Application? If so any pointers on where to get started?
 
  Thanks,
 
  Brooks
  ___
  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] Currency Formating Class

2005-12-02 Thread Adrian Showater
Does anyone know of any currency formating AS2 classes for Flash?
Specifically I am looking for a class that will convert numbers to dollars
for diaplay, then back again to save them back to the database. I have been
looking but can't seem to find a premade utility for what I presume is a
common issue in RIAs.

Thanks in advance for any direction.

Adrian Showalter
Software Developer
Holmes BizNet
www.HolmesBizNet.com
330.893.3901 ext 102
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Flash security advisories from U.S. Navy/Marines?

2005-12-02 Thread Chris Wilson
The vulnerabilities were reported on Bugtraq
(http://search.securityfocus.com/swsearch?query=macromediasbm=%2Fsubmit=Se
arch%21metaname=alldocsort=swishlastmodified) a couple weeks ago.  The
vulnerabilities involve an attacker creating a malicious .swf file and
tricking a user into downloading it, similar to a web site tricking a user
into downloading a virus.  

If you're creating a Flash application/animation for a customer, though,
it's obviously not malicious, and thus the application itself is not
susceptible to the attack.  The problem will be political, though,
convincing your DoD customer your application isn't vulnerable.

Of course, the reason to ban Flash player is less about interfacing with
your benign application, and more about worrying that a user will
inadvertently connect to another site that *does* have a malicious .swf
file.  The bug is in the Flash player, and can lead to compromise of the
client's system.

-Chris

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Merrill,
Jason
Sent: Friday, December 02, 2005 1:51 PM
To: Flashcoders mailing list
Subject: [Flashcoders] Flash security advisories from U.S. Navy/Marines?

Anyone know anything about this?  See the report below.  This would
effectively bring our Flash work with the U.S. Navy and Marine Corp to a
screeching halt.  The NMCI gold disk is the standard install of software
for all computers in the Navy and Marines.  Flash 7 was previously
approved - now it looks like they could begin removing it from machines.
It would be a long while before they approve Flash 8.  And we were just
about to propose a Flex option for them too.  :-(

 

Anyone know anything about this security issue?







From: * 
Sent: Friday, December 02, 2005 1:28 PM
To: 
Subject: FW: Flash security advisories

 

FYI...

 

The NMCI just blocked access to ALL swf files from their web servers
(.mil domains) yesterday.

 

We'll have to see how this plays out.

 

**

 



-Original Message-
From: * 
Sent: Thursday, December 01, 2005 4:50 PM



Read below. Security vulnerabilities have been discovered in Flash. I
received notice from Camp Pendleton that NMCI has once again blocked
Flash mobile code from .mil networks. I confirmed with MCNOSC and asked
for the info below. If we haven't already received any calls from anyone
on .mil expressing issue viewing Flash activity on our site, we will
soon. Apparently Macromedia recommends going to Flash Player version 8.
We will meet tomorrow morning at 0930 in the CR to discuss the problem
and alternative solutions. The policy will need to be reinstated by MCEN
DAA to open the door again for Flash. 

 

Thanks,

 



 

-Original Message-
From: *** 
Sent: Thursday, December 01, 2005 1:46 PM
To: *
Subject: Flash security advisories

 

http://www.macromedia.com/devnet/security/security_zone/mpsb05-07.html

 

IAVA extract:

 

Joint Task Force - Global Network Operations (JTF-GNO)
Information Assurance Vulnerability Alert

2005-A-0040

TOPIC:  Multiple Vulnerabilities in Macromedia Flash 

REFERENCE:   Macromedia
 
http://www.macromedia.com/devnet/security/security_zone/mpsb05-07.html

Security Focus 
http://www.securityfocus.com/bid/15332/info
http://www.securityfocus.com/bid/15322/info  
http://www.securityfocus.com/advisories/9646 
   2 http://www.securityfocus.com/advisories/9728

CVE NUMBER(s):  CAN-2005-2628
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2628
Macromedia Flash ActionDefineFunction Memory Access Vulnerability

STIG FINDING:  1CAT  I 

THREAT ASSESSMENT:  High

TIMELINE SUMMARY

Release Date

Acknowledgement Suspense

Compliance Suspense

 

10 November 05

12 November 05

25 November 05

 

REVISION HISTORY

Number

Date

Details

 

1

15 Nov -05

Posted STIG FINDING
ftp://www.cert.mil/pub/bulletins/dodcert2005/2005-a-0040.htm#1#1
Category.

 

2

21 Nov 05

Added systems to  Vulnerable Systems
ftp://www.cert.mil/pub/bulletins/dodcert2005/2005-a-0040.htm#Vul
Sys#Vul Sys area
Added  link to Reference
ftp://www.cert.mil/pub/bulletins/dodcert2005/2005-a-0040.htm#SUSE
Advisory#SUSE Advisory  area

 

3

29 Nov 05

Added patch link to DoD Patch Repository
ftp://www.cert.mil/pub/bulletins/dodcert2005/2005-a-0040.htm#3dodpatch#
3dodpatch 

EXECUTIVE SUMMARY/IMPACT

There are two vulnerabilities that have been identified affecting
Macromedia Flash plug-ins. Macromedia Flash is a widely distributed
application and is used to create simple motion graphics, video and
animation for interactive websites. A plug-in adds a specific feature or
service to a larger system, such as Macromedia Flash. 

The first vulnerability affects the Macromedia Flash Action Define
Function Memory Access plug-in. This plug-in is vulnerable to an input
validation error, which is 

Re: [Flashcoders] Screen Capture with Flash

2005-12-02 Thread Brooks Andrus
Also, doesn't the FileReference class allow you to download a fileare
you saying that macromedia is actually altering the player with their
download?


On 12/2/05, Brooks Andrus [EMAIL PROTECTED] wrote:

 So how are the camera and microphone streams handled? The player isn't
 doing any encoding, it just pushes raw uncompressed streams around?

 On 12/2/05, Jim Phelan [EMAIL PROTECTED]  wrote:
 
  Breeze installs an executable (presenter plugin), it just happens to be
  an
  downloaded via Flash Player (something only macromedia can do). Flash
  Player
  can't access the screen, and it wouldn't have the processing power to do
  the
  encoding.
 
  Unfortunately, your only option is to wrap the SWF in an executable app.
  You
  can also use the screen camera approach (camtasia or similar.)
 
  Jim
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Brooks
  Andrus
  Sent: Friday, December 02, 2005 1:53 PM
  To: Flashcoders mailing list
  Subject: Re: [Flashcoders] Screen Capture with Flash
 
  I'm actually looking at creating a small web based screen capture app
  with
  the Flash client doing the client-side capture, so the exe wrapper
  approach
  wouldn't work in my case. I know Macromedia Breeze does this and I've
  seen
  other Breeze Style apps, but I haven't been able to guess at how they
  do
  it.
 
  On 12/2/05, Dimitrios Bendilas  [EMAIL PROTECTED] wrote:
  
   Hi,
  
   You can do this if you use a wrapper to make a projector (exe) file
   out of your .swf file.
  
   I use Zinc and I think it's absolutely great!
   www.multidmedia.com
  
   There are other products available but I haven't tried them.
   SWF studio pro is one of them I think
  
   Regards,
   Dimitrios
  
   - Original Message -
   From: Brooks Andrus [EMAIL PROTECTED]
   To: Flashcoders mailing list  flashcoders@chattyfig.figleaf.com
   Sent: Friday, December 02, 2005 8:24 PM
   Subject: [Flashcoders] Screen Capture with Flash
  
  
   Does anyone know if its possible to do screen capture with a Flash
   Application? If so any pointers on where to get started?
  
   Thanks,
  
   Brooks
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
  
  
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 


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


Re: [Flashcoders] Flash security advisories from U.S. Navy/Marines?

2005-12-02 Thread John Dowdell

Merrill, Jason wrote:
Anyone know anything about this?  See the report below. 


It sounds like they're talking about the security advisory released last 
month, which is addressed by either (a) on modern operating systems 
using the current Macromedia Flash Player, 8.0 generation; or (b) on 
Win95, WinNT, classic Mac or Linux, using the updated 7.x Players.


http://www.macromedia.com/devnet/security/security_zone/mpsb05-07.html

For what it's worth, I just did a quick Google search, and the SWF I 
checked were still playing:

http://www.google.com/search?q=inurl:mil+macromedia

Thanks for the heads-up, though, I'll spread the word here. Seems like 
their normal software update process should do it...?


jd





--
John Dowdell . Macromedia Developer Support . San Francisco CA USA
Weblog: http://www.macromedia.com/go/blog_jd
Aggregator: http://www.macromedia.com/go/weblogs
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Dynamically Resizable Objects

2005-12-02 Thread Robert Sandie

Anyone seen any examples/tutorials/components of dragable content:

For example:

===
|  |
|  |
  *
could be resized to:

=
|  |
|  |
| __ |
  *

* = cursor dragging corner

Please excuse the graphics. Trying to convey that I am Creating an 
object that needs to dynamically scale with text and have dragable 
functionality as well. Anyone got any good starting points or seen 
similar effects?


Thanks,

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


[Flashcoders] Variable scope issue

2005-12-02 Thread Bo Parker
I have a combox instance that is being populated with the data below. In the
oListener.change function, I am defining a variable that is getting a value
for the variable mItemLabel. I want that value to be available to the next
function, setShirtSize below and have tried a million different combinations
but keeping getting an undefined value. I know this is a scope issue and
there is probably a very easy answer but how do you move the local variable
up to make it available and then back down into another function? Thanks,


ccbProducts.dataProvider = [{label:Small}, {label:Medium}, {label:
Large}, {label: X Large}, {label: XX Large}];


var oListener:Object = new Object() ;
oListener.change = function (oEvent:Object) {
mItem = ccbProducts.selectedItem;
mItemLabel = mItem.label;
};

ccbProducts.addEventListener (change, oListener);


function setShirtSize()  {
  BN.setItemName(mItemLabel + + Blue Moneymaker Gaming T-Shirt);
}
-- 

Bo Parker, AIGA
RMC
215 S Jennings Avenue
Fort Worth, TX  76104
817.332.4700 p
817.332.4710 f

www.rmcfw.com

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


RE: [Flashcoders] Screen Capture with Flash

2005-12-02 Thread Jim Phelan
Camera is encoded in the player using the Spark codec and Microphone is
encoded using the NellyMoser codec. You can encode the screen with Flash
Player's video encoding, but first you have to make the screen available as
a wdm video source. You can do this, but you'll have to use an installable
tool (like camtasia) to accomplish it.

Screen sharing typically uses a different codec, since encoding even 640x480
px using the stock Spark codec would either look really bad or use too much
bandwidth. There is no encoding for this natively in Flash Player, and if
there were you still wouldn't have access to the screen as a video source.

Sorry to be the bearer of bad news...

Jim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brooks
Andrus
Sent: Friday, December 02, 2005 2:27 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Screen Capture with Flash

Also, doesn't the FileReference class allow you to download a fileare
you saying that macromedia is actually altering the player with their
download?


On 12/2/05, Brooks Andrus [EMAIL PROTECTED] wrote:

 So how are the camera and microphone streams handled? The player isn't
 doing any encoding, it just pushes raw uncompressed streams around?

 On 12/2/05, Jim Phelan [EMAIL PROTECTED]  wrote:
 
  Breeze installs an executable (presenter plugin), it just happens to be
  an
  downloaded via Flash Player (something only macromedia can do). Flash
  Player
  can't access the screen, and it wouldn't have the processing power to do
  the
  encoding.
 
  Unfortunately, your only option is to wrap the SWF in an executable app.
  You
  can also use the screen camera approach (camtasia or similar.)
 
  Jim
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Brooks
  Andrus
  Sent: Friday, December 02, 2005 1:53 PM
  To: Flashcoders mailing list
  Subject: Re: [Flashcoders] Screen Capture with Flash
 
  I'm actually looking at creating a small web based screen capture app
  with
  the Flash client doing the client-side capture, so the exe wrapper
  approach
  wouldn't work in my case. I know Macromedia Breeze does this and I've
  seen
  other Breeze Style apps, but I haven't been able to guess at how they
  do
  it.
 
  On 12/2/05, Dimitrios Bendilas  [EMAIL PROTECTED] wrote:
  
   Hi,
  
   You can do this if you use a wrapper to make a projector (exe) file
   out of your .swf file.
  
   I use Zinc and I think it's absolutely great!
   www.multidmedia.com
  
   There are other products available but I haven't tried them.
   SWF studio pro is one of them I think
  
   Regards,
   Dimitrios
  
   - Original Message -
   From: Brooks Andrus [EMAIL PROTECTED]
   To: Flashcoders mailing list  flashcoders@chattyfig.figleaf.com
   Sent: Friday, December 02, 2005 8:24 PM
   Subject: [Flashcoders] Screen Capture with Flash
  
  
   Does anyone know if its possible to do screen capture with a Flash
   Application? If so any pointers on where to get started?
  
   Thanks,
  
   Brooks
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
  
  
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 


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

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


RE: [Flashcoders] Flash security advisories from U.S. Navy/Marines?

2005-12-02 Thread Merrill, Jason
Nevermind (unless you happen to know more about what the Navy/Marines
are going to do about it - that would be good to know.)

I referenced this in my own post:
http://www.macromedia.com/devnet/security/security_zone/mpsb05-07.html


Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com








NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Q: Converting from base 10 to hex?

2005-12-02 Thread bitstreams
In order to use the fillRect method you need to pass in the color as a Hex 
value.

To start I want to  fill with a 50% grey, which as an argb number would be 
255,128,128,128

I tried using the following function from Guy Watson's tutorial:

function argbtohex(a:Number, r:Number, g:Number, b:Number)
{
return (a24 | r16 | g8 | b)
}


I get the value '-8355712'

What am I doing wrong??



[e] jbach at bitstream.ca
[c] 416.668.0034
[w] www.bitstream.ca

...all improvisation is life in search of a style.
 - Bruce Mau,'LifeStyle'
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Selection.setFocus()

2005-12-02 Thread Judah Frangipane

Hi Manuel,

We are needing something like this as well. We set the tab order in code 
or use the accessability window. When we tab to a v2 button then the 
tabbing breaks. If it makes you feel any better I could not get this to 
work either.


A thing to note is the help docs have qoutes around the setFocus parameter.

Selection.setFocus(this.dataPanel.titleMc.input1.iField);

Also be aware of scope issues with this code. Be sure to trace out your 
dot notation paths.


trace(this.dataPanel.titleMc.input1.iField=+this.dataPanel.titleMc.input1.iField)

to make sure you do not get undefined. When writing code like this break 
it down and get it to work by itself and move up from there. Listener 
objects are notoriously issue prone.


Judah

Manuel Gonzalez wrote:


Hi,
Has anyone had any luck with Selection.setFocus()...?

For some reason I haven't had any luck getting the tabIndex to work in a 
project I'm working on so I have resorted to a hack, but now the hack isn't 
working either.  All I'm trying to do is gain focus on input fields in my movie 
clip.
The first time I call Selection.setFocus() it works but after tabbing it 
doesn't visually focus on the next input field.


Here's my code :

function setUpTabIndex():Void {

//automaticaly focus on first input field
Selection.setFocus(this.dataPanel.titleMc.input1.iField);
Selection.setSelection(0, 0);
//
tabKeyListener = new Object();
tabKeyListener.onKeyDown = function() {
if (Key.getCode() == Key.TAB) {
//trace(Selection.getFocus())
if (Selection.getFocus() == null) {

Selection.setFocus(this.dataPanel.titleMc.input1.iField);
Selection.setSelection(0, 0);

} else if (Selection.getFocus() == 
_level0.tab_forms.tab2.dataPanel.titleMc.input1.iField) {
Selection.setFocus(null);

Selection.setFocus(this.dataPanel.createdByMc.input2.iField);
Selection.setSelection(0, 0);
//trace(Selection.getFocus())

} else if (Selection.getFocus() == 
_level0.tab_forms.tab2.dataPanel.createdByMc.input2.iField) {
Selection.setFocus(null);

Selection.setFocus(this.dataPanel.starringMC.input3.iField);
Selection.setSelection(0, 0);

} else if (Selection.getFocus() == 
_level0.tab_forms.tab2.dataPanel.starringMC.input3.iField) {
Selection.setFocus(null);

Selection.setFocus(this.dataPanel.titleMc.input1.iField);
Selection.setSelection(0, 0);
}
}
};
Key.addListener(tabKeyListener);
}

Any thoughts?



___
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] Q: Converting from base 10 to hex?

2005-12-02 Thread Ryan Matsikas
So...

function argbtohex(a:Number, r:Number, g:Number, b:Number) {
return (a  24 | r  16 | g  8 | b);
}
createEmptyMovieClip(clip, 1);
with (clip) {
beginFill(argbtohex(255,128,128,128));
moveTo(0,0);
lineTo(100,0);
lineTo(100,100);
lineTo(0,100);
lineTo(0,0);
endFill();
}

It works...

On 12/2/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 In order to use the fillRect method you need to pass in the color as a Hex
 value.

 To start I want to  fill with a 50% grey, which as an argb number would be
 255,128,128,128

 I tried using the following function from Guy Watson's tutorial:

 function argbtohex(a:Number, r:Number, g:Number, b:Number)
 {
 return (a24 | r16 | g8 | b)
 }


 I get the value '-8355712'

 What am I doing wrong??



 [e] jbach at bitstream.ca
 [c] 416.668.0034
 [w] www.bitstream.ca
 
 ...all improvisation is life in search of a style.
  - Bruce Mau,'LifeStyle'
 ___
 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] Any way to detect attempted MC Load wider than 2880 pixels?

2005-12-02 Thread Alan Shaw
MovieClipLoader's onLoadProgress shows the entire file loaded;
onLoadInit shows the width silently truncated to 2880.

Any ideas?

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


RE: [Flashcoders] Flash security advisories from U.S. Navy/Marines?

2005-12-02 Thread Merrill, Jason
Thanks John.  I know Macromedia has worked wonders with the NMCI folks
before, maybe you can do it again.

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com




-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf 
Of John Dowdell
Sent: Friday, December 02, 2005 2:29 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Flash security advisories from 
U.S. Navy/Marines?

Merrill, Jason wrote:
 Anyone know anything about this?  See the report below. 

It sounds like they're talking about the security advisory 
released last 
month, which is addressed by either (a) on modern operating systems 
using the current Macromedia Flash Player, 8.0 generation; or (b) on 
Win95, WinNT, classic Mac or Linux, using the updated 7.x Players.

http://www.macromedia.com/devnet/security/security_zone/mpsb05-07.html

For what it's worth, I just did a quick Google search, and the SWF I 
checked were still playing:
http://www.google.com/search?q=inurl:mil+macromedia

Thanks for the heads-up, though, I'll spread the word here. 
Seems like 
their normal software update process should do it...?

jd


NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Q: Converting from base 10 to hex?

2005-12-02 Thread Hans Wichman

Hi,
nothing, google for 2-complement numbers and you'll see why it shows up as 
a negative number.

greetz
Hans

At 08:45 PM 12/2/2005, [EMAIL PROTECTED] wrote:
In order to use the fillRect method you need to pass in the color as a Hex 
value.


To start I want to  fill with a 50% grey, which as an argb number would be 
255,128,128,128


I tried using the following function from Guy Watson's tutorial:

function argbtohex(a:Number, r:Number, g:Number, b:Number)
{
return (a24 | r16 | g8 | b)
}


I get the value '-8355712'

What am I doing wrong??



[e] jbach at bitstream.ca
[c] 416.668.0034
[w] www.bitstream.ca

...all improvisation is life in search of a style.
 - Bruce Mau,'LifeStyle'
___
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] Flash Developer Position In Toronto

2005-12-02 Thread Brian Lesser

Hi Everyone,
I'm doing some consulting for a small company here in Toronto. They are 
interested in hiring a developer with a Computer Science degree, good 
ActionScript experience, and a solid understanding of Object Oriented 
Design and Development. They would really like AS 2 experience, 
Coldfusion/Remoting knowledge, and good database skills (MySQL).


If you are interested in full-time work in Toronto, and meet those 
requirements, please send me your resume and I'll forward it to them.


Yours truly,
-Brian

--
__
Brian Lesser
Assistant Director, Teaching and Technology Support
Computing and Communications Services
Ryerson University
350 Victoria St.
Toronto, Ontario   Phone: (416) 979-5000 ext. 6835
M5B 2K3Fax: (416) 979-5220
Office: AB48D  E-mail: [EMAIL PROTECTED]
(Enter through LB66)   Web: http://www.ryerson.ca/~blesser
__

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


Re: [Flashcoders] Flash security advisories from U.S. Navy/Marines?

2005-12-02 Thread John Dowdell

Merrill, Jason wrote:

Thanks John.  I know Macromedia has worked wonders with the NMCI folks
before, maybe you can do it again.


... and thanks for the heads-up, Jason, staffers here are already in 
touch with their .MIL contacts to resolve it ;-)


jd




--
John Dowdell . Macromedia Developer Support . San Francisco CA USA
Weblog: http://www.macromedia.com/go/blog_jd
Aggregator: http://www.macromedia.com/go/weblogs
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Flash security advisories from U.S. Navy/Marines?

2005-12-02 Thread Merrill, Jason
Fantastic John.  I know from my Flex sales rep (Matt Troedson), they are
using Flex in a few places in the Navy already... should be resolvable
I would think.

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com


-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf 
Of John Dowdell
Sent: Friday, December 02, 2005 3:39 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Flash security advisories from 
U.S. Navy/Marines?

Merrill, Jason wrote:
 Thanks John.  I know Macromedia has worked wonders with the 
NMCI folks
 before, maybe you can do it again.

... and thanks for the heads-up, Jason, staffers here are already in 
touch with their .MIL contacts to resolve it ;-)

jd


NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Screen Capture with Flash

2005-12-02 Thread Brooks Andrus
Thanks for the info Jim--I was hoping for a different outcome, but its good
to know what I'm up against.

On 12/2/05, Jim Phelan [EMAIL PROTECTED] wrote:

 Camera is encoded in the player using the Spark codec and Microphone is
 encoded using the NellyMoser codec. You can encode the screen with Flash
 Player's video encoding, but first you have to make the screen available
 as
 a wdm video source. You can do this, but you'll have to use an installable
 tool (like camtasia) to accomplish it.

 Screen sharing typically uses a different codec, since encoding even
 640x480
 px using the stock Spark codec would either look really bad or use too
 much
 bandwidth. There is no encoding for this natively in Flash Player, and if
 there were you still wouldn't have access to the screen as a video source.

 Sorry to be the bearer of bad news...

 Jim

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Brooks
 Andrus
 Sent: Friday, December 02, 2005 2:27 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Screen Capture with Flash

 Also, doesn't the FileReference class allow you to download a fileare
 you saying that macromedia is actually altering the player with their
 download?


 On 12/2/05, Brooks Andrus [EMAIL PROTECTED] wrote:
 
  So how are the camera and microphone streams handled? The player isn't
  doing any encoding, it just pushes raw uncompressed streams around?
 
  On 12/2/05, Jim Phelan [EMAIL PROTECTED]  wrote:
  
   Breeze installs an executable (presenter plugin), it just happens to
 be
   an
   downloaded via Flash Player (something only macromedia can do). Flash
   Player
   can't access the screen, and it wouldn't have the processing power to
 do
   the
   encoding.
  
   Unfortunately, your only option is to wrap the SWF in an executable
 app.
   You
   can also use the screen camera approach (camtasia or similar.)
  
   Jim
  
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On Behalf Of Brooks
   Andrus
   Sent: Friday, December 02, 2005 1:53 PM
   To: Flashcoders mailing list
   Subject: Re: [Flashcoders] Screen Capture with Flash
  
   I'm actually looking at creating a small web based screen capture app
   with
   the Flash client doing the client-side capture, so the exe wrapper
   approach
   wouldn't work in my case. I know Macromedia Breeze does this and I've
   seen
   other Breeze Style apps, but I haven't been able to guess at how
 they
   do
   it.
  
   On 12/2/05, Dimitrios Bendilas  [EMAIL PROTECTED] wrote:
   
Hi,
   
You can do this if you use a wrapper to make a projector (exe) file
out of your .swf file.
   
I use Zinc and I think it's absolutely great!
www.multidmedia.com
   
There are other products available but I haven't tried them.
SWF studio pro is one of them I think
   
Regards,
Dimitrios
   
- Original Message -
From: Brooks Andrus [EMAIL PROTECTED]
To: Flashcoders mailing list  flashcoders@chattyfig.figleaf.com
Sent: Friday, December 02, 2005 8:24 PM
Subject: [Flashcoders] Screen Capture with Flash
   
   
Does anyone know if its possible to do screen capture with a Flash
Application? If so any pointers on where to get started?
   
Thanks,
   
Brooks
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
   
   
   
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
   
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
 
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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

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


[Flashcoders] List Component

2005-12-02 Thread John Giotta
The List Component allows you to set linked symbols as Icons for each list item.

I'm looking to use external thumbnails as my icons, but it tends to
prove difficult due to the nature of how these symbols are attached.

Does anyone know if I'm able to retrieve the 'icon' path and perhaps
with some class registration set the content to load a thumbnail?

Ideally, I'd like to able to say
List.ListItem.icon.loadThumbNailSrc(), just of course not in so many
dot notations.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] List Component

2005-12-02 Thread Al Veldhuis

Hey John,

Just as a suggestion, check out the ghostwire components at 
http://ghostwire.com  They have a list component that I believe is 
capable of what you are looking to do. I believe you can use either 
symbols or external files with their list component.


Just a possible suggestion.

Note: I do not work for them, I just use their components regularily.

Al

John Giotta wrote:


The List Component allows you to set linked symbols as Icons for each list item.

I'm looking to use external thumbnails as my icons, but it tends to
prove difficult due to the nature of how these symbols are attached.

Does anyone know if I'm able to retrieve the 'icon' path and perhaps
with some class registration set the content to load a thumbnail?

Ideally, I'd like to able to say
List.ListItem.icon.loadThumbNailSrc(), just of course not in so many
dot notations.
___
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] List Component

2005-12-02 Thread Ryan Matsikas
or instead of buying another component set why not just write a more capable
row renderer.. there's plenty of tutorials.

On 12/2/05, Al Veldhuis [EMAIL PROTECTED] wrote:

 Hey John,

 Just as a suggestion, check out the ghostwire components at
 http://ghostwire.com  They have a list component that I believe is
 capable of what you are looking to do. I believe you can use either
 symbols or external files with their list component.

 Just a possible suggestion.

 Note: I do not work for them, I just use their components regularily.

 Al

 John Giotta wrote:

 The List Component allows you to set linked symbols as Icons for each
 list item.
 
 I'm looking to use external thumbnails as my icons, but it tends to
 prove difficult due to the nature of how these symbols are attached.
 
 Does anyone know if I'm able to retrieve the 'icon' path and perhaps
 with some class registration set the content to load a thumbnail?
 
 Ideally, I'd like to able to say
 List.ListItem.icon.loadThumbNailSrc(), just of course not in so many
 dot notations.
 ___
 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] webservice WSDL.BadType with xsd:array

2005-12-02 Thread Flapflap

Hi there,

I try to create a consume a simple webservice and I get this error...

WSDL.BadType
Type xsd:array not resolvable
undefined

I don't understand my php service use nusoap and is right... Any idea on 
why this error ?


Thanks

--
Ff

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


Re: [Flashcoders] System.product

2005-12-02 Thread David Rorex
On 12/2/05, Antonio Rico Ortega [EMAIL PROTECTED] wrote:

 Hi everybody.


 Does someone know something about Sytem.Product.

 As far as I am aware, this function is capable to connect Macromedia server
 . I wonder if we could use that, to update plash player.


 code
 foo = new System[Product](Central);
 foo.download()
 foo.lauch()
 /code
 // That makes flash to download macromedia central, there must be some
 argument to //download the latest version of flash plugin (I hope)

There is...It's called Express Install

Details  examples can be found here:
http://www.macromedia.com/software/flashplayer/download/detection_kit/


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


Re: [Flashcoders] List Component

2005-12-02 Thread Al Veldhuis

Hey Ryan,

I know. I know. Its not a hard thing to write but what I generally work 
on is an Intranet where bandwidth isn't an issue, but developing speed 
is. So the components are a simple and quick way to get the job done 
effectively. And to be honest, as far as components go, Ghostwire 
components are top-notch.


Al

Ryan Matsikas wrote:


or instead of buying another component set why not just write a more capable
row renderer.. there's plenty of tutorials.

On 12/2/05, Al Veldhuis [EMAIL PROTECTED] wrote:
 


Hey John,

Just as a suggestion, check out the ghostwire components at
http://ghostwire.com  They have a list component that I believe is
capable of what you are looking to do. I believe you can use either
symbols or external files with their list component.

Just a possible suggestion.

Note: I do not work for them, I just use their components regularily.

Al

John Giotta wrote:

   


The List Component allows you to set linked symbols as Icons for each
 


list item.
   


I'm looking to use external thumbnails as my icons, but it tends to
prove difficult due to the nature of how these symbols are attached.

Does anyone know if I'm able to retrieve the 'icon' path and perhaps
with some class registration set the content to load a thumbnail?

Ideally, I'd like to able to say
List.ListItem.icon.loadThumbNailSrc(), just of course not in so many
dot notations.
___
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] Why didn't I listen in maths class...

2005-12-02 Thread David Peek

Hi List,

I'm trying to figure out what radius to make n number of circles fit 
around a circle of radius r.  Several diagrams later I'd got it down to:


sinA = x / (x + r)

Where A is half the angle required by each circle ((360/n)/2), x is the 
radius we're looking for and r is the radius of the circle in the 
middle.  Sadly my maths just aren't up to solving for x...


Maths teachers are always teeling you you'll need algebra one day...  
Luckily there's a Flashcoders :P


Many thanks,
David

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