Avatar of mmedi005
mmedi005
 asked on

How do I create a flash template where I can change the picture and the text of the flash?

I want to create a flash template that reads from a text file to show text and point at a jpg that can be changed from time to time.  

How can i read from a text file to display on a flash swf?
.NET ProgrammingAdobe Flash

Avatar of undefined
Last Comment
mmedi005

8/22/2022 - Mon
julianopolito

What flash version are you using? What exactly do you mean by template? You want to have a dynamic application that can display images and text based on external data, or ?
mmedi005

ASKER
I have Flash 8, and I want to be able to change the img file, and text displayed on the flash through a text file?

Can this be done?
ASKER CERTIFIED SOLUTION
julianopolito

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
mmedi005

ASKER
How do I set up the jpg?

it looks something  like this......

I want a variable to point which img to load and what the text should display through the text file

  ________________________________________________________
  |  __________                                                                                         |
  |  |                   |                                                                                         |
  |  |     JPG        |                             TEXT                                                   |
  |  | DYNAMIC  |                         (DYNAMIC)                                              |
  |  |_________ |                                                                                         |
  |  __________ _____________________ ______________________ |
Your help has saved me hundreds of hours of internet surfing.
fblack61
mmedi005

ASKER
it worked, but how can i get the jpg not to reload the img when it loops, so it looks continuous and smooth
mmedi005

ASKER
the text displyed does not take the properties set, why is that?

I want a bold 16pt Verdana
julianopolito

you must embed the fonts in the textfield. click embed button in properties. Choose font and size and it will keep. make sure you have not selected use device fonts.
It will not loop, just make sure you have only 1 frame
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
mmedi005

ASKER
I have to text fields to fill.  So the animation would be, the picture on the left, then the first text variable displayed, then fades out and the second text variable fades in, and it keeps repeating itself

Can this be achieved?