Re: [flexcoders] VideoDisplay playheadTime problem

2006-08-16 Thread
I had the same problem.I traced the videoDisplay.bytesLoaded and videoDisplay.bytesTotal.I noticed that if all the bytes had been loaded then u can forward the videofreely, other wise, the videoDisplay only forward 5or6 frames. 2006/8/9, bal_ketan [EMAIL PROTECTED]:

Re: [flexcoders] Re: Using amf0 in f2b3

2006-05-19 Thread
Hi, Renaun, I noticed that I can't view the source of login.php2006/5/19, Renaun Erickson [EMAIL PROTECTED]: X,Thanks for sharing your code updates.I have also created a componentthat provides AMF0 functionality with Flex2.You can find it here:Custom RemoteObjectAMF0

Re: [flexcoders] Can I save some information to a file?

2006-05-19 Thread
Thank you Tracy, I'll be glad to receive your samples.2006/5/20, Tracy Spratt [EMAIL PROTECTED]: No. Flex is a client technology and cam communicate with the server in only a few specific ways. Keeping the Flex Data Services part out of the question for now, you must use one

Re: [flexcoders] Can I save some information to a file?

2006-05-18 Thread
My application is used to play video files.My config file is a Xml file just in the same directory with MXML.I use URLLoader to load the Xml file and use E4X to parse it.The information of the config file includes the path of the video files, the files' name and so on. The admin of the

Re: [flexcoders] Can I save some information to a file?

2006-05-18 Thread
I read the flexcoder's archive articles. I found that you have answered the question Updating and Retriving Data From XML File FLEX 2I just want to know, if I don't use Java, .net, php as my backend, can I update and save a file? 2006/5/18, Tracy Spratt [EMAIL PROTECTED]: We need a little more

Re: [flexcoders] How can I set the selectedText's color?

2006-05-18 Thread
Oh, It's a pitty.thanks, Gordon.2006/5/19, Gordon Smith [EMAIL PROTECTED]: Unfortunately, Player 9 offers no APIs for changing the selection text color or background color. The selection is always white-text-on-black-background, which are the colors that you're using. A future version of the

Re: [flexcoders] a problem of VideoDisplay and TabNavigator

2006-05-16 Thread
If I browser the swf generated by Flex, there's no such problem.if I browser the Html, the problem occured.2006/5/15, calvin33castic [EMAIL PROTECTED]:In my application, I used VideoDisplay and TabNavigator. But there's a problem, when I switched between the tab of TabNavigator.the

Re: [flexcoders] a problem of VideoDisplay and TabNavigator

2006-05-16 Thread
Yes, Exactly, after I set the historyManagementEnabled property of TabNavigator to false,the problem disappeared.thanks, Manish.2006/5/16, Manish Jethani [EMAIL PROTECTED]:On 5/15/06, calvin33castic [EMAIL PROTECTED] wrote: In my application, I used VideoDisplay and TabNavigator. But there's

Re: [flexcoders] Flex2 B3, changing the tree folder icons

2006-05-10 Thread
I had the same problem.2006/5/10, greenfishinwater [EMAIL PROTECTED]: To change the open, close and default folder icons on a tree, I usedfolderOpenIcon=UIComponent in Beta 2 and it worked, now in Beta 3 Iget a compile error Definition UIComponent could not be found. What has changed, I want to