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();

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

2006-10-10 Thread Telmo Dias
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

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

[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

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

[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

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

Re: [Flashcoders] Var untouch

2006-09-07 Thread Telmo Dias
, 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

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,

[Flashcoders] Component bug after converting to compiled clip

2006-08-20 Thread Telmo Dias
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

[Flashcoders] Component bug after converting to compiled clip

2006-08-19 Thread Telmo Dias
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

Re: [Flashcoders] load/send XML data | Flash/JavaScript Integration Kit

2006-07-28 Thread Telmo Dias
; _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

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

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?