by admin | Sep 28, 2002 | Blog, Bug, Flash MX
Beware that auto formatting eats your actionscript some times !!! See the following code for (var i = 0; i<5; i++) { if (i == 2) { continue; } trace(i); //traces 0, 1, 3, 4 (skips 2) } If you apply Auto Format to the code it becomes for (var i = 0; i<5; i++) {...
by admin | Sep 26, 2002 | Blog, Flash MX, News
Thanks to New Riders, today I received the most awaited book written by Branden Hall and Samuel Wan You can get more info about this book here. I will post more about this book as and when I finish reading it.
by admin | Sep 26, 2002 | Blog, Flash MX, News
Flash Remoting for .NET and Java App Servers now launched, for more info: * Flash Remoting Support Center * Complete Documentation * Flash Remoting online forums * Macromedia Flash Remoting MX Product Information * To purchase from the Macromedia Online...
by admin | Sep 24, 2002 | Blog, Flash MX, Tips
Yesterday I faced this problem. When I imported a audio file into a movieclip of a heavy flash file, It imported the audio but it was truncated (the end portion of the audio is missing) I even tried importing the audio into new flash file and drag and drop it in the...
by admin | Sep 23, 2002 | Blog, Flash MX, Tips
When our flash file becomes big and complex we often face this problem. When we try to import the audio we get “One or more files were not imported because there were problems reading them” even when you are sure that the audio format is flash compatible....
by admin | Sep 22, 2002 | Blog, General, Tips
It is always better to keep all our current project files under projects folder in properly named sub folders particularly in a collaborative environment. Also you may be keeping your project files in a server. In such cases the following tip really helps! You can...