![]() |
![]() |
||||||
|
|||||||
| Tags: |
![]() |
|
|||
|
Hello Guys
As you know that a default flex application has a preloader with 5+ cornerRadius. I want its cornerRadius to 0. Dont know how! Please help with detail. Thanks in advance |
| Sponsored Links |
|
|||
|
Hi,
Try creating a custom pre loader and overriding the function. In this function return a RoundedRectangle with Zero corner radius. Set this as the pre loader for your application. Please find few articles on creating custom pre loaders at the URL below. http://www.onflex.org/ted/2006/07/fl...f-examples.php Hope this helps. package com.adobe { import mx.graphics.RoundedRectangle; import mx.preloaders.DownloadProgressBar; public class CustomPreloader extends DownloadProgressBar { public function CustomPreloader() { super(); } override protected function get borderRect():RoundedRectangle { return new RoundedRectangle(0, 0, 182, 60, 0); } } } |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise