[Flashcoders] Googlebot got confused when seeking Flash requests

2008-08-21 Thread Matheus Gorino
Funny thing, but seems that Googlebot got confused when crawling my Flash site. About 4 weeks ago I created a test website to see exactly how Google indexes a Flash site with contents coming from diferent sources: http://seo.matheusgorino.com/ 4 weeks later the only thing that Google has indexed i

Re: [Flashcoders] Error #1009 and gotoAndStop()

2008-07-14 Thread Matheus Gorino
Some possible ways to solve this issue: 1. Use the addFrameScript to add your code in the correct frame; 2. Create and ENTER_FRAME listener to wait the availability of the TextField and then execute the code; I also created a simple GoToFrame class that sends a MovieClip to some frame and waits it

[Flashcoders] FLV playing faster than it should

2008-05-29 Thread Matheus Gorino
Hi! I'm having a strange issue with FLV in 3 recent projects and I don't have any idea about why this is happening. The problem is that when I pause a FLV stream and then unpause it, it plays much faster then it should until certain point, and then normalize. Seens that it plays fast until it reac

Re: [Flashcoders] Letter spacing in input fields, is it possible?

2008-05-29 Thread Matheus Gorino
Maybe a typo error? Check your code: var formatInput:TextFormat = new TextFormat( ); formatInput.font = "AvantGardeLight"; formatInput.color = 0x00; format.letterSpacing = 1; formatInput.size = 14; searchFieldCountry_txt.defaultTextFormat = formatInput; See that you used "format" instead of "