[Flashcoders] still the click to activate this ActiveX.

2007-02-23 Thread Rodrigo Augusto Guerra
Hi all, I was having some problems with the ActiveX block in IE. Then I used the Adobe's soluiton: http://www.adobe.com/devnet/activecontent/articles/before_after.html, it worked but I have to do it manually for EACH flash that i have in the screen. but, if I have 15 swf's then I'll have to

[Flashcoders] local connection, online swf - local stand alone projector.

2007-05-03 Thread Rodrigo Augusto Guerra
Hi all, I'm having some problems with local connection. I have a stand alone EXE file created in Flash that runs in the client machine. This exe requires a password. The user has to access a site and get his password in a swf form that is online. I want that this online swf send the password

Re: [Flashcoders] local connection, online swf - local stand alone projector.

2007-05-03 Thread Rodrigo Augusto Guerra
to change your code to conform. On 2007-05-03, at 11:35 AM, Rodrigo Augusto Guerra wrote: Hi all, I'm having some problems with local connection. I have a stand alone EXE file created in Flash that runs in the client machine. This exe requires a password. The user has to access a site

Re: [Flashcoders] local connection, online swf - local stand alone projector.

2007-05-03 Thread Rodrigo Augusto Guerra
= param1; }; receiving_lc.allowDomain = function (sendingDomain){ return (true); } online swf form: var sending_lc:LocalConnection = new LocalConnection(); sending_lc.send(_lc, methodToExecute, 5); thanks you all. - Original Message - From: Rodrigo Augusto Guerra [EMAIL PROTECTED

Re: [Flashcoders] sendandload method fails inside a frameset.

2007-05-24 Thread Rodrigo Augusto Guerra
to send and receive data if you like: mLoadVars.sendAndLoad(mPostURL, mLoadVars, POST); Hope this helps... Glen Rodrigo Augusto Guerra wrote: hi all, I'm having some problems using sendandload method within a html frame. I have an asp page that is a frameset with 2 rows, header and content

[Flashcoders] video seek ability

2008-12-09 Thread Rodrigo Augusto Guerra
hi all, I need to develop a seek function in the video player. the user will be able to drag the progress bar going backwards or forward in the video timeline. I found this article: http://www.flashcomguru.com/index.cfm/2006/5/10/flvkeyframes http://polygeek.com/211_flex_seeking-in-flash-video

[Flashcoders] flash exe files proxy ports.

2009-02-11 Thread Rodrigo Augusto Guerra
Hi all, I'm having problems with an flash I did and exported to EXE. The exe is executed locally and loads some content (images, xml, swf) from specific sites let' s say http://www.foo.com/a.swf http://www.foo.com/a.jpg http://www.foo.com/folder1/a.xml the problem is that the communication

Re: [Flashcoders] flash exe files proxy ports.

2009-02-11 Thread Rodrigo Augusto Guerra
a problem with Local access vs Network access - check your publish settings. Glen Rodrigo Augusto Guerra wrote: Hi all, I'm having problems with an flash I did and exported to EXE. The exe is executed locally and loads some content (images, xml, swf) from specific sites let' s say http

Re: [Flashcoders] flash exe files proxy ports.

2009-02-11 Thread Rodrigo Augusto Guerra
or look in the IDE help for this. Glen Rodrigo Augusto Guerra wrote: hi glen, Unfortunately, I can't confirm which is the settings now (i don't have the fla here). when running from the flash IDE I can access everything, does this means that it is network access? if I put in local settings

Re: [Flashcoders] flash exe files proxy ports.

2009-02-11 Thread Rodrigo Augusto Guerra
Rodrigo Augusto Guerra wrote: hi, thanks for the reply. Today I don't have this file in my root domain, but I can put it.allowing all connections like: ?xml version=”1.0″? cross-domain-policy allow-access-from domain=”*” / /cross-domain-policy my doubt is does this crossdomain apply when

Re: [Flashcoders] flash exe files proxy ports.

2009-02-17 Thread Rodrigo Augusto Guerra
have a fixed IP address(es) Glen Rodrigo Augusto Guerra wrote: hi, thanks for the reply. Today I don't have this file in my root domain, but I can put it.allowing all connections like: ?xml version=”1.0″? cross-domain-policy allow-access-from domain=”*” / /cross-domain-policy my doubt

[Flashcoders] loading images in a circle format..

2009-04-22 Thread Rodrigo Augusto Guerra
hi all... I got a request to load some images in a circle format and once you click one image, it goes to the front. the final layout will be like this: www.alumni.org.br/tmp/rodrigo/modelo.gif my doubt is, how to divide the circle in X equally pieces the logic I'm thinking: divide the

Re: [Flashcoders] loading images in a circle format..

2009-04-22 Thread Rodrigo Augusto Guerra
Cc: Rodrigo Augusto Guerra Sent: Wednesday, April 22, 2009 3:09 PM Subject: Re: [Flashcoders] loading images in a circle format.. Point.polar() will give you an X/Y value based on the degree (in rads) and the distance from the center of the circle. On Wed, Apr 22, 2009 at 10:36 AM

[Flashcoders] circle menu

2009-07-13 Thread Rodrigo Augusto Guerra
hi fokls! my client asked me to change a menu in his site. the new menu has to: - load X images from a XML and display it in some sort of path (circle) - once you rollover the image should get bigger, if rollout it should go back to the previous scale (keeping the original position in the

Re: [Flashcoders] circle menu

2009-07-13 Thread Rodrigo Augusto Guerra
thanks Jason, Deepak for the propmt answer on this. I'll take a look at point.polar. Deepak, my previous menu was the same model you sent, like a carousel menu, but this one has to stand still (that's ok) and not overlap (this is not ok). I believe that detecting the overlap and not allow the

[Flashcoders] audio pause/resume problem

2009-09-22 Thread Rodrigo Augusto Guerra
hi coders! I have a system that it's a dialog between 2 people (one the computer the other is the user) the computer start talking ( it's 1 mp3 file loaded with all the computer speech) when it's the user turn I have an action to pause the mp3 (well it stores the current audio position and

Re: [Flashcoders] audio pause/resume problem

2009-09-23 Thread Rodrigo Augusto Guerra
c'mom guys...no one knows? i'm in a dead end here i can't guarantee that everybody will have FP 10 to avoid this :) - Original Message - From: Rodrigo Augusto Guerra rodr...@alumni.org.br To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, September 22, 2009

Re: [Flashcoders] audio pause/resume problem

2009-09-23 Thread Rodrigo Augusto Guerra
To: Rodrigo Augusto Guerra rodr...@alumni.org.br; Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, September 23, 2009 10:26 AM Subject: RE: [Flashcoders] audio pause/resume problem There were some bad bugs with audio in FP9.x which were fixed in FP10. I don't know

Re: [Flashcoders] audio pause/resume problem

2009-09-23 Thread Rodrigo Augusto Guerra
you´re correct, jason. I'll move on to AS3 as soon as I can and the new features it's really a catch to move too. thank you. - Original Message - From: Merrill, Jason jason.merr...@bankofamerica.com To: Rodrigo Augusto Guerra rodr...@alumni.org.br; Flash Coders List flashcoders

Re: [Flashcoders] audio pause/resume problem

2009-10-06 Thread Rodrigo Augusto Guerra
hi steven, this makes me feel much better thanks. sitll, it sucks that this got up to FP9, looks like it's fixed in FP10. thanks, rodrigo. - Original Message - From: Steven Sacks flash...@stevensacks.net To: Rodrigo Augusto Guerra rodr...@alumni.org.br; Flash Coders List flashcoders

[Flashcoders] passing an array as a method = TypeError: Error #1009: Cannot access a property or method of a null object reference.

2010-07-01 Thread Rodrigo Augusto Guerra
Hi all, I'm creating a simple class that has an method that will receive an array as a parameter and store it inside the class in a property. This gives me the error below and I'm stuck. Also I would like to know why if I change the code inside the method setGabarito to just ( aRespGabarito =

Re: [Flashcoders] passing an array as a method = TypeError: Error #1009: Cannot access a property or method of a null object reference.

2010-07-01 Thread Rodrigo Augusto Guerra
- From: Cor c...@chello.nl To: 'Rodrigo Augusto Guerra' rodr...@alumni.org.br; 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Thursday, July 01, 2010 10:42 AM Subject: RE: [Flashcoders] passing an array as a method = TypeError: Error #1009: Cannot access a property or method

Re: [Flashcoders] passing an array as a method = TypeError: Error#1009: Cannot access a property or method of a null object reference.

2010-07-01 Thread Rodrigo Augusto Guerra
is an Array and p is a String -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Rodrigo Augusto Guerra Sent: donderdag 1 juli 2010 15:36 To: Flash Coders List Subject: [Flashcoders

Re: [Flashcoders] passing an array as a method = TypeError: Error#1009: Cannot access a property or method of a null object reference.

2010-07-01 Thread Rodrigo Augusto Guerra
To: Rodrigo Augusto Guerra rodr...@alumni.org.br; Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, July 01, 2010 12:22 PM Subject: RE: [Flashcoders] passing an array as a method = TypeError: Error#1009: Cannot access a property or method of a null object reference. From your loop

[Flashcoders] FP 10.1.82.76 sound problem.

2010-08-17 Thread Rodrigo Augusto Guerra
hi all, I have a small app that uses FMS to record the user voice and then play it. It's not working anymore with this latest version. It records the voice, it generates the file (if i download I can listen to it), but if I try to play, it doesn´t play. If I use FP9 r124 it worked, using

[Flashcoders] access a mc in stage from a class

2010-09-09 Thread Rodrigo Augusto Guerra
hi, i'm trying to migrate from as2... and I need to access a mc named mc1 that is on stage. no class associated with this mc, only 1 class for the entire movie. I have the following class: package { import flash.display.*; import flash.events.*; public class foo {

Re: [Flashcoders] access a mc in stage from a class

2010-09-09 Thread Rodrigo Augusto Guerra
...@chattyfig.figleaf.com] On Behalf Of Rodrigo Augusto Guerra Sent: Thursday, September 09, 2010 2:43 PM To: 'Flash Coders List' Subject: Re: [Flashcoders] access a mc in stage from a class cor, jason. that did the trick thanks and led to a new problem. declaring as a class document makes

Re: [Flashcoders] access a mc in stage from a class

2010-09-10 Thread Rodrigo Augusto Guerra
are only available for Bank of America associates) -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Rodrigo Augusto Guerra Sent: Thursday, September 09, 2010 6:44 PM To: Flash Coders List Subject: Re

[Flashcoders] flash try to install older version

2011-01-04 Thread Rodrigo Augusto Guerra
hi all, just out of curiosity, it's not the first time that a Flash install pops on my screen telling that I have an obsolete version checked and it asks to install a new one. mine is (WIN 10,1,103,22) for chrome and (WIN 10,1,53,64) for firefox ( WIN 10,1,85,3 (Debug player) ) for IE

[Flashcoders] player version messup

2011-04-07 Thread Rodrigo Augusto Guerra
hi folks... trying to update and undestand some flash player version questions here, after close all programs, uninstalling FP and restarting I have the following: FF version: WIN 10,1,53,64 Your browser is Gecko engine (Mozilla, Netscape 6+ etc.) on the Windows platform. Chome: WIN

Re: [Flashcoders] player version messup

2011-04-07 Thread Rodrigo Augusto Guerra
uninstalling the player...something is preventing it to be uninstalled... that´s odd... - Original Message - From: Ktu To: Rodrigo Augusto Guerra ; Flash Coders List Sent: Thursday, April 07, 2011 11:56 AM Subject: Re: [Flashcoders] player version messup On windows, there 2

[Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Rodrigo Augusto Guerra
hi all, I have a flash swf that generates a report inside a mc then print it. ok. now my client wants a button 'save to pdf.' not just print... The more automated the better, I wonder if someone has any hint on this, some tool that I can install on th server and it does that for me ...

Re: [Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Rodrigo Augusto Guerra
printing? Best regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Rodrigo Augusto Guerra Sent: vrijdag 28 oktober 2011 14:56 To: Flash Coders List Subject: [Flashcoders] swf 2 pdf

[Flashcoders] alivePDF

2011-10-31 Thread Rodrigo Augusto Guerra
hi all... thanks for all the suggestions on the pdf creation, I'm giving a try on the alivePDF. I also find some mention to it on tour de flex, but unfrtunately the link is broken. anyone with experience in using alivePDF with flash knows if I can create (draw) all my report layout inside

Re: [Flashcoders] alivePDF

2011-11-01 Thread Rodrigo Augusto Guerra
Hi Willem, Thanks for the info, I will start playing today :) and post the results later thanks, rodrigo. - Original Message - From: Geografiek geograf...@geografiek.nl To: Rodrigo Augusto Guerra rodr...@alumni.org.br; Flash Coders List flashcoders@chattyfig.figleaf.com Sent

[Flashcoders] loadvar call to asp fail

2013-01-29 Thread Rodrigo Augusto Guerra
hi all, I'm having some problems with a flash+asp app. it´s just a 30 questions quiz that EACH answer given by the user recorded in a sql table(tb1), and the sum of the corrected questions on a 2nd table (tb2). the code: I call the asp page using the following code:

RES: [Flashcoders] loadvar call to asp fail

2013-01-30 Thread Rodrigo Augusto Guerra
to be emailed silently to yourself when it happens. I've done this in PHP, not ASP but I'm thinking that is the most basic stuff so you could probably find resources or example code on the net. Best, Karl Sent from losPhone On Jan 29, 2013, at 12:50 PM, Rodrigo Augusto Guerra rodr...@alumni.org.br