[Flashcoders] Flash 4 documentation

2006-08-29 Thread Flapflap

Hi there, I'm looking for a Flash 4 documentation.
I'm also thinking that is it free of charge now, can I download it 
anywhere ?


--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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

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


[Flashcoders] Flash 8 security and projector

2006-06-02 Thread Flapflap

Hi there,

I got a nasty things with security maybe something I didnt understand...

My app load an xml.
So I publish my file to local security.
If I publish in F7 format and launch the swf, the loading fail.
If I publish in F8 format and launch the swf, the loading success.
And if I publish to a projector the loading fail wich is very surprising 
to me.


--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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

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


Re: [Flashcoders] Save file from Mac / Pc Projector on CDROM to Hard drive

2006-03-21 Thread Flapflap

Paul Steven a écrit :

I need to include a button in a cdrom projector that when clicked will copy
a particular file from the CDROM to the users hard drive with a dialogue box
asking them where to save it to.

Any suggestions?

It must work on PC and MAC
  

Zinc
mProjector
SwfStudio

ScreenWeaverOS is still in progress I think

Hopes it helps

--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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

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


Re: [Flashcoders] Projector running as a service can't connect

2006-02-21 Thread Flapflap

Hi there (and specially Nick)

Just to let you know that with the default user of my computer the 
service works fine. So now I have to find a way to install my service 
with special right.

Thanks for help


--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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

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


Re: [Flashcoders] Projector running as a service can't connect

2006-02-21 Thread Flapflap

Nick Weekes a écrit :
Glad you got to the bottom of the problem.  


This might be useful:

http://support.microsoft.com/kb/q152460/

http://tinyurl.com/kmdlk

And if you ever need to do something similar, ms visual studio.net has much
friendlier support for writing windows services.  Means learning C# or
VB.Net however...
Thanks but this doesn't mean that user need to have .net framework 
installed ?


--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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

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


Re: [Flashcoders] Projector running as a service can't connect

2006-02-21 Thread Flapflap

Nick Weekes a écrit :

Sure, but unless you're writing windows desktop apps using C++, then the
.net framework is an important runtime (especially as its already installed
with XP SP2). 
Yes but my client have windows nt specific machine so I cannot use 
external tools.

I have to fight 2 month to make them install the flash player...

--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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

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


[Flashcoders] Projector running as a service can't connect

2006-02-20 Thread Flapflap

Hi there,

Know this is a special demand but maybe some of view have some indwos 
services skill...


I have a projector that running has a service (used srvany.exe to run 
it), has a test my projector send a message to a php file that juste put 
it in a database.
But connection don't happen when lauching as a service. Any reason for 
that ?

Any clue to pass this difficulty ?

Thanks

--
Benoît

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

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


Re: [Flashcoders] Projector running as a service can't connect

2006-02-20 Thread Flapflap

Nick Weekes a écrit :

Dude, why are you running a projector (which is a gui) as a service (has to
be no gui)?  Services are designed for pieces of code that run permanently,
not a transient user interface...

Maybe you need to separate some of your logic from presentation...
  
Yeah, I know that. The thing is I don't have time to learn another 
technologie than PHP, AS and my client need to have an app runing as a 
service that will send some information through the net.

So I'm stuck with this.

--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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

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


Re: [Flashcoders] Projector running as a service can't connect

2006-02-20 Thread Flapflap

Nick Weekes a écrit :
Have you traced out the exact error/failure in your AS?  

Not yet.

It might be due to
the permissions that the service is running under (you can configure a
windows service to 'login' as any user/administrator, as long as you are an
administrator to start with).  

YEs, I know that and will try actually it's a local system user.

Do you pass these parameters to the
srvany.exe hack?
I'm not sur about what parameters youre talking but no I no't pass any 
parameter to my projector nor srvany


--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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

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


Re: [Flashcoders] Projector running as a service can't connect

2006-02-20 Thread Flapflap

Nick Weekes a écrit :

Ok, first you need to find out the exact statement that is failing in your
actionscript.   When you know what is not working, then maybe we can help. 


Also find out if the user account that the service is using can access
networks/internet etc outside of your exe.

Thanks for involvment.
Infortunatly I need to switch to another project now but I keep in touch 
when I'm back to my dirty service flash app thing.


--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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

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


Re: [Flashcoders] Programatically adding getters and setters

2006-02-14 Thread Flapflap

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

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

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


Re: [Flashcoders] Application development in flash for MAC

2006-01-18 Thread Flapflap

rishi a écrit :
Hi 


I want to develop an application in flash which needs to be deployesd at
desktop on a mac operating system. I would like to know about all
options available where I can use flash on the front end on mac and I
can have access to make database operations and Files system moperations
on my offline machine. Any ideas are welcome.
  

mProjector is crossplateform now.
You can try XUL with swf embed
Don't know if Screenweaver OS 4 (crossplatform) is here

Good luck ;-)

--
Flapflap

___
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


[Flashcoders] Subversion eol-style for as files ?

2005-11-25 Thread Flapflap

Hi there,

I'm configuring subversion... What's the best eol-style for .as files ?
Thanks

--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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


Re: [Flashcoders] Swfs embedded in an email

2005-11-24 Thread Flapflap




Cunning. I'll suggest it to him, thanks.


Not sure its work...
You know it some kind of Somebody say to me that somebody say to him 
that it try that


--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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


[Flashcoders] Xml manipulation crash player (7)

2005-11-21 Thread Flapflap

Hi there,

We got a big trouble in a project that manipulate a lot some xml object :
We came at point that if we do some manipulation (mostly appendChild) on 
xml object the player crash...

It's a flash mx 2004 project.
The thing that is very scary is that it's not crash every time with the 
same number of operation (but always on the same operations)
and it crash faster on the ide that if we launch the swf in the 
standalone player..


Have you some experience to share about that kind of trouble ? Some 
thing to watch more specificly ?


Thanks...

--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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


[Flashcoders] Loop thru LoadVars in the good sense

2005-11-14 Thread Flapflap

Hi there,

If I got a file  with this kind of data :

a=1 
b=2 
c=3 

and I load it into a LoadVars object.

How can I loop so my vars are taken in the same order in my file ? 
(Start by a, and b, etc...)


Thanks...

--
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net

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