tag:blogger.com,1999:blog-6365126613137680130.post7062555622214127932..comments2009-03-03T05:42:52.421-08:00Comments on Biochimistu's Corner: Preloading SWF, JPG, PNG or GIF files with AS 3.0....Biochimistuhttp://www.blogger.com/profile/09135002905210428963noreply@blogger.comBlogger11125tag:blogger.com,1999:blog-6365126613137680130.post-25966631842345970372009-03-03T05:42:00.000-08:002009-03-03T05:42:00.000-08:00Hi Sol,The code works fine. Download again the sou...Hi Sol,<BR/>The code works fine. Download again the source files, I have updated the code, now it includes this line myLogo.alpha=0;.Biochimistuhttp://www.blogger.com/profile/09135002905210428963noreply@blogger.comtag:blogger.com,1999:blog-6365126613137680130.post-30655974132831931992009-03-02T08:02:00.000-08:002009-03-02T08:02:00.000-08:00Thank you for trying to help me... I really apprec...Thank you for trying to help me... I really appreciate it, none the less when the complete code is:<BR/><BR/>var maskStart:Number = 166;<BR/>var maskFinish:Number = 396;<BR/>var maskMove:Number = maskFinish - maskStart;<BR/>var myLoader:Loader = new Loader();<BR/>var fileURL:URLRequest = new URLRequest("portaro2009.swf");<BR/><BR/>myLoader.load(fileURL);<BR/>solhttp://montoyart.comnoreply@blogger.comtag:blogger.com,1999:blog-6365126613137680130.post-56832628916574924412009-03-01T10:54:00.000-08:002009-03-01T10:54:00.000-08:00Hi Sol,Set the alpha property of the myLogo moviec...Hi Sol,<BR/>Set the alpha property of the myLogo movieclip to zero :<BR/>if (event.bytesLoaded == event.bytesTotal) {<BR/><B>myLogo.alpha = 0;</B><BR/>removeChild(logoMask);<BR/>addChild(myLoader);<BR/>}Biochimistuhttp://www.blogger.com/profile/09135002905210428963noreply@blogger.comtag:blogger.com,1999:blog-6365126613137680130.post-89264146280543059832009-02-27T09:23:00.000-08:002009-02-27T09:23:00.000-08:00EXCELENT TUTORIAL! Thank you so much.but I have th...EXCELENT TUTORIAL! Thank you so much.<BR/><BR/>but I have tha same problem as Oxy and I used your downloadable file... hte logo does not dissapear... in my file nor in yours It is just hiddden behind te tv.<BR/><BR/>What shall I do? please help me this is very important to mesolhttp://www.montoyartes.comnoreply@blogger.comtag:blogger.com,1999:blog-6365126613137680130.post-1685372404740102182008-07-04T06:21:00.000-07:002008-07-04T06:21:00.000-07:00Thank you very much It helped me a lot. keep posti...Thank you very much It helped me a lot. keep posting these type of articles..Flash Tipshttp://www.samrathacks.comnoreply@blogger.comtag:blogger.com,1999:blog-6365126613137680130.post-21603994420350193842008-04-18T11:41:00.000-07:002008-04-18T11:41:00.000-07:00If you have fallowed exactly the tutorial you shou...If you have fallowed exactly the tutorial you should have no problem. Try downloading the source file and confront that with your file.Biochimistuhttp://www.blogger.com/profile/09135002905210428963noreply@blogger.comtag:blogger.com,1999:blog-6365126613137680130.post-85415584932727002612008-04-17T23:58:00.000-07:002008-04-17T23:58:00.000-07:00I am using your exact code and the text isn't bein...I am using your exact code and the text isn't being removed from the stage. I can see it in my movie. Am I missing something?Oxyhttp://www.blogger.com/profile/15663768655314690212noreply@blogger.comtag:blogger.com,1999:blog-6365126613137680130.post-4705833494850319842008-03-21T11:25:00.000-07:002008-03-21T11:25:00.000-07:00In this tutorial is used ActionScript 3.0.On this ...In this tutorial is used ActionScript 3.0.On this blog you will find a tutorial that shows how to make a preloader using ActionScript 2.0: <A HREF="http://biochimistu.blogspot.com/2008/02/advanced-preloader-as-30-and-as-20.html" REL="nofollow">Advanced preloader.</A> All you have to do is to figure how to load the PNGs (it’s not so hard) and to relate that code with you needs.Biochimistuhttp://www.blogger.com/profile/09135002905210428963noreply@blogger.comtag:blogger.com,1999:blog-6365126613137680130.post-78974420567251830402008-03-20T11:14:00.000-07:002008-03-20T11:14:00.000-07:00Does this require ActionScript 3? I am using Flash...Does this require ActionScript 3? I am using Flash 8 which only gives me access to AS2. My goal is to create a preloader that will show the status of an external PNG (or multiple PNGs) loading. Your tutorial seems to address this goal. Thanks.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-6365126613137680130.post-25699516428651493132008-03-06T04:24:00.000-08:002008-03-06T04:24:00.000-08:00I’m glad that find my tutorial helpful. Yes the al...I’m glad that find my tutorial helpful. Yes the alpha property is accessible in AS 3, alpha takes values from 0 to 1.Don’t forget to convert your text to a MovieClip.Biochimistuhttp://www.blogger.com/profile/09135002905210428963noreply@blogger.comtag:blogger.com,1999:blog-6365126613137680130.post-89040806552504966962008-03-06T03:49:00.000-08:002008-03-06T03:49:00.000-08:00Your tutorial is very helpful. I now have the id...Your tutorial is very helpful. I now have the idea to make the text fade in fully from invisible to completely visible... not using a mask but setting the opacity or alpha based on the percent of the external file that's loaded at the time. Is that property accessible from AS 3.0?<BR/><BR/>Thanks again!Barryhttp://www.blogger.com/profile/02226076000256534198noreply@blogger.com