Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
Zeus : Master of PC ! #1
working with large amount of text
I am working with a large amount of text ( abound 9 pages word ), and flash
became really slow . Is that anyway that I can compress text or made it faster?
I used scroll box component and some text is missing ??
Please help me, please !!!! hu hu hu
Zeus : Master of PC ! Guest
-
large amount of data and low efficiency
hi? we are trying to show a large amount of data selected from database(about 1000 records) in the mxml page. But we found it is very slow(about... -
Only show a certain amount of text on each page
Is there a way in ASP to only show a certain amount of text that is pulled through from a database on each page? I have a vast amount of text but... -
How to display large amount of text in a dialog box?
Hi, My application has a movable modal dialog box. I want to display a large amount of text (approx 3 pages) in the dialog box which (text) is... -
split large amount of data for loading
Hi, I have a large amount of data (> 550.000 rows) to load which leads to problems with the transaction protocol. All the rows are compromised in... -
Performance issue while loading large amount of data
Hello I am supposed to load large amount of data from SQL scripts and I have been wondering what is the best option: -frequent commits and no... -
fasterthanlight #2
Re: working with large amount of text
Flash does not handle text very well. my advice is to throw the text into a popup or a frame or something outside of flash
fasterthanlight Guest
-
anishu #3
Re: working with large amount of text
i think u can go for load variable option.
just save ur texts in notepad file, individual file for each category
then call those text to dynamic text box using loadvariable script
find these tutorials
[L=Two]http://comscience.gq.nu/flashTutor/FlashTutorial6.htm[/L][L=One]http://fl
ash-db.com/Tutorials/loading/loadingData.php?page=1[/L]
anishu Guest
-
Peter Blumenthal #4
Re: working with large amount of text
> i think u can go for load variable option.
You can, but it won't make the text handling any faster.
--
---------------------------------------
[url]http://www.phageinteractive.com[/url]
PhageInteractive Ltd.
remove mm_ to mail
---------------------------------------
'If I come across as a grumpy and twisted old man, it's just because I'm a
grumpy, twisted, old man." - me
---------------------------------------
Peter Blumenthal Guest
-
cVarz #5
Re: working with large amount of text
You can creat a text area in flash, link it to an XML or HTML document, then
format the XML document with a CSS.
In the Flash file you will need to call for the CSS and HTML / XML with action
script. I can show you an example but you will need to format it yourself.
Example:::
this.myText.label.selectable = false;
this.myText.depthChild0._alpha=0; (set to one to enable the green glow)
//stylesheet
var ss = new TextField.StyleSheet();
ss.load("news.css");
myText.styleSheet = ss;
//xml
about = new XML();
about.load("news.html");
about.onLoad = function () {
myText.text = about;
}
stop();
I got that script from a site a while ago, I am not sure of the author but, it
was posted publicly. (not taking credit for it)
Anyway, I have used it over a hundred times and it works flawlessly.
cVarz Guest



Reply With Quote

