[Flashcoders] page scrolling problem

2007-03-14 Thread Kerem İŞERİ
Hi everyone, I have finished a flash website which dynamically changes it's height by the help of small javascript. the idea was to resize the height by the content's height and to use only browsers scrollbar. you can check the demo version on http://demo.trafo.com.tr/drbackup . now the pr

Re: [Flashcoders] page scrolling problem

2007-03-14 Thread Kerem İŞERİ
thanx man .. it completely solved my problem.. but I needed to call doScroll Js function everytime, not only target was eq to undefined , so I removed the if statement and now it works perfectly!! respect!! :) kerem. Muzak wrote: When the flash movie has focus, it captures the mouse actions

[Flashcoders] remoting question

2007-03-15 Thread Kerem İŞERİ
hi, I am using flash remoting and amfphp in a site, and fetching the content from database.. does anybody know how can I monitor the data sent from the server in a preloader?? or is it impossible?? because Im fetching mixed data like texts and pictures and some swf's sometimes, I think to kno

RE: [Flashcoders] math.round question

2007-03-17 Thread Kerem İşeri
Just replace the code with below: loadProgressOutput = int((this.getBytesLoaded()/this.getBytesTotal())*100); kerem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gustavo Duenas Sent: Friday, March 16, 2007 11:42 PM To: Flashcoders mailing list Subje

[Flashcoders] wordpress and flash integration

2007-03-17 Thread Kerem İşeri
Hi everyone... I am starting a new project, it will be my first trial on the subject.. I thought that I could use wordpress as a database for contents and pictures for my site. It will be so cool if I can make it, because I will get rid of the coding on php and admin panel of this project, wo

Re: [Flashcoders] wordpress and flash integration

2007-03-19 Thread Kerem İŞERİ
has created an AMFPHP - server side code for Flash Remoting in PHP - plugin for Wordpress. http://amfphp.org/ http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&met a= <http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&me ta=

Re: [Flashcoders] I have small doubt

2007-03-19 Thread Kerem İŞERİ
hi .. yes you can do it but you need a serverside script in order to make it happen. you should use loadVars and your serverside script can take the variables easily and add inside the xml. goodluck. kerem. sirajudeen kamarul jaman wrote: hi toeverybody, this is first time to joining t

RE: [Flashcoders] Got milk? (the game)

2007-03-22 Thread Kerem İşeri
Really amazing game but i dont think there is hard programming behind it. Maximum 2 developer can handle the coding. I think graphics and 3d's are so cool. It takes a lot of time to get these kind of qualified and optimized renders. Its beautiful. Respect!! :) Kerem. -Original Message- F

Re: [Flashcoders] wmode transparent, FF, no mouseWheel

2007-03-30 Thread Kerem İŞERİ
yes I had the same problem when I was building www.drbackup.com.tr kerem. Martin Weiser wrote: Can anybody conirm this bug, in FireFox, wmode=transparent, themouseWheel evnet is not fired?? not only for textFields but neither for movieClips... in IE ok, opaque mode, all is ok thanks Martin

Re: [Flashcoders] Embedding fonts for different langauges

2007-03-30 Thread Kerem İŞERİ
Hi Michael, Yes you always need to embed latin uppercase and lowercase and also include other special char.s for each languages if any chars do not exist in English alphabet., in order to make your dynamic texts work correctly. Otherwise you have some display problems and some chars may not

RE: [Flashcoders] Flash and video optimisation ....

2007-04-03 Thread Kerem İşeri
Hi, in my opinion, its better to compress the (avi or mov) video on the third party software like Soreson order to reduce the file size but keep the quality, and then convert info flv inside flash. I couldnt find any software directly converts avi to flv better then flash. I am open for other idea

[Flashcoders] amf-php

2007-10-19 Thread Kerem İşeri
hello guys,, im happy to hear from flashcoders again, and here is new my new question on virgin server, i havent tried using amf-php on any project after i started using flash cs3, now im having problems because of the remoting components are not working. how can i run my old remoting componen