As i told earlier am trying to switch to Flex , i am trying to learn connection between PHP and Flex. When searched i got a excellent tutorial . But the problem is that it uses PostgreSQL. As i don't have any prior experience in PostgreSQL i try to install it in my Windows 7 and configure it in WAMP . I got different errors and spend almost two days in searching and using different methods . Atlast i got it right. I will try to figure out the steps i have done. Am using PostgreSQL 9.1 WAMP Server 2.0e phpPgAdmin 5.0.2 WAMP consists 1. Apache Version :2.2.17 2. PHP Version :5.3.5 3. MySQL Version :5.5.8 First install PostgreSQL , no need to install additional plugins like phpPgAdmin. Install WAMP server where ever you need. Download PhpPgAdmin and unzip it to WWW folder in WAMP installation. At this point if you try to access the http://localhost/phpPgAdmin/ you may get this error. Your PHP installation does not support PostgreSQL. You need to ...
AngularJS is one of the most popular JavaScript frameworks in the web. The Google developed framework is considered as one of the easiest framework to kick start a project. Two way binding and the dependency injection is the highlight of this framework. My journey with AngularJS started about 4 years ago. Then popular ver1.4 amazed me in its capabilities. Developer like me, coming from Actionscript and plain old JQuery , AngularJS is a good option to kick start a project. It give me the confidence in JavaScript world, and from then I have tried lot of framework and tools from JavaScript itself like requireJS, webpack, etc. I did projects in Angular from 1.4 to the current 2.0, and trying to upgrade to the latest 4. Angular has now become one of the fastest growing framework. The journey starts with 1.4 One of the stable and mostly uses version. Started working on this for small projects and it seems easy for development. Dependency injection and two way binding seems quite interest...
After a long experiments , i have developed another player which uses XMOOV for streaming.Actually i got this php from flashcomguru.com .I didn't change the php file instead of it i developed a player using this php. The player will start streaming anywhere from the file and it also make the seeking operation in the cached file. Download Source here I have no server space so i use freewebs space ,.Pls forgive me :D The main problem of this technology is the performance of the php server.It need a good php server which can handle more requests at a time. Other problem is the encoding of the flv. Flv file should be added with the 'keyframes' metadata . So it need another utility called metadata injector ,which will inject metadata to the flv. It can be downloaded from here. That's all ..... and all other ups to you. Try this.. If you are using this file please let me know your feedback.
Comments