| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jun 2009
Posts: 8
|
hi
i need to create a progress bar which will increment while the html page is loading in mobile web browser for flashlite 3.0. how can i create a progress bar which increments and disappears when the html page is loaded completely? i also need to add icons like reload , cancel etc in the go to address bar,where user enters URL. is there any source code available?pls help me |
|
|
|
|
|
#2 | |
|
Member
|
Quote:
|
|
|
|
|
|
|
|
|
|
#3 |
|
Member
Join Date: Mar 2009
Posts: 91
|
"i need to create a progress bar which will increment while the html page is loading in mobile web browser for flashlite 3.0."
This is the browser task to display a progress bar while HTML is loading and rendering ! Try using Opera/Opera Mini/IE/Skyfire, and see which one displays the best progress bar. |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Jun 2009
Posts: 8
|
Hi
I need to load a html page into flashlite.Once user enters a new URL , browser loads URL, shows progress in URL entry field, and cha nges icon to animated cancel button.Now browser stops loading the page, displays partially loaded page if possible. if not, displays previous page. how can i implement icons like goto, reload and cancel in action script 2.0 and flashlite 3.0? |
|
|
|
|
|
#5 |
|
Member
Join Date: Mar 2009
Posts: 91
|
"I need to load a html page into flashlite."
This is not possible. Only Flex can achieve this, and Flex doesn't work on mobile devices... not yet :-) However, you can put HTML code in flashlite textinput. But a specific HTML with special tags. Check Flashlite documentation to learn more about htmlText property. You won't be able to load W3C compliant HTML pages. You are trying to develop a browser in Flash lite ... I suggest you use this : fscommand("launch", "path to the browser, http://myurl"); This will open a link in the default browser of your mobile phone from flash lite. And flash lite app will be put in background. |
|
|
|
|
|
#6 |
|
Registered User
Join Date: Jun 2009
Posts: 8
|
Hi
How can i do HTMl rendering in flashlite 3.0/action script 2.0? Do i need to write HTML from the scratch?Is it possible to dynamically load some HTML pages into flashlite? How does flash lite app communicate with web browser?Can you provide me some links, if possible as am a beginner in flashlite :-) |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|