Re: [Flashcoders] LoadVars.send vs. LoadVars.sendAndLoad

2006-11-29 Thread Telmo Dias

Hi,

When using sendAndLoad you have to use 2 different loadVars objects.

You should first create two loadVars objects. One to store the vars you 
want to send, and the other one to load the vars you get from the process.


Ex:

var orderLVIn = new LoadVars();
var orderLVOut = new LoadVars();
(...)
orderLVOut.sendAndLoad("processorder.php", orderLVIn, "POST");


Hope this helps...

Cheers
Telmo

Glenn Grant wrote:

I use .sendAndLoad to load a shopping cart so it will not pop a new browser
window each time the user adds an item. this works fine locally, but online
the items are not being added to the cart. if i use .send instead of
.sendAndLoad everything works fine except for the aforementioned launching
of browser every time. i read in flash's documentation that .sendAndLoad has
a different security protocol than .send, so i have tried
System.security.allowDomain("thedomain.com"); in the first line, which
doesn't seem to be making a difference. any suggestions?

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

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


  



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

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


[Flashcoders] [OT] Flash Communication Server 1.5 Streaming Bitrates

2006-10-10 Thread Telmo Dias

Hi all,

I'm sorry, I know that this is not the appropriate list, but since 
FlashComm is down, I decided to take a chance on FlashCoders, because 
I'm sure some of you guys are FlashComm coders as well.


What I wish to know is if anyone knows what bitrates are supported in 
FCS 1.5 for streaming MP3.


I mean, if I upload a MP3 in 192 kbps, what will FCS stream? 192 or will 
it convert/lower the bitrate ? If so, what bitrate will it be using then?


If anyone has a list of supported bitrates or a link to somewhere I 
would appreciate it very much.


Thank you all in advance.

Telmo Dias

___
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] OT- subscribe to Flashcomm list

2006-09-30 Thread Telmo Dias

The list is off. You can see it by going there through HTTP.

http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

I even sent an e-mail to [EMAIL PROTECTED] but I don't 
think anyone received it...


:-(


David Rorex wrote:

I haven't gotten any messages from the flashcomm list since 8/25

On 9/20/06, Wade Arnold <[EMAIL PROTECTED]> wrote:


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of [a /]
Sent: Wednesday, September 20, 2006 8:01 AM
To: 'Flashcoders mailing list'
Subject: RE: [Flashcoders] OT- subscribe to Flashcomm list

I'm glad to see I'm not the only one experiencing the failure of the 
FComm

list

[a/]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gadi
Sent: 20 September 2006 09:28
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] OT- subscribe to Flashcomm list

Hi coders, sorry for the OT.

FlashComm subscription page seem to be down, any other way I can 
subscribe?




Best regards,

gadi



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

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


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

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

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

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


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

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



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

2006-09-29 Thread Telmo Dias
Wow, thanks a lot for your post. I had come across the mprojector, but 
as I am completely unexperienced in this field, I sure appreciate your 
words.


:)

Steven Sacks | BLITZ wrote:

http://www.screentime.com/software/mprojector/
 
mProjector is the best wrapper out there, period.  It's completely stable and has the absolute best performance and smallest memory and filesize footprint (I've done metrics).  The API is outstanding, well-thought out and easier to use than any of the other wrappers.  And while Flash 8 brought about External Interface for asynchronous communication with the OS, mProjector has been doing it for years while none of the other wrapper authors could figure out how despite their best efforts.  Oh, and it's cross-platform.
 
http://www.thespringbox.com/
 
That is made with mProjector.  It's the technology Fox Interactive trusts to deploy to the tens of millions of users on MySpace and beyond. 
 
Nuff said.  :)
 
  



___
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] Projector Wrapper

2006-09-29 Thread Telmo Dias

Ok, but can you suggest a replacement?

Telmo

Ian Thomas wrote:

I disagree.

Twice now, I have had Zinc upgrades break existing functionality that
I relied on, and those new bugs have only been fixed several versions
later.

They keep introducing new functionality, and do very little to ensure
the stability of the existing codebase. Personally I'd rather they
fixed existing bugs than introduced spangly new features.

Ian

On 9/29/06, jcanistrum <[EMAIL PROTECTED]> wrote:

I use Zinc and it is fine, good support!

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

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





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

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


[Flashcoders] Projector Wrapper

2006-09-29 Thread Telmo Dias

Hi,

I read a few of those posts regarding sfw/projector wrappers.

I would like to create a small kind of widget that stays in the systray 
(windows only), and connects to the server to update info, from time to 
time.


It should enable the user to login, and based on the info it gathers 
from the server, it should show alerts, I was thinking of some kind of 
alert similar to "msn buddy logged in" alert.


Regarding the login I would want to use encrypted data, and ssl if possible.

The core app is a regular swf with sound.

I would ask those of you who are experts in this field to advise me as 
to the solution I should buy.


Zinc, mProjector, northcode SWF Studio, flash jester ? Any other ? Which 
one is the best in your opinion?


I don't use haxe nor mtasc so for me I would prefer something that just 
works based on the swf or the projector.


Thanks.

Telmo

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

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


Re: [Flashcoders] Flash Player 9 textfield problem

2006-09-14 Thread Telmo Dias
Never mind this post. It's a known issue when using the 
wmode=transparent, which is described here:


http://www.5etdemi.com/blog/archives/2005/06/firefox-wmodetransparent-is-completely-screwy-and-breaks-textfields/


Cheers.
Telmo

Telmo Dias wrote:

Hi list,

Only yesterday I upgraded my player version to 9. Immediately I 
noticed a strange problem on the website I am developing. On the 
textfields it seems like they change the codepage or the charset, and 
now I can't write some of europe special chars. When I try to write á 
it shows ºa for instance.


Has anyone had similar problems? How can I solve this?

Thanks.
Telmo

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

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





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

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


[Flashcoders] Flash Player 9 textfield problem

2006-09-14 Thread Telmo Dias

Hi list,

Only yesterday I upgraded my player version to 9. Immediately I noticed 
a strange problem on the website I am developing. On the textfields it 
seems like they change the codepage or the charset, and now I can't 
write some of europe special chars. When I try to write á it shows ºa 
for instance.


Has anyone had similar problems? How can I solve this?

Thanks.
Telmo

___
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] Tween Class with Set Interval deletion

2006-09-07 Thread Telmo Dias

Try:

myTimeTween .stop();

;-)
Telmo

Helmut Granda wrote:
I have a small piece of script that was passed down to me and I cant 
figure

out how to stop it from executing:

var interval:Number = 60;
myTimeTween = new mx.transitions.Tween(pBar, "_height",
mx.transitions.easing.None.easeNone,0,162,interval,true);

I have tried different methods:

delete myTimeTween;
delete mx.transitions.Tween;
clearInterval(interval);
myTimeTween = new mx.transitions.Tween(pBar, "_height",
mx.transitions.easing.None.easeNone,0,162,0,true);
delete interval;
Create a new frame and send the playhead to the next frame;

but none of those seem to work, I have even tried to fire all the 
statements
above at once (and some others that I cant remember rigt now)and still 
the

tween keeps on executing.

Any Pointers or ideas will be greatly appreciated.

...helmut



--
___
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] >> Var untouch

2006-09-07 Thread Telmo Dias

Based on your code,

Try this:

var wedgename:Array = Array("always", "never", "sometimes", "yes", 
"no","often", "rarely", "undecided");

var thingname;
for (var z:Number=0; z   _root.attachMovie("wedgelabel", "wedgelabel"+z, 
this.getNextHighestDepth(), {_x:(z*10)+100, _y:(z*10)+100});

   _root["wedgelabel"+z].wedgename.text = wedgename[z];
}


Or this:

var wedgename:Array = Array("always", "never", "sometimes", "yes", 
"no","often", "rarely", "undecided");

var thingname;
for (var z:Number=0; z   var thingname = _root.attachMovie("wedgelabel", "wedgelabel"+z, 
this.getNextHighestDepth(), {_x:(z*10)+100, _y:(z*10)+100});

   thingname.wedgename.text = wedgename[z];
}

Cheers
Telmo Dias

Laurent CUCHET wrote:

I duplicate  a movie clip to show array label inside but it doesnt work
It copy ok but textt isnt fill.
If i write directly the mc nzme it work , but I loose dynamic.
Have you got an Idea ?

var wedgename:Array = Array("always", "never", "sometimes", "yes", "no",
"often", "rarely", "undecided");
var thingname;
for (var z:Number=0; zhttp://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


  



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

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


[Flashcoders] Component bug after converting to compiled clip

2006-08-20 Thread Telmo Dias

Hello everyone,

I have been working with flash since version 4, though I only started my 
first steps on to component development 5 months ago.


I have successfully developed a few components, like a tooltip manager, 
a movieclip scrollbar and a combo box.


The reson I write you is because on the latest project I am developing, 
I created a special kind of combo box which works fine on the site, if  
I don't compile it. If I create a compiled clip, a red square apears 
inside it, from no where and I haven't got a clue what causes this.


Has anyone had similar problems or something related ?


Thanks a lot for all support.
Telmo Dias
www.void.pt

___
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] Component bug after converting to compiled clip

2006-08-19 Thread Telmo Dias

Hello everyone,

I have been working with flash since version 4, though I only started my 
first steps on to component development 5 months ago.


I have successfully developed a few components, like a tooltip manager, 
a movieclip scrollbar and a combo box.


The reson I write you is because on the latest project I am developing, 
I created a special kind of combo box which works fine on the site, if  
I don't compile it. If I create a compiled clip, a red square apears 
inside it, from no where and I haven't got a clue what causes this.


Has anyone had similar problems or something related ?


Thanks a lot for all support.
Telmo Dias
www.void.pt


___
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] load/send XML data | Flash/JavaScript Integration Kit

2006-07-28 Thread Telmo Dias

Hi Peter,

I'm not sure this is what you are looking for, but I have used this 
approach several times and it works great for me.


I usually connect flash to PHP, but it should be the same way for JSP.

This is PHP code. Have your JSP process whatever it has to process in 
order to get the data. The write the data as if you were outputing a 
regular XML file, but in this case not to a file, but just output with 
prints or something similar (I don't know JSP).


$xml =''."\n";
$xml.=''."\n";
$xml.='This is text inside item 1'."\n";
$xml.='This is text inside item 2'."\n";
$xml.=''."\n";

$xml.=''."\n";
header("Content-type: text/xml; charset=UTF-8");
echo utf8_encode($xml);


Inside flash I use a trick I found. We can use a LoadVars object to make 
the request to the server, sending info through POST or GET, and have it 
load directly into a XML object.


_global.dynamicLoadedXml = new XML();
_global.dynamicLoadedXml.ignoreWhite = true;
_global.dynamicLoadedXml.onLoad = function(success){
   //This code is executed once the load is complete. In other words 
once your JSP file is processed and returns a code similar to the above.

   if(sucess){
   //the file was successfully loaded. Do whatever you need in 
terms of parsing.

   var root:XMLNode = this.firstChild;
  _global.dataArray = new Array();

   for(var i:Number = 0; i_global.varsToUseByJSP.id = valueToSend; //whatever value you want to 
send to JSP through POST


//use this to avoid cache problems loading the XML
var rnd = Math.round(Math.random()*1);
var urlToGo = "http://www.xpto.com/process.php?rnd="; + rnd;

_global.varsToUseByJSP.sendAndLoad(urlToGo, _global.dynamicLoadedXml, 
"POST");




Good Luck!  :-)

Telmo Dias


Maziak, Peter wrote:

I have a flash app that gets populated by parsing data from an external
XML file.  However, my JSP development team tells me that to keep the
XML in a session it would be better to load the XML as a string from the
HTML (JSP).  Is it possible to put the XML into a hidden input field
within a form on the containing HTML?  How easy is it to have Flash
communicate with the HTML and vice-versa?  Or is there a better approach
to get the XML in and out of Flash (other than an external file)?
 
Also, I've looked into the Flash/JavaScript Integration Kit [

http://osflash.org/doku.php?id=flashjs OR
http://weblogs.macromedia.com/flashjavascript/ ] but am confused by the
installation instruction:

Copy the following library files from source/flash/actionscript
into your Flash Authoring classpath:
com/macromedia/javascript/JavaScriptProxy.as
com/macromedia/javascript/JavaScriptSerializer.as

Where is the Flash Authoring classpath!?
 
Thanks,

-Pete
___
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] Php Host

2006-07-11 Thread Telmo Dias
Without any question I would recomend, http://www.eleven2.com/ . They 
are really good, and have 24/7 support, plus you can contact them easily 
on AIM too.


Suzanne Harmon wrote:
I am looking for a good Php host with decent customer support. Anyone 
have recommendations?


Thanks in advance
Suzanne

___
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] [URGENT] Flash effect/transition samples

2006-05-31 Thread Telmo Dias

Try this:

http://www.actionscript.org/tutorials/advanced/Tween-Easing_Classes_Documented/index.shtml

8ball Developer wrote:
This is good, but I'm looking for very simple things like bounce 
effect and

such.

On 5/31/06, André Goliath <[EMAIL PROTECTED]> wrote:


Something like this?

http://www.experiment23.de/tmp/index.html

(the menu are the small bars at the left)

hth

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 8ball
Developer
Sent: Wednesday, May 31, 2006 7:31 PM
To: Flashcoders mailing list
Subject: [Flashcoders] [URGENT] Flash effect/transition samples

Hi all,

I have a client coming in today who wants see some sample
effects/transitions to apply to different parts of the Flash work. Do 
you
have links to such samples where I can go through them with him? Any 
help

is
much appreciated.

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

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

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

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


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

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





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

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