Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > FlashLite / Portable Devices Development

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-16-2009, 09:21 AM   #1
leo2008
Registered User
 
Join Date: Jun 2009
Posts: 8
Thumbs up progress bar for html loading

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
leo2008 is offline   Reply With Quote
Old 10-16-2009, 11:09 PM   #2
sparkdemon
Member
 
Join Date: Oct 2009
Posts: 70
Send a message via Skype™ to sparkdemon
Default

Quote:
Originally Posted by leo2008 View Post
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
can you tell me what you are trying to achieve ?
sparkdemon is offline   Reply With Quote
Old 10-19-2009, 09:02 AM   #3
Thommas
Member
 
Join Date: Mar 2009
Posts: 91
Default

"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.
Thommas is offline   Reply With Quote
Old 10-21-2009, 08:25 AM   #4
leo2008
Registered User
 
Join Date: Jun 2009
Posts: 8
Red face

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?
leo2008 is offline   Reply With Quote
Old 10-21-2009, 09:06 AM   #5
Thommas
Member
 
Join Date: Mar 2009
Posts: 91
Default

"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.
Thommas is offline   Reply With Quote
Old 10-22-2009, 05:17 AM   #6
leo2008
Registered User
 
Join Date: Jun 2009
Posts: 8
Question

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 :-)
leo2008 is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:29 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.