Re: [Flashcoders] C# and ExternalInterface problems

2006-03-01 Thread Campbell Anderson
Hey Dude I have never had any problems, can you point me to the example
and ill give it a test. Just as a side point if you look in the external
interface section inside the flex2 documentation there is a c# class
there that wraps AS external interface calls nicely.

Cheers

CAmpbell

 Hi All,
 
 We've been working on integrating Flash with C# through External  
 Interface, but have hit a brick wall with an odd error.
 
 We've go ExternalInterface calling C# functions fine, it's the  
 reverse which is not working.
 
 C# in .NET throws an Unspecified Error when calling an exposed  
 Actionscript function with both the stuff I've written and another  
 example we've got off the net.
 However, if we use  VB .NET (which apparently should compile to the  
 same thing), the same Flash files work fine (both the in-house things  
 and the examples from the net).
 
 Has anyone come across this before and know of a solution?
 At the moment it looks like we'll have to wrap VB in the C# just to  
 let C# call AS functions, which is pretty irritating.
 
 Regards,
 
 Sam Thorne
 Interaction Design
 
 Web: http://www.native.com/
 Tel: +44 (0)207 588 7970
 Fax: +44 (0)207 588 7971
 
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 
 


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] certificate

2006-01-11 Thread Campbell Anderson
My understanding was that the broswer took care of all requests ...thus
flash requests tooand handeled certificates for flash.

Will have to have a think about this one.

Cam

 Hi List
 It seems that I found antoher point to explain my difficulties to obtain 
 a result in connecting my WS.
 The server has a Double-side certificate. I installed the certificate on 
 firefox, so I can call correctly the https webservice via the browser, 
 on the 8448 port without any problem,
 but maybe flash can't communicate correctly?
 I thought that the browser holding the swf was the only concerned by the 
 certificate, as flash isn't seen by the servers, but only the webpage 
 holding it... am I wrong? Can Flash have problems with the certificate?
 thanks a lot
 PR
 
 ___
 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] Success Stories with Flash Friendly CVS Systems?

2005-12-12 Thread Campbell Anderson
anyone want to write a nice subversion project panel? :o)

There should be an opensource framwork out there to use.

Campbell 

 While I personally just use CVS, according to the docs VSS is pretty
 much the only one that integrates with the project panel in Flash..
 
 -K
 
 On 13/12/05, Mike Boutin [EMAIL PROTECTED] wrote:
  Yes i agree, Subversion seems to do the trick for me.
 ___
 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] simulating narrowband connection

2005-12-08 Thread Campbell Anderson
I made a .net one really simple then someone sudgested :

http://xk72.com/charles/   its java based :o)

Campbell

 Hi there,
 
 Are there any tools out there that enable you to simulate a low
 bandwidth connection (e.g. modem or slow broadband connection)
 
 I'm currently working on a project which uses flv files that interact
 with my flash movie. In the past I always used the simulate download
 option in flash but this obviously doesn't work for flvs.
 
 Robin
 
 
 ___
 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] Help -- can't revert, total mess

2005-11-29 Thread Campbell Anderson
Did the file size of you fla get smaller?


 I did not save it -- and tried your suggestion --  but it didn't
 matter, the file was apparently auto-saved when I deleted the folder
 containing my bitmaps.
 
 On 11/29/05, eric dolecki [EMAIL PROTECTED] wrote:
  Did you save it afterwards? If not, quit Flash and re-open.
  Do you have an older SWF that you can decompile where your Library
was okay?
 
  edolecki
 ___
 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] detecting when mouse goes outside of the flash

2005-11-23 Thread Campbell Anderson
P.S. to make it more reliable (but I realise you not happy with using
browser code...would be to surrond the flash movie with a div and have a
javascript listen for a on mouseover and call an fscommand or
externalinterface call (depending on the version of flash).

c.

 
 Hi coders.
 
 This has been up before, and I have done some own tests and searched the
 archives as well.
 
 But I can't find the solution, if there is any.
 
 I want a certain thing to happen in my flash when the mouse moves
 outside flash. Since the _xmouse/_ymouse stops updating when dragged
 outside you cant rely on them (they do work WHEN mouse is pressed and
 dragged out from the swf, but that is of course not a solution)
 
 I have also tried to add a big 'button' which has onRollOut/onDragOut
 attached to it, but the problem is that button-events above it will
 disable the underlying one.
 
 So what I know of there is no solution to this problem, but probably
 some decent hacks?
 
 I am not interested in a solution which requires code in the html-page
 or so, but if you have such one I would like to know about it as well.
 
 But mainly I wish to know a solution in which flash internally can say
 if the mouse-cursor is outside the flash in the html-page.
 
 Thanks Coders
 
 / martin
 ___
 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] detecting when mouse goes outside of the flash

2005-11-23 Thread Campbell Anderson
Yep was wondering if you had tried.sorry its the only answer I know of. 

c.

 
 Thanks Campbell.
 
 That code is though what I try to avoid, since it isn't 100% accurate.
 A quick move with the mouse and the code won't really detect that the
 cursor has left the flash area.
 
 The javascript-suggestion is nice of course, I have thought about that,
 but since it is a CMS and so on, it might not be an easy way to deal
 with that kind of implementation.
 
 Thanks anyway. To bad that their isn't a Stage.isMouseOver/out property.
 I thought macromedia would have made a solution to this somehow, since
 this has been a 'problem' since flash5. 
 
 / martin
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Campbell
 Anderson
 Sent: den 23 november 2005 11:14
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] detecting when mouse goes outside of the
 flash
 
 P.S. to make it more reliable (but I realise you not happy with using
 browser code...would be to surrond the flash movie with a div and have a
 javascript listen for a on mouseover and call an fscommand or
 externalinterface call (depending on the version of flash).
 
 c.
 
  
  Hi coders.
  
  This has been up before, and I have done some own tests and searched
 the
  archives as well.
  
  But I can't find the solution, if there is any.
  
  I want a certain thing to happen in my flash when the mouse moves
  outside flash. Since the _xmouse/_ymouse stops updating when dragged
  outside you cant rely on them (they do work WHEN mouse is pressed and
  dragged out from the swf, but that is of course not a solution)
  
  I have also tried to add a big 'button' which has onRollOut/onDragOut
  attached to it, but the problem is that button-events above it will
  disable the underlying one.
  
  So what I know of there is no solution to this problem, but probably
  some decent hacks?
  
  I am not interested in a solution which requires code in the html-page
  or so, but if you have such one I would like to know about it as well.
  
  But mainly I wish to know a solution in which flash internally can say
  if the mouse-cursor is outside the flash in the html-page.
  
  Thanks Coders
  
  / martin
  ___
  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] TLS negotiation with AS 3.0, is it possible?

2005-11-23 Thread Campbell Anderson
Check with some of the guys making Jabber clientsas I think thats
how Jabber authen. dont see why it wouldnt.just watch how your
writing the stream from memory there are two asci write methods and one
appends the stream length as the first two bytes.

Cam.

 Hi,
 i'm working on a project that has a socket connections.. but i can't
make a
 TLS negotiation with the server.. anyone has an idea about that?
 
 o.e.y.
 ___
 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] GIS data and Flash

2005-10-27 Thread Campbell Anderson
Your not talking about:

http://wahlers.com.br/claus/blog/flash-player-85-alpha-and-gis/

its in flex 2!

Cheers

Campbell

 Does anyone know some good solutions for showing or reading in GIS data 
 into a Flash movie? I heard that a company will
 announce a GIS webservice for Flex, though. Only I can't find any 
 information on that. If anyone know some good solution, please let me now!
 
 Yours,
 Weyert de Boer
 ___
 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] serialize object

2005-10-25 Thread Campbell Anderson
Depends if your using as3it has it built in :o)

Cam

 On 10/25/05, Florian Metzger - Neodelight [EMAIL PROTECTED] wrote:
  i want to serialize the shared object and dump it into a text file
and later
  deserialze the shared object from that text file.
  does anybody have a script or class for that ?
 
 Here's two different ones:
 
 http://www.designvox.com/%7Eborys/JSON/JSON.as from
 http://www.crockford.com/JSON/index.html
 
 And then this one, which is compatible with php's serialize() :
 http://sourceforge.net/projects/serializerclass/
 
 -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


Re: [Flashcoders] Spline 3D Atom Menu thing?

2005-10-20 Thread Campbell Anderson
Hey eric,

I didnt try it like that instead I have an icon class which part of its
contructor or functions branching off was to duplicate the icon and
create an bmp copy with tranformation matrix(flipped) and apply a
gradient(alpha) bmp as a mask. then the class just has an interface to
move the icon and move the y axis of the reflection bmp. added a glow
trail to it too. then the movie contained the 3d smarts and moved the
icons but i am rewriting it the have a menu manager class which acts  as
an event listener/manager. :o)

how did you go about yours? I could be up for a bit of a share. I have
been side tracked with flex 2 though :o) sooo much fun.

 Its not like FrontRow - it was lines radiating from a center space
with menu
 items on the ends - rotating, etc. slowly I believe. I've saw that a long
 time ago, but don't remember where :(
 
 I started a FrontRow interface as well... and found out that reflection
 class that surfaced only supports one clip at a time (I digress)... but if
 someone has coded it up already, might be nice to share ;)
 
 e.d.
 
 On 10/20/05, Campbell Anderson [EMAIL PROTECTED] wrote:
 
  You thinking of making something like the menu of mac frontrow on a
  phone? I have started something like that but as2 for flash and can
  flick through the source?
 
  http://www.apple.com/imac/frontrow.html
 
  Campbell
 
   Naw, more like Metroid 2: Echoes' interface. This is 2D, I want it
where
   they spin on a center axis.
  
   - Original Message -
   From: Jobe Makar [EMAIL PROTECTED]
   To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
   Sent: Thursday, October 20, 2005 1:06 PM
   Subject: Re: [Flashcoders] Spline 3D Atom Menu thing?
  
  
   Hi guys,
  
   I built these for a client a few months ago. It ended up leading to an
   interesting interface design. I'll see if I can get permission to post
  the
   source to these (they all use the same base classes):
  
http://www.electrotank.com/lab/SpringTests/AttractRepel/NodeLayout.html
   http://www.electrotank.com/lab/SpringTests/Rope/Rope.swf
   http://www.electrotank.com/lab/SpringTests/Soda/Soda.html
  
   Jobe Makar
   http://www.electrotank.com
   http://www.electro-server.com
   phone: 919-609-0408
   mobile: 919-610-5754
   fax: 919-341-8104
   - Original Message -
   From: Tom Lee [EMAIL PROTECTED]
   To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
   Sent: Thursday, October 20, 2005 12:42 PM
   Subject: RE: [Flashcoders] Spline 3D Atom Menu thing?
  
  
I've been thinking of working on something similar myself... I was
  calling
it a node net for some reason. I was thinking these could be a
  starting
point:
   
   
http://www.flashkit.com/movies/Scripting/rubber_h-Ghost-2397/index.php
   
 
 
http://www.flashkit.com/movies/Scripting/Other/Linked_N-crax1yt3-1531/index
  .
php
   
Let me know if you find the original!!
   
-tom
   
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Moses
Gunesch
Sent: Thursday, October 20, 2005 12:00 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Spline 3D Atom Menu thing?
   
Oh I did that, years ago. I uploaded it to FlashKit I think.. do a
search for 3d there and maybe you'll get to the file. Otherwise it
might take me a while to dig it up or maybe you could decompile
a swf
or something.. anyway if you can't get it write me offlist.
   
MG/MosesSupposes
   
On Oct 20, 2005, at 8:46 AM, JesterXL wrote:
   
I'm looking for some OOd Flash files. Basically, there was
this menu
done in Flash that had a shorter stint in fame vs. the scrolling
boxes one.
It was basically a bunch of lines originating from the center.
They had
circles on the end of the lines that were clickable buttons. They
rotated
in 3D as you moved your mouse, and you had to rotate these buttons
into the
foreground so you could click them.
   
Anyone know where I can find this menu with source code? AS1 is ok!
   
Thanks if you can help.
   
--JesterXL
   
___
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