OS X Mouse Wheel Support for Flex 2 Applications
Sunday, September 27th, 2009This post was directly taken from here thanks to Ali Rantakari
interactive designer
This post was directly taken from here thanks to Ali Rantakari
Hi,
After 10 hours of endless efforts, I have fixed this problem. I’ve tested some php files on my server with AMFPHP and Flex. Everything is working as I expected. However, when I moved all of these files to my clients server, I started to get error from AMFPHP browser as follows;
(Object)#0
message = “faultCode:INVALID_AMF_MESSAGE faultString:’Invalid
AMF message’ faultDetail:’Warning: Cannot modify header
information – headers already sent by
(output started at /a/long/path/to/a/site/root/fileDirectory/
my_necessary_class.php:464) in
/a/long/path/to/a/site/root/amfphp/core/shared/exception/php4Exception.php
on line 38
‘”
name = “Error”
rootCause = (null)
What da hell? Everything was fine. What happend now? There is a guy
who got this type of error from AMFPHP and his solution for
the problem is here. It can work for you. But, it doesn’t work for me.
in order to get rid of this problem, I checked my .htaccess file
in my server. As you know .htaccess is a hidden file in your server.
So first of all, make activate ‘show invisible files’ option from
your ftp application. Then, make a back-up of .htaccess file and
open it in a text editor. When I opened my client’s .htaccess,
I realized that there is two lines of code that blocking the server
to use PHP 5. However, my PHP classes are optimized for PHP 5.
Here is the solution, just delete these codes which blocks your PHP
version. By the way, you may not have anything in your .htaccess.
In this case, probably the first link solves your problem.
OUTIM cover Book project belongs to one of my customers whose name is Mircan.
OUTIM is her last album’s name. With her new album, she preapred a book for the listeners. OUTIM book is about 70 pages and Mircan want to represent OUTIM book online from her web site. Generally, OUTIM has some short stories, lyrics and stories.
I coded a little action script project for this purpose. Interaction of the web page is not so complicated
. I’m sure everyone can handle it easliy. May be I release source code of the page later. You can visit OUTIM online book from here and look into her writings. If you would like to listen Mircan’s pieces, you can check it from here.
Today, I ‘ve encountered with Gaia application which is developped for Adobe Flash in order to reduce developing time. I ‘ve not tested it yet. However, It looks impressive. They support full documentation of the project and release a ready-made web site that built with Gaia. Click here to navigate Gaia’s web site.
http://www.adrianparr.com/?p=83
Go and get all of these Flash Classes.
Thanks Adrian for his compilation
For a week, I have been working on Murat Germen‘s new web page. The web site will have two section. The first section will be actual web site that shows information and portfolio of Murat Germen. In the second section there will be a content management system for the web page. I am conding Admin section of the web page with Flex and amfphp class to receive and send data to database. Along with AMFPHP capabilities, Flash can communicate with server side. So, the user do not need ftp application or XML events in order to update content of the web page. I hope, I can release lots of tutorial about;
- AmfPhp
- Flex
- php
and communication techniques between these protocols.