473,406 Members | 2,816 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

ming text....

I am trying to do something that should be simple, but it is giving me
headaches...

I am thing to create a text 'dashboard' in a flash movie for an
industrial interface. Nothing fancy, just a few lines of text.

I've not worked with flash/ming before, so I'm feeling my way through
this...

I have this:

$f = new SWFFont("/lib/flashfonts/Techno.fdb");
$t = new SWFText();
$t->setFont($f);
$t->moveTo(0, 0);
$t->setColor(0xff, 0xff, 0xff);
$t->setHeight(140);
$t->addString("loading")

and later

$text = $m->add($t);
$text->moveTo(2450,200);

where $m is my movie instance.

Now what I want to do is to change the text every time I loop through
the generation. The main loop iterates every few seconds, so I need
something like this:

delete text in $t
add new text in $t
display updated $t

For the life of me I cannot figure out how to do that....

Even adding something like
$m->remove($text)

results in a blank html document....
Could someone please shed some light on this? Or point me in the
direction of a text turorial for ming morons?

Thanks,

--Yan
Oct 3 '06 #1
0 1071

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: eric | last post by:
Greetings! I've installed Apache 2.0.xx and PHP 4.3.2. I want to use Ming as a module to PHP. The instructions that came with Ming say to: as a php module (unix) download php_ming.so.gz...
2
by: rostik | last post by:
I've developed the web-site by PHP with using Ming-library. All worked well on the local computer, but when I uploaded all to the internet server I have got an error :( Ming library does not set...
0
by: jmdeschamps | last post by:
Hello to all, I'm trying to get binaries for Ming but can't find them FOR PYTHON... Yes I know its a PHP group, but i believe someone as made a binary of Ming that is symbolically linked to PHP...
1
by: jmdeschamps | last post by:
I've tried to follow gerhard lead from:...
2
by: titouille | last post by:
Hello everybody !! anyone has try to build ming0.3beta1 for python 2.3.3 under windows ?? Since three days, I try to build it with mingw32, and finally, I am stopped with C declarations error...
9
by: nasim | last post by:
Hi please Help me for using SWF Flash file in Visual C++ 6.0. How I can Use SWF Flash files in Visual C++ 6.0, and how to manipulate SWF Flash files in Visual C++ 6.0. thanks nasim
0
by: tdurham | last post by:
Is there a way to import or insert external movie clips, images, and variable pairs into an SWF at PHP runtime, rather than at SWF runtime? Everything that I've read in the Ming documentation is...
4
by: daz.diamond | last post by:
hoping someone can help ... how do I install ming (with python) on win32? have downloaded the tar.gz of ming-0.3.0 which doesn't have a handy self-installer, and I'm absolutely foxed as to what...
1
by: Daniel Nogradi | last post by:
It might be slightly off topic here but couldn't find a more suitable place for this question: I'm trying to build the python binding for ming -- http://ming.sf.net -- but for some reason the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.