[flexcoders] Re: problem accessing menuBar component Sub-Items

2011-10-30 Thread Gustavo Duenas
I did it, thanks. Gus

[flexcoders] vimeo api with flex3/air

2011-10-18 Thread Gustavo Duenas
Does anyone has tried to use the vimeo api com.vimeo.api.flash.vimeoPlayer in adobe air before and how you get the results, I've been trying with no results at all and the examples are not much of a thing Gus

[flexcoders] problem accessing menuBar component Sub-Items

2011-10-14 Thread Gustavo Duenas
Hi I have this menu bar. labelField="@label" creationComplete="init()" fontSize="14" fillAlphas="[0.26, 0.26, 0.26, 0.26]" fontWeight="bold" cornerRadius="6" color="#071243" fontFamily="Arial" verticalCenter="-4" left="9.05"> I wan to

[flexcoders] using a video stream into flex mobile

2011-10-13 Thread Gustavo Duenas
What is the best method to include a live video streaming into flex mobile? is that possible? gustavo

[flexcoders] accessing buttons on button bar

2011-10-12 Thread Gustavo Duenas
Some help will be appreciated. Gustavo

[flexcoders] reading pdf book into air app

2011-10-10 Thread Gustavo Duenas
can I read a pdf book into an air app or do I have to call it to be read by the adobe reader? Also can I read the pdf into air using an

[flexcoders] sandbox problem someone help me

2011-10-08 Thread Gustavo Duenas
Hi is there a way to load a remote swf that calls a live feed from ustream? I have this viewer and I cannot load it inot air, because it keeps telling me of the sandbox violation  even though I did the Security.allowDomain("http://leftandrightsolutions.com";); in the

[flexcoders] problem with netconnection and flex3

2011-10-08 Thread Gustavo Duenas
hi I have this code on my flex 3 trying to reach the ustream.tv live feed from my church does anyone know that the error means? var my_Nc:NetConnection = new NetConnection(); my_Nc.connect("rtmp://1.4705238.fme.ustream.tv/ustreamVideo/4705238"); var my_Ns:NetStream = new NetStream(my_Nc, NetS

[flexcoders] problem trying to create ustream viewer

2011-10-08 Thread Gustavo Duenas
hNetStream(my_Ns); addChild(my_Video); and this is the error from my error log: An invalid XML character (Unicode: 0x0) was found in the CDATA section. what that means? help is needed Thanks gustavo

[flexcoders] security sandbox for air app

2011-10-08 Thread Gustavo Duenas
Hi I have an air app with a local swf that grabs a live feed from www.ustream.tv and I would like to play it on the machines, but when I try to use it on the preview told me about it: SecurityError: Error #3207: Application-sandbox content cannot access this feature. at flash.system:

[flexcoders] local swf file on air app

2011-10-08 Thread Gustavo Duenas
Hi I have a local swf file who is supposed to grab a life stream from ustream.tv, it is working perfectly on the local on flash cs4, but when I load it to my air app. It is not working when I do the preview of the app. There is a way to make this working? I've tried everything on the book to

[flexcoders] facebook status on air app

2011-10-07 Thread Gustavo Duenas
Hi guys, I'm making an air app and so far I need to grab a facebook status or feed into a mx:repeater, does anyone knows how, it is not like creating a facebook app with flex, is something more easy (in theory), does anyone knows how? or at least point me where the xml or rss facebook file is

Re: [flexcoders] help with a repeater

2011-10-07 Thread Gustavo Duenas
Thank you my friend, you are really good. I guess I should have read more the book. It totally works. Gustavo On Oct 7, 2011, at 12:21 PM, Gordon Smith wrote: This poorly-worded message is trying to explain that you cannot access the ‘currentItem’ of a Repeater, as your code

Re: [flexcoders] Re: help with a repeater

2011-10-07 Thread Gustavo Duenas
you need to pass in. --- In flexcoders@yahoogroups.com, Gustavo Duenas wrote: > > I have a repeater which reads a xmllist from vimeo, it works and do > the repeat but when I tried to pass info from the repeater to the > title window, something happens and I have an as3 > errror. this is my code. > > >

Re: [flexcoders] is there another flexcoders list?

2011-10-07 Thread Gustavo Duenas
forums. So, that is where you'll find the traffic. On 10/7/2011 9:44 AM, Gustavo Duenas wrote: Hi, is there another list, it's been ages since someone just answer me...it is just me or everyone else has migrated to some other list? Gus -- Jeffry Houser Technical Entrepreneur 20

[flexcoders] is there another flexcoders list?

2011-10-07 Thread Gustavo Duenas
Hi, is there another list, it's been ages since someone just answer me...it is just me or everyone else has migrated to some other list? Gus

Re: [flexcoders] help with a repeater

2011-10-07 Thread Gustavo Duenas
/iglesiaFls.mxml:17] at iglesiaFls/__vimeoButton_click()[/Users/gustavoduenas/Documents/ Flex Builder 3/iglesiaFls/src/iglesiaFls.mxml:51] On Oct 7, 2011, at 12:47 AM, Tandon, Rishi wrote: You missed the most important thing in message, the error log. Send over that. From: Gustavo Duenas To

[flexcoders] help with a repeater

2011-10-06 Thread Gustavo Duenas
I have a repeater which reads a xmllist from vimeo, it works and do the repeat but when I tried to pass info from the repeater to the title window, something happens and I have an as3 errror. this is my code.

Re: [flexcoders] help making a feed using vimeo api xml output(solved)

2011-10-06 Thread Gustavo Duenas
fontSize="14" width="300"/> width="300"/> //works flawless On Oct 5, 2011, at 9:56 PM, Gustavo Duenas wrote: Hi I have this code, I have only the relevant part http://www.adobe.com/2006/mxml";

[flexcoders] help making a feed using vimeo api xml output

2011-10-05 Thread Gustavo Duenas
Hi I have this code, I have only the relevant part http://www.adobe.com/2006/mxml"; layout="absolute" width="1100" height="768" creationComplete="{feedLoader2.send()}" backgroundImage="iglesiaBack.jpg" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#08, #2C1DF0]">

[flexcoders] vimeo feed into flex

2011-10-05 Thread Gustavo Duenas
Hi mates and colleagues!! Does everyone knows a step by step tutorial about how can I read a video feed from vimeo into my flex project? Any help is appreciated. Gus

Re: [flexcoders] facebook and flex 3

2011-10-04 Thread Gustavo Duenas
Load Verify). It may require classes (such as Adobe AIR components) that are not supported by design mode. Check the Eclipse error log for more details. iglesiaFls/src iglesiaFls.mxml Unknown 1317761476196 25 Someone can help? Gustavo On Oct 3, 2011, at 10:50 PM, Gustavo Duenas wrote: so

[flexcoders] facebook and flex 3

2011-10-03 Thread Gustavo Duenas
someone can point me to a good tutorial about how can I make a facebook feed(status) display in flex? Thanks Gus

[flexcoders] creating a twitter feed on flex

2011-09-30 Thread Gustavo Duenas
Hi, there si a tutorial or something about how to create a twitter feed for an air app? gus

[flexcoders] swf loader for a ustream flash xml file

2011-09-29 Thread Gustavo Duenas
Does anyone know or can point me to how to use the swf loader or video loader to display a feed from the xml file of ustream

[flexcoders] integrating flex 3 air app with ustream

2011-09-20 Thread Gustavo Duenas
Hi does anyone has tried before to integrate a flex 3 air app with the ustream service, or can point me to a not so obscure tutorial? Also instead of ustream there is other way to transmit (for free) live feed, thanks. Gus

Re: [flexcoders] link button from a rss

2010-08-11 Thread Gustavo Duenas
hi Guys don't get confused...This was solved I have that click on the mx:Vbox part... awkward right? Now it is working. gus On Aug 10, 2010, at 4:51 PM, Gustavo Duenas wrote: my whole code for the component. http://www.adobe.com/2006/mxml"; width="497" height="19

Re: [flexcoders] link button from a rss

2010-08-10 Thread Gustavo Duenas
solved it works as it was since the beginning, I've written and odd replication of the navigateToURL at the beginning of the don't know how I did such a dumb thing, now it is working, thank you guys. Gustavo On Aug 10, 2010, at 5:00 PM, Gustavo Duenas wrote: here is the code

Re: [flexcoders] link button from a rss

2010-08-10 Thread Gustavo Duenas
itulo" fontWeight="bold" color="#4B1D04"/> textAlign="left" enabled="true" fontSize="14" fontFamily="Arial" color="#020F12"/> color="#000607"> On Aug 10, 2010, a

Re: [flexcoders] link button from a rss

2010-08-10 Thread Gustavo Duenas
Well if you have checked on the code I've sent you, it doesn't work, There is other way to pass the entire url from data.link to the navigateToURL? gustavo On Aug 10, 2010, at 4:20 PM, Oleg Sivokon wrote: Claudiu: That's exactly what my code does... Gustavo: Read what the

Re: [flexcoders] link button from a rss

2010-08-10 Thread Gustavo Duenas
r="#4B1D04"/> textAlign="left" enabled="true" fontSize="14" fontFamily="Arial" color="#020F12"/> color="#000607"> I did as you send me but it isn't working, any ideas. Gustavo

Re: [flexcoders] link button from a rss

2010-08-10 Thread Gustavo Duenas
e inside a click event handler that should do it. C From: Gustavo Duenas To: flexcoders@yahoogroups.com Sent: Tue, August 10, 2010 9:58:16 PM Subject: Re: [flexcoders] link button from a rss nope, I tried your way and it doesn't work, any other ideas, It seems like the data is not passing

Re: [flexcoders] link button from a rss

2010-08-10 Thread Gustavo Duenas
nope, I tried your way and it doesn't work, any other ideas, It seems like the data is not passing to the new urlrequest Gus On Aug 10, 2010, at 2:21 PM, Oleg Sivokon wrote: Remove the single quotes and put the brackets around the entire expression. You cannot bind to function arguments,

[flexcoders] link button from a rss

2010-08-10 Thread Gustavo Duenas
I put the URL on the url request like a normal string of http:// it works everything works just fine, but the link button doesn't I need help. Gustavo

Re: [flexcoders] Flex 4 Upgrade Price?

2009-12-15 Thread Gustavo Duenas
does anyone knows if this flex 4 upgrade will be also for PPC macs not the intel kind Gus On Dec 15, 2009, at 2:55 PM, Nick Collins wrote: Us Windows folks don't have 64 bit love yet, either. On Tue, Dec 15, 2009 at 12:55 PM, Rick Winscot wrote: Not to sound harsh on Adobe... but I she

Re: [flexcoders] rss loader in flex 3

2009-12-14 Thread Gustavo Duenas
seems like flash, but I guess I can use it into flex right? any othe tutorial one that might be step by step perhaps. gus On Dec 14, 2009, at 11:11 AM, primo411 wrote: http://www.as3dtk.com/?p=399 2009/12/14 Gustavo Duenas Someone knows a tutorial to make a rss reader in flex builder 3

[flexcoders] rss loader in flex 3

2009-12-14 Thread Gustavo Duenas
Someone knows a tutorial to make a rss reader in flex builder 3? Gus

[flexcoders] video list and repeater

2009-07-30 Thread Gustavo Duenas
Hello friends, anyone can point me to a tutorial about how to create a video list in flex, the dat from the list should be taken from an xml file. Regards, Gustavo

[flexcoders] help with videos

2009-07-22 Thread Gustavo Duenas
oader or a.? Any ideas or tutorials. Gustavo

Re: [flexcoders] Eclipse WTP and FlexBuilder 3

2009-07-17 Thread Gustavo Duenas
Hi julien do you mind to tell me or point me to an article or how to install the wtp on galileo and then working with fb3. Gustavo On Jul 15, 2009, at 4:29 PM, Julien Nicoulaud wrote: We use WTP with Flex Builder 3 for our Flex projects. What kind of issue do you encounter ? 2009/7/15

Re: [flexcoders]using sdk 4 on flex 3

2009-07-16 Thread Gustavo Duenas
I did as you said and nothing happens, and odd error that he cannot load textlayout.swc or something, I guess I will use the fb3 with the sdk3 gustavo On Jul 15, 2009, at 4:45 PM, Gustavo Duenas wrote: Thanks man, but I did something wrong ? Gustavo On Jul 15, 2009, at 8:48 AM, Tom

Re: [flexcoders]

2009-07-15 Thread Gustavo Duenas
Thanks man, but I did something wrong ? Gustavo On Jul 15, 2009, at 8:48 AM, Tom Chiverton wrote: On Tuesday 14 Jul 2009, Gustavo Duenas wrote: > Hi coders, I have installed the flex 4 sdk (placed onto the sdk > folder on flex builder 3) > onto my flex builder 3 > let me know

[flexcoders]

2009-07-14 Thread Gustavo Duenas
Hi coders, I have installed the flex 4 sdk (placed onto the sdk folder on flex builder 3) onto my flex builder 3 let me know if I'm doing something possible or not. Gustavo

[flexcoders] help with a flex project

2009-07-08 Thread Gustavo Duenas
point me to some tutorial. I'm using flex 3. regards, Gustavo

[flexcoders] Re: Sending textinput id

2009-05-09 Thread Gustavo
--- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > And if you do need to just send changed items, put a, "isModified" property > on the VO and set it when the data is updated.. I have never done anything like it, you think you can maybe, elaborate a little more? a little example, I'm

[flexcoders] Sending textinput id

2009-05-07 Thread Gustavo
Hi, I have a form and I would like to add the textinput id to an array so I know which fields were edited, I trigger the change event on each one but I can't send the textinput id via the event. any of this I'm saying makes sense? and if it does, how do I do it, or maybe there is a better way to

[flexcoders] Re: Flex with LDAP

2009-04-29 Thread Gustavo
--- In flexcoders@yahoogroups.com, "smgbbk" wrote: > > Hi Team, > How Flex3.0 is integrated with LDAP services,Iwant to know the steps > to be followed during the service integration > > > > Regards > smgbbk > Hi, I don't think flex is integrated with ldap, you will need something lik

[flexcoders] compiling fp10 in flex3

2009-04-02 Thread Gustavo Duenas
I Have the fp10 player global swc but when I try that flex read it as an external swc, I always have a bytecode error, any help? Gustavo P.D: someone would help me out with an step by step guide I've been doing what they said in the internet and I still have the error.

Re: [flexcoders] How to make mx:Application transparent

2009-03-18 Thread Gustavo Duenas LRS
o try. Gustavo On Mar 18, 2009, at 8:01 PM, elevight wrote: Here's the code of my small application: http://www.adobe.com/2006/mxml"; layout="vertical" width="540" height="45" horizontalScrollPolicy="off" verticalScrollPolicy="off"

Re: [flexcoders] Re: flex 3 issue loading fp10

2009-03-17 Thread Gustavo Duenas
Thanks Darrel that is what I mean, I've been trying to compile with the fp10 global swc. could you help me out step by step. Regards, gustavo On Mar 17, 2009, at 9:42 AM, Darrell Loverin wrote: By "load it inside flex 3" do you mean compile with fp10 global swc? To use the

[flexcoders] flex 3 issue loading fp10

2009-03-17 Thread Gustavo Duenas
I have the fp10 global swc, and when I try to load it inside flex 3, it has a problem, and say that it has a bitcode error, any ideas why? Gustavo

[flexcoders] error loading the flash player 10 in flex 3

2009-03-16 Thread Gustavo Duenas
Does anyone knows a way to load the flash player 10 swc inside flex3 with out come abc bitecode error...I don't know what is that. Regards, Gustavo

[flexcoders] problem with a loaded swf

2009-03-05 Thread Gustavo Duenas
/AS3/2006/builtin::apply() at mx.core::UIComponent/callLaterDispatcher2()[E:\dev\3.0.x \frameworks\projects\framework\src\mx\core\UIComponent.as:8460] at mx.core::UIComponent/callLaterDispatcher()[E:\dev\3.0.x\frameworks \projects\framework\src\mx\core\UIComponent.as:8403] I hope you can hel

Re: [flexcoders] AlivePdf and scroll bars

2009-02-10 Thread Gustavo Duenas LRS
I did use alive pdf one time and you are right, you have to set to the alive pdf the dimensions of the field you need printed in pdf otherwise it would be cut. let me know if you need more and I'll send you the values I've been using. Gustavo On Feb 9, 2009, at 5:47 PM, Richa

Re: [flexcoders] Re: sizing dinamically the screen

2009-02-09 Thread Gustavo Duenas LRS
; var w:int if (ExternalInterface.available){ h= ExternalInterface.call( "movieHeight"); root.stage.height = h; w=ExternalInterface.call( "movieWidth"); root.stage.width = w; trace(h); trace(w); } } what that means, I'm afraid my understanding is not that good. Gustavo On Feb 2

Re: [flexcoders] Re: sizing dinamically the screen

2009-02-02 Thread Gustavo Duenas LRS
have in the html wrapper function getAvailWidth{ and so on} This is exactly what I'm trying to accomplish. Gus On Feb 2, 2009, at 6:08 PM, jim.abbott45 wrote: Gustavo: Sorry, but I don't think you're coding this correctly. Specifically: 1) I don't see your browser size detect

Re: [flexcoders] Re: sizing dinamically the screen

2009-02-02 Thread Gustavo Duenas LRS
OK,,I have this using the external interface let me know if I'm wrong...:) import flash.external.*; publicFunction resizerFlash():void{ var h:uint; var w:uint; if (ExternalInterface.available){ var availableHeight:uint = "browserHeight" ; h= ExternalInterface.call(availableHeight, stage.he

Re: [flexcoders] Re: sizing dinamically the screen

2009-02-02 Thread Gustavo Duenas LRS
Ok, jim, my flex ste: is: http://leftandrightsolutions.com/lrsad/bin/lrsad.html please check it on a pc with windows and let me know if this one looks good on windows/vista/xp borwsers, prefenrently IE. Regards, Gustavo P.d: the aplication for mac computer has a window.open() but problem

Re: [flexcoders] sizing dinamically the screen

2009-02-02 Thread Gustavo Duenas LRS
do you know where I can get examples of this ExternalInterface? Regards, Gustavo On Feb 2, 2009, at 10:45 AM, Tracy Spratt wrote: If that works in javascript, in different browsers, then you can get those values through ExternalInterface Tracy Spratt Lariat Services Flex development

Re: [flexcoders] sizing dinamically the screen

2009-02-02 Thread Gustavo Duenas LRS
8, in the low resolution screens or in windows, it appears totally blow out or bigger... Thanks. Gustavo On Feb 2, 2009, at 10:45 AM, Tracy Spratt wrote: If that works in javascript, in different browsers, then you can get those values through ExternalInterface Tracy Spratt L

[flexcoders] sizing dinamically the screen

2009-02-02 Thread Gustavo Duenas LRS
Ok, Coders, this is my problem I have set the width and height of my application to 1024 to 768 , it works on mac, but in pc you know what would happen with the IE7... well I just think this, just addind a creationComplete code like function initSize(){ screen.width= screen.availWidth;

Re: [flexcoders] Re: problem with IE 7+

2009-01-28 Thread Gustavo Duenas LRS
me.would you? I'm using a mac so nothing is wrong in mine, I hope you have a PC with vista and IE 7, please let me know. This is the location: http://leftandrightsolutions.com/lrsad/bin/lrsad.html Regards, Gustavo D. On Jan 28, 2009, at 1:25 PM, radwhite81 wrote: I dont know if

[flexcoders] problem with IE 7+

2009-01-28 Thread Gustavo Duenas
whole thing the same as on firefox and macs? I hope you could help me so far in the application has been set the scrollpolicy horizonalt and vertical off...this issue is related to this or not? Gustavo

Re: [flexcoders] Sourceforge vs. Google Code

2008-11-28 Thread Gustavo Schirmer
Read about open source licenses... On Thu, Nov 27, 2008 at 17:45, creativepragmatic < [EMAIL PROTECTED]> wrote: > Hello Everyone, > > I want to contribute a Flex/Actionscript component library to the open > source community but am not sure whether to use Sourceforge or Google > Code. > > Any in

[flexcoders] help here with an item renderer

2008-11-24 Thread Gustavo Duenas
that? I was trying to use in the item rendered private function send():void{ and in the button: click="send()" so far, it is just putting in my browser mybroser/{data.button1} but I'd like to put in there the URL, how could I? Regards, Gus Gustavo A. Duenas Creati

[flexcoders] Vertical FormItem label

2008-11-18 Thread Gustavo Schirmer
Hey Fellows, Do anybody knows how to get the label of a formItem over the container? I mean something like this: Name: [___] Age: [___] Sorry for the bad english and thanks!

Re: [flexcoders] Re: my first flex website

2008-11-04 Thread Gustavo Duenas
thanks, noted, how could I load first the content and then show it...if you know how, please point me it. I'd appreciate your help. I'm not perfect, but I'd really like to do perfect. Regards, Gustavo On Nov 4, 2008, at 2:30 PM, florian.salihovic wrote: Sorry, imho it's

[flexcoders] my first flex website

2008-11-04 Thread Gustavo Duenas
x27;t be offensive. I hope you like, is not the big deal, but is something that did by myself, I thank in advance to all of you who help me out with your advices. regards, Gustavo Gustavo A. Duenas Creative Director LEFT AND RIGHT SOLUTIONS 904. 265 0330 - 904. 386 7958 www.lefta

[flexcoders] alivePdf create.php file

2008-11-04 Thread Gustavo Duenas
Does anyone have ever tried the Alive PDF on coldfusion and if yes, do you have an alternate file for the .PHP one?, because I'm trying to use it on my file but it seems that I need extra help. Regards, Gustavo D.

[flexcoders] form to pdf

2008-10-21 Thread Gustavo Duenas
and everything, there is a way to convert the data in a coldfusion page into a pdf and then send the PDF via email, or flex could do that by itself. Regards, Gustavo Gustavo A. Duenas Creative Director LEFT AND RIGHT SOLUTIONS 904. 265 0330 - 904. 386 7958 www.leftandrightsolutions.com

[flexcoders] New HTML Editor for Flex.

2008-09-24 Thread Luís Gustavo Sanabio
Hi, Look this great solution to HTML Editor in Flex. http://www.brazip.com.br/Edit/index.php Gustavo Sanábio

[flexcoders] help controlling an external swf from flex.

2008-08-26 Thread Gustavo Duenas
acks.swf" scaleContent="true"/> is a simple thing, but I'm stuck. Regards, Gustavo A. Duenas Creative Director LEFT AND RIGHT SOLUTIONS 904. 265 0330 - 904. 386 7958 www.leftandrightsolutions.com Jacksonville - Florida

Re: [flexcoders] how could I get certified by flex

2008-05-24 Thread Gustavo Duenas
Hi, I have adobe flex 2 training from the the source, once I got it finished where should I go have the test to be certified? Regards, Gustavo Duenas On May 24, 2008, at 5:55 PM, Rick Winscot wrote: The 'Training from the Source' series is a good place to start... http://www.

[flexcoders] how could I get certified by flex

2008-05-24 Thread Gustavo Duenas
Hi coders , I was wondering, where could I find a flex book to study for a flex certification and also where could I get that test . Regards, Gustavo Duenas

[flexcoders] flex certification

2008-05-23 Thread Gustavo Duenas
any ideas about a good book to start studying for the flex certification? and also where should I get the test to be certified? Regards, Gustavo Duenas

[flexcoders] flex3 sdk and eclipse

2008-05-18 Thread Gustavo Duenas
Hi I'd like to set up my eclipse to work with the flex3 sdk...is that possible and if it is, how could I? Turorial or ideas are welcome. :) Gustavo

[flexcoders] flex3 sdk and eclipse 3.2

2008-05-17 Thread Gustavo Duenas
Hi, anyone knows a way to make eclipse 3.2 to work with the flex sdk? regards, Gustavo P.s: any tutorial could be nice

Re: [flexcoders] a bit of information about Iframes

2008-05-14 Thread Gustavo Duenas
;t figured out...you know more than me of this matter, I will check on it, but seems that the only position to the Iframe to be inside the panel is with the div of the flex without the alignment on the center, which I don't like. Regards, Gustavo On May 13, 2008, at 2:18 PM, Derrick

[flexcoders] a bit of information about Iframes

2008-05-13 Thread Gustavo Duenas
ing up I frames, I'd rather design a flash movie to present the info instead of using an IFrame Regards, I FEEL IFRAMED!!! Gustavo A. Duenas

[flexcoders] really need help

2008-05-13 Thread Gustavo Duenas
, Gustavo

[flexcoders] pretty newbie question

2008-04-22 Thread Gustavo Duenas
Anyone knows where could I find a tutorial about how can I read an mxml application inside my main application in flex? Regards, Gustavo D.

[flexcoders] reading a mxml application inside anoher

2008-04-21 Thread Gustavo Duenas
? Regards, Gustavo

Re: [flexcoders] Re: How to draw a cylinder

2008-04-21 Thread Gustavo Duenas
Where could I find that? Regards, gustavo On Apr 21, 2008, at 12:47 PM, Aaron Miller wrote: Much easier to use Papervision I think. As easy as using the Cylinder class. # package { # # import PaperBase; # import org.papervision3d.objects.Cylinder; # # public class CynlinderObject

Re: [flexcoders] Need help buying Flex licenses in US$ - Intl prices are highway robbery!

2008-04-16 Thread Gustavo Duenas
America, I bought software online using a friend mail address. I Hope it helps. Regards, Gustavo On Apr 16, 2008, at 10:16 PM, Vivian Richard wrote: Hi Josh. Sounds weired. But I guess whoever was helping you mixed up with Australian dollar verses USD. I do not believe that there is

[flexcoders] other ways to read html content inside flex

2008-04-16 Thread Gustavo Duenas
Hi Coders. There is other proven method to read html content rather than i-frames? I couldn't find my way there something in the code that I 've just don't get it, so I know there should be other way to do this. any ideas? Regards Gustavo

[flexcoders] i-frames on flex2

2008-04-15 Thread Gustavo Duenas
I heard about i-frames in order to load html pages inside flex, anyone knows a good tutorial about that? Regards Gustavo

[flexcoders] reading an html page inside flex

2008-04-14 Thread Gustavo Duenas
do this in flex, using the Any ideas? and also I'd like to know where can I find a tutorial for this particular matter. Regards, Gustavo Duenas

Re: [flexcoders] again tool tips

2008-03-20 Thread Gustavo Duenas
sorry if I bother you, but tell me this more in detail. Regards, Gustavo On Mar 20, 2008, at 5:44 PM, Tracy Spratt wrote: When you declare a variable inside a function it is only available within that function. You need to declare myTT in the instance scope, that is, not in a function

Re: [flexcoders] FB3 beta 3

2008-02-14 Thread Gustavo Duenas
Yes, me, my fb3 beta 3 is expired, I did the same thing and is still expired another idea? I just give up and I'm working in my FB2 regards Gustavo On Feb 13, 2008, at 4:49 PM, grimmwerks wrote: Nobody's come across this problem either? On Feb 13, 2008, at 3:44 PM, grimmw

Re: [flexcoders] Some Advises.

2008-02-07 Thread Gustavo Duenas
flash.net::URLLoader/flash.net:URLLoader::onComplete() then when I click on the others tabs, happens other errors. How you managed to change the backgrounds and the animations, when the state change on the flex? Regards Gustavo On Feb 6, 2008, at 3:08 AM, NileAge, Mail wrote: http

Re: [flexcoders] flex to movie clip control

2008-02-01 Thread Gustavo Duenas
thanks tracy but this is actually how to communicate using a flex application with a swf loaded in a swfloader. yes a movie clip with some frames, something like gotoandstop(), etc. Regards Gustavo On Feb 1, 2008, at 6:10 PM, Tracy Spratt wrote: Well, I don’t do flash, and wouldn’t

[flexcoders] flex to movie clip control

2008-02-01 Thread Gustavo Duenas
Does anyone know where I can find a simple info about flex controlling a movie clip inside a embedded swf? Regards Gustavo

[flexcoders] I don't get it!!! what is this problem

2008-02-01 Thread Gustavo Duenas
an error over and over again it seems that the flex is taking the names of the states as undefined propertieserror 1020 Some one could help me out . Gustavo A. Duenas Creative Director LEFT AND RIGHT SOLUTIONS 904. 265 0330 - 904. 386 7958 www.leftandrightsolutions.com Jacksonville - Florida

[flexcoders] transition problem in flex2

2008-01-31 Thread Gustavo Duenas
and change correctly but the one with the transitions no... why is that? any possible explanation? Regards Gustavo Gustavo A. Duenas Creative Director LEFT AND RIGHT SOLUTIONS 904. 265 0330 - 904. 386 7958 www.leftandrightsolutions.com Jacksonville - Florida

Re: [flexcoders] problem with parallel

2008-01-30 Thread Gustavo Duenas
Ok, I did with the targets, instead of target and the result was: error 1120: Access of undefined property port_Folio and so on for the next states names, there is something I did wrong? regards Gustavo On Jan 25, 2008, at 11:12 PM, Sherif Abdou wrote: Gustavo A. Duenas

[flexcoders] problem with parallel

2008-01-25 Thread Gustavo Duenas
e for the transitions, any help is appreciated. Regards gustavo Gustavo A. Duenas Creative Director LEFT AND RIGHT SOLUTIONS 904. 265 0330 - 904. 386 7958 www.leftandrightsolutions.com Jacksonville - Florida

Re: [flexcoders] resizing the whole movie or just the browser window in flex

2008-01-25 Thread Gustavo Duenas
Thanks I got it, I'll do it. Regards Gustavo On Jan 24, 2008, at 1:54 PM, Maciek wrote: Best to get it straight from the source: http://livedocs.adobe.com/flex/2/langref/flash/external/ ExternalInterface.html On Thu, 2008-01-24 at 12:53 -0500, Gustavo Duenas wrote: > would yo

Re: [flexcoders] resizing the whole movie or just the browser window in flex

2008-01-24 Thread Gustavo Duenas
would you please explain me this external interface more in detail? Regards Gustavo On Jan 24, 2008, at 12:44 PM, Sherif Abdou wrote: can't he just use ExternalInteface and use javaScript, there are those popups that you can never resize or do anything with. - Original Me

[flexcoders] resizing the whole movie or just the browser window in flex

2008-01-24 Thread Gustavo Duenas
lank space outside the application, there is a way to set the size to my browser therefore it doesn't matter if you have this resized or not to just have the size I wan it for ? Regards Gustavo Gustavo A. Duenas Creative Director LEFT AND RIGHT SOLUTIONS 904. 265 0330

Re: [flexcoders] tooltip styling or skinning

2008-01-16 Thread Gustavo Duenas
thanks do you know how could I do that? Regards Gustavo Ps: or at least a tutorial about it. On Jan 16, 2008, at 4:31 PM, Sheriff wrote: Well you can extend the ToolTipBorder Class, override the updateDisplayList() and create ur own custom shape - Original Message From

  1   2   >