Comments Posted By janu
Displaying 1 To 10 Of 12 Comments
2 Hari Yang Melelahkan Pikiran
Thanks bro
Comment Posted By janu On 22.11.2006 @ 08:14
Slide Show Class for Dynamic Image Gallery updated
Hi mario,
Comment Posted By Janu On 12.06.2007 @ 18:34
sure it is possible, please read my reply commment above
Well offcourse possible.
Comment Posted By janu On 04.10.2006 @ 05:25
since the tweening base onEnterFrame event you can put some variable there
somekind like:
[code]
var pause:Boolean; // pause control;
var btnPause:Movieclip = myPauseButtonmc;
btnPause.onPress = function(){
pause = true;
}
var btnUnPause:Movieclip = myUnPauseButtonmc;
btnUnPause.onPress = function(){
pause = false;
}
var t:MovieClip = someMovieClip;
t.onEnterFrame = function(){
if(pause) {
//stop process wait until status changed
return;
} else {
//continue the process here
trace("process keep continue");
}
}
[/code]
Slide Show Tween Class for dynamic Image Gallery
hai hai hai
Comment Posted By janu On 13.05.2007 @ 16:59
kabar baik. makin kinclong aja juga gambarnya ternyata masih ga jauh-2 dari superhero :)
soal action script silahkan di santap.
sori tidak ada update utk sementara waktu lagi cuti ngeblog tp aktif kerja huehuehue
goto this link please: http://janumedia.com/source/
Comment Posted By Janu On 04.12.2006 @ 05:34
Water FX using DisplacementMapFilter
Oh yea spelling mistakes. Sori :)
Comment Posted By janu On 27.07.2005 @ 14:31
Anyway we wait another for F8 list
Kalau langsung dari flash tidak bisa kecuali pakai third party swf program (ms: mdm Zinc, Swf Studio, dll.)
Comment Posted By janu On 14.07.2005 @ 09:55
Tapi dengan menggunakan kemampuan interaksi flash dengan Visual Basic atau Delphi juga bisa jadi alternatif.
Jika anda menginginkan flash sebagai interface maka buatlah 2 buat flash file. 1 Sebagai interface dan 1 lagi utk di embed di applikasi VB/Delphi anda. Setiap pesan dari interface gunakan localConnection() untuk mengirim pesan ke flash yang satunya. Selanjutnya pesan tadi diteruskan ke applikasi VB/Delphi anda untuk diproses lebih lanjut.
Untuk source:
-Flash and VB: A potent combination
-LocalConnection Class
-Kolaborasi Flash dan VB
-Interaksi antara dua Flash Movie
[FlashComm] Audio Component with Mic Permission
Thanks Andrew,
Comment Posted By Janu On 15.06.2007 @ 03:44
You need to control the bitrate if you has slow connection or small bandwith, better for the latency / performance
PHP, MySQL, & Flash Video Tutorial
Did you mean how convert ms Access data to mySQL?
Comment Posted By Janu On 21.09.2006 @ 07:51
DCN Comm Server an "Breeze Like" Project
Link utama tentunya http://amfphp.org/
Comment Posted By Janu On 17.01.2007 @ 02:11
Selain installasi AMFPHP juga yg pasti harus download & install Flash Remoting Component yg bisa didownload di Adobe.com