[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. mx:MenuBar width=1079.697 height=40.151516 id=mBar 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 mx:dataProvider

[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
Hi I have this code, for a title bar, so far I can add behaviours to the main buttoms but I come with the ideo to add new sub-buttoms and I'm lost how can I put eventlisteners to them? here is the code of my buttom bar mx:MenuBar width=1079.697 height=40.151516 id=mBar labelField=@label

[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 mx: HTML component from a title window? Thanks for your help. gustavo

[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

[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

[flexcoders] problem trying to create ustream viewer

2011-10-08 Thread Gustavo Duenas
hi this is my code guys 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, NetStream.CONNECT_TO_FMS); my_Ns.play(videoURL); var my_Video:Video = new Video();

[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,

[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 mx:Script part. Someone could

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 gdue

[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] is there another flexcoders list?

2011-10-07 Thread Gustavo Duenas
to the 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 203-379-0773

Re: [flexcoders] Re: help with a repeater

2011-10-07 Thread Gustavo Duenas
you need to pass in. --- In flexcoders@yahoogroups.com, Gustavo Duenas gduenas@... 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

Re: [flexcoders] help with a repeater

2011-10-07 Thread Gustavo Duenas
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gustavo Duenas Sent: Friday, October 07, 2011 5:28 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] help with a repeater thanks for your help here is the error log Error: Repeater is not executing

[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

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

2011-10-06 Thread Gustavo Duenas
/mx:VBox //works flawless On Oct 5, 2011, at 9:56 PM, Gustavo Duenas wrote: Hi I have this code, I have only the relevant part ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=1100 height=768 creationComplete

[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. mx:Script ![CDATA[ import

[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

[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 ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=1100 height=768 creationComplete={feedLoader2.send()} backgroundImage=iglesiaBack.jpg backgroundGradientAlphas=[1.0,

Re: [flexcoders] facebook and flex 3

2011-10-04 Thread Gustavo Duenas
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: someone

[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. mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; width=497 height=194

[flexcoders] link button from a rss

2010-08-10 Thread Gustavo Duenas
Hi I have an item renderer who has its data from a rss, here is the structure, but in someway I can't make the link button to work this way, here is the code. mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; width=497 height=194 horizontalScrollPolicy=off mx:Label text={data.title}

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,

Re: [flexcoders] link button from a rss

2010-08-10 Thread Gustavo Duenas
to flash.net.URLRequest. at FeedBox/___FeedBox_LinkButton1_click()[/Users/gustavoduenas/ Documents/Flex Builder 3/MaflePhotoRSS-Feed/src/FeedBox.mxml:10] On Aug 10, 2010, at 4:01 PM, claudiu ursica wrote: Put the code inside a click event handler that should do it. C From: Gustavo Duenas gdue

Re: [flexcoders] link button from a rss

2010-08-10 Thread Gustavo Duenas
my whole code for the component. mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; width=497 height=194 horizontalScrollPolicy=off click=navigateToURL(new URLRequest('{data.link}')) mx:Label text={data.title} width=452 height=35 fontSize=14 id=titulo fontWeight=bold color=#4B1D04/ mx:Text

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 error says. You

Re: [flexcoders] link button from a rss

2010-08-10 Thread Gustavo Duenas
here is the code, sorry it looks like I didn't send it the first time Gus mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; width=497 height=194 horizontalScrollPolicy=off click=navigateToURL(new URLRequest('{data.link}')) mx:Label text={data.title} width=452 height=35 fontSize=14

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 mx:VBox I 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] 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 rick.wins...@zyche.com wrote: Not to sound

[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

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 gdue...@leftandrightsolutions.com Someone knows a tutorial

[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
I want to do this, I have a xml list with images, description and links to flvs. Ok, then I'm making a repeater out of a vbox and using a canvas and the buttons of the repeater point to the links where the videos are and I don't know how to make it on the videos, I can use a swf loader or

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 if I'm doing

[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
Hi Guys, long time no see, I was wondering if you could know how can I do this: I have some flv. videos, I write them up into a an xml list. Ok, I want to make a repeater that once It get clicked launch the video in a window . everyone could help with a step by step guide or at least

[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
have you tried to set the background transparent from the part of the embeded like: param name=wmode value=transparent/ or something like that, I used to do that in the flash using swfobject but I guess that might work as well, although I've never used on flex. Some solutions outside 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

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

2009-03-17 Thread Gustavo Duenas
in Flex 3 you should compile with - target-player=10. Also verify you are running the fp10 player, fp9 can't run a swf compiled for fp10. -Darrell --- In flexcoders@yahoogroups.com, Gustavo Duenas gdue...@... wrote: I have the fp10 global swc, and when I try to load it inside flex 3, it has

[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
() 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 help me out. Regards, Gustavo

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, Richard Rodseth

Re: [flexcoders] Re: sizing dinamically the screen

2009-02-09 Thread Gustavo Duenas LRS
@yahoogroups.com, Gustavo Duenas LRS gdue...@... wrote: actually I'm trying to pass the JS var with the availWidth to flex in order to be used on var h:number = ExternalInterface.call(getAvailWidth); var w:humber = ExternalInterface.call(getAvailHeight); root.stage.width = w

Re: [flexcoders] sizing dinamically the screen

2009-02-02 Thread Gustavo Duenas LRS
bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Gustavo Duenas LRS Sent: Monday, February 02, 2009 9:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] sizing dinamically the screen Ok, Coders, this is my problem I have set

Re: [flexcoders] Re: sizing dinamically the screen

2009-02-02 Thread Gustavo Duenas LRS
something I found about using the external interface let me know if I'm wrong or this is going to be a fiasco Gustavo On Feb 2, 2009, at 1:33 PM, Gustavo Duenas LRS wrote: Ok, jim, my flex ste: is: http://leftandrightsolutions.com/lrsad/bin/lrsad.html please check it on a pc

Re: [flexcoders] sizing dinamically the screen

2009-02-02 Thread Gustavo Duenas LRS
Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Gustavo Duenas LRS Sent: Monday, February 02, 2009 9:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] sizing dinamically the screen Ok, Coders, this is my

Re: [flexcoders] Re: sizing dinamically the screen

2009-02-02 Thread Gustavo Duenas LRS
be able to re-size itself to (and, thus, scroll bars may appear). Good luck! --Jim --- In flexcoders@yahoogroups.com, Gustavo Duenas LRS gdue...@... wrote: do you know where I can get examples of this ExternalInterface? Regards, Gustavo On Feb 2, 2009, at 10:45 AM, Tracy Spratt wrote

Re: [flexcoders] Re: sizing dinamically the screen

2009-02-02 Thread Gustavo Duenas LRS
reached the limit as to what can reasonably be addressed via postings on FlexCoders. Good luck, Jim --- In flexcoders@yahoogroups.com, Gustavo Duenas LRS gdue...@... wrote: OK,,I have this using the external interface let me know if I'm wrong...:) mx:script import flash.external

[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;

[flexcoders] problem with IE 7+

2009-01-28 Thread Gustavo Duenas
Hi I have a flex website that loads great on Firefox, mac and pc and safari, but in IE7 PC it doesn't show everything, particularly the bottom part...why? I have to go to the preferences panel in IE in order to order it to make the full screen, there is a way to avoid it and show the whole

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

2009-01-28 Thread Gustavo Duenas LRS
Would you mind to tell me how could I resize them?I was thinking in a javascript way to just order the window to adapt to the size of the screen. But I'm worry because the application has nothing wrong ( at least about what I thinking now) so is weird, please check this out for

[flexcoders] help here with an item renderer

2008-11-24 Thread Gustavo Duenas
Hi I have a xml file and it has a button1800/button1 and so forth, and also I have a repeater (a horizontal list) which grabs the xml and the item renderer with a button, instead of doing the horizontal list do the click I'd like to make the button inside the item renderer to do that. how

[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] my first flex website

2008-11-04 Thread Gustavo Duenas
HI, finally I've done my first flex web siteit is done, or at least is that what I think...maybe tomorrow I'll add something else. please check it at: http://leftandrightsolutions.com/lrsad/bin/lrsad.html please don't be so hard in critics, is ok to be criticized but don't be

Re: [flexcoders] Re: my first flex website

2008-11-04 Thread Gustavo Duenas
... ), the visual impression is not that nice since the colors don't work. - i miss the concept of the site Sorry, just my opinion... --- In flexcoders@yahoogroups.com, Gustavo Duenas [EMAIL PROTECTED] wrote: HI, finally I've done my first flex web siteit is done, or at least is that what I think...maybe

[flexcoders] form to pdf

2008-10-21 Thread Gustavo Duenas
Hi I was thinking on this, tell me if this is possible. I have a form in flex, how could I send that information through an Coldfusion page and then to my email addrs. I know how to do the coldfusion but I would like to receive the form in the way it was intended in the flex, with graphics

[flexcoders] help controlling an external swf from flex.

2008-08-26 Thread Gustavo Duenas
Hi Guys I have an external swf, loaded into a loader in flex, but I'd like to know how can I control ( is a swf with timeline animations) that from the flex application. How could I, so far this is my idea. mx:Script ![CDATA[ var myflash:MovieClip= new

[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

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.amazon.com

[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
Thanks for you response Derrick, my last responses had the code, this is only My desperate intent to tell people that something odd is happening with the Iframes. And Actually I tried to solve the problem, changing the position on the javascript, it only works ( I mean the position) , when

[flexcoders] really need help

2008-05-13 Thread Gustavo Duenas
Hi Coders, how is going I really need some help with this matter, I have an I frame component, I placed into a panel and when it is rendering the view, the browser shows the iframe out of the panel, totally misplaced why? I hope I have better luck than with my last post. Regards,

[flexcoders] a bit of information about Iframes

2008-05-13 Thread Gustavo Duenas
I FRames sucks, I've just realized that I have so many problems with that That I'm giving up with them. 1. the position of the I frame is always absolute in the html, so if you have your flex centered using the template (centering the div) is not working properly 2. when you change of

[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
Hi coders, does anyone of you guys knows a tutorial for this: I have two mxml applications , one is the main and the other has a panel with a yahoo map, I need to read the app with the yahoo map inside the main application, on a stage to be more precise. Does anyone knows a tutorial for that?

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

[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

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

2008-04-16 Thread Gustavo Duenas
Use your credit card in the adobe website(US), International credit cards use the currency where they are buying, so in this case USD$, and ask a friend for his address in the US, just for purposes of billing. Sounds like cheating but before coming to the US, when I was living in South

[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
this in flex, using the mx:Script 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
, and then assign the value inside the function. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gustavo Duenas Sent: Thursday, March 20, 2008 2:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] again tool tips Ok, I've just resolved the problem

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, grimmwerks wrote:

Re: [flexcoders] Some Advises.

2008-02-07 Thread Gustavo Duenas
Hi Abdullah, I have this error when I starget getting in your website: TypeError: Error #1009: Cannot access a property or method of a null object reference. at Comp::Home/creationCompleteHandler() at Comp::Home/___Operation1_result() at flash.events::EventDispatcher/

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

2008-02-01 Thread Gustavo Duenas
I have this code: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:states mx:State name=b1 mx:SetProperty target={panel1} name=y value=133/ mx:SetProperty target={panel1} name=width value=636/

[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

Re: [flexcoders] flex to movie clip control

2008-02-01 Thread Gustavo Duenas
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gustavo Duenas Sent: Friday, February 01, 2008 4:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] flex to movie clip control Does anyone know where I can find a simple info about flex controlling a movie clip inside

[flexcoders] transition problem in flex2

2008-01-31 Thread Gustavo Duenas
Ok I've been trying so long to do this transition, I have one state named Who, when I have the transition as this: mx:transitions mx:Transition id=myTransition fromState=* toState=who mx:Parallel target=who mx:Move duration=200 /

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: mx:transitions mx:Transition

[flexcoders] problem with parallel

2008-01-25 Thread Gustavo Duenas
Hi I have a problem with this codes I'm trying to seta transitions between a group of states, but when I try to compile it, it says that the there is an undefined property named as two of the states: ...but it appears not to be the answer... am I doing something wrong.? This is the code for

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 you please

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

2008-01-24 Thread Gustavo Duenas
Hi I have a flex app/website and its whole size doesn't get or adapt to my screen size. So I've just resize it in the main application and the problem is when it is loaded looks ok, but sometimes , it opens with a bigger size and instead of being resized to that, appears a blank space

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

2008-01-24 Thread Gustavo Duenas
From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 11:36:33 AM Subject: Re: [flexcoders] resizing the whole movie or just the browser window in flex - Original Message - From: Gustavo Duenas To: [EMAIL PROTECTED] ups.com Sent: Thursday

[flexcoders] tooltip styling or skinning

2008-01-16 Thread Gustavo Duenas
Does anyone know hos can I style a tooltip ( example the shape of the tootip, one side rounded and the other side straight) if there is a way to do that, please let me know. Regards Gustavo A. Duenas Creative Director LEFT AND RIGHT SOLUTIONS 904. 265 0330 - 904. 386 7958

Re: [flexcoders] tooltip styling or skinning

2008-01-16 Thread Gustavo Duenas
: Gustavo Duenas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 16, 2008 1:38:24 PM Subject: [flexcoders] tooltip styling or skinning Does anyone know hos can I style a tooltip ( example the shape of the tootip, one side rounded and the other side straight

[flexcoders] skinning problem, need help!!

2008-01-15 Thread Gustavo Duenas
Hi I have this code and I was trying to re-skinning some buttons, with different skins, but something happens and I don't know what would have happened. this is my code mx:Style contact { upSkin: Embed(lib/skinsButtons1/ContactUp.png); overSkin:

Re: [flexcoders] skinning buttons questions

2008-01-15 Thread Gustavo Duenas
filesI though so. Regards Gustavo On Jan 14, 2008, at 11:49 PM, Alex Harui wrote: Your example doesn’t have a label for the button. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gustavo Duenas Sent: Monday, January 14, 2008 8:19 PM To: flexcoders

Re: [flexcoders] movie clip control from flex

2008-01-14 Thread Gustavo Duenas
can manipulate the embedded SWF file by using the methods and properties of the MovieClipLoaderAsset class d. On Jan 11, 2008 10:08 AM, Gustavo Duenas [EMAIL PROTECTED] wrote: Ok, Guys I have a swf generated in Flash Cs3, with a movie clip and I'd like flex to control this, does anyone

[flexcoders] skinning buttons questions

2008-01-14 Thread Gustavo Duenas
Hi Coders, I went to this place and I used the example code to skin buttons in a graphical way. http://www.adobe.com/devnet/flex/quickstart/skinning_components/ #graphical this is the code mx:Style Button { upSkin: Embed(assets/box_closed.png);

[flexcoders] simple flash question (outside of flex again)

2008-01-11 Thread Gustavo Duenas
Hi, I've just recently switch from Flash 8 to cs3, and I was trying to set a ProgressBar component the same way I did in Flash 8, I know is different now, but I've been trying to google this thing and nothing yet. so far is this. I have my PB with this: Mode=Pulled Source=_root I've

  1   2   >