Dynamic text not showing up

I hope someone could help me . I’d make it as detailed as possible plus these are the files (graphics, mp3s and other valuable content removed)
Here’s what I wanted to do:

  1. load the text into a movie clip so that it would be possible to add a custom scrollbar
  2. in general, make the flash blog work

Problem:
It appears that the dynamic text isn’t showing up. It loads. In fact, I can select and copy the text loaded from the database.

** Other info:**

  1. I used this script: www.flashblog.org. It’s in Spanish so I’m kind of groping. And yes, I did check the babelfish translator just to read the manual. Anyway, it’s a great script and could “easily” (not for me) be modified by anyone who has know-how in flash and php.
  2. I set up “testflashblog” on phpmyadmin (localhost), imported the database file (__.sql—>see the folder “ddb”) and modified connFlashblog.php from the Connections folder to something like this:

<?php

FileName=“Connection_php_mysql.htm”

Type=“MYSQL”

HTTP=“true”

$hostname_connFlashblog = “localhost”;
$database_connFlashblog = “testflashblog”;
$username_connFlashblog = “root”;
$password_connFlashblog = “”;
$connFlashblog = mysql_pconnect($hostname_connFlashblog, $username_connFlashblog, $password_connFlashblog) or die(mysql_error());
?>

 It absolutely worked on the default template which came with the script.
  1. I made a movieclip that would load the news. I placed it on layer “1” which is masked. It’s also within a movie clip. (a movie clip within a movie clip).

  2. I modified the script of the original source. Instead of placing it on the main timeline, I added "onClipEvent load … " You know how it goes.

**Result/Problem:
**The text did load. In fact I could see the wod “start.” The content, however doesn’t show up.

HELP, anyone?

If the text field is masked you have to embed the fonts or unmask it :slight_smile:

I couldn’t unmask it because it’s part of the movie’s effect. And yes, I did try to embed the fonts. Didn’t work. If it’s the masking, then why did the text “start” show up? I’m also not certain about the reason why it doesn’t show up. Do you think it has something to do with the CODE I modified?

It might have to do with the fact that one of your text fields doesn’t have an instance name :slight_smile:

Thanks, I can’t believe I missed that. :hugegrin:
Anyway, it did not exactly fix the problem but I figured it out while I was waiting for my Law instructor who did not show up.
THE STYLESHEET has to be modified. Key word is actually CONSISTENCY. If you choose Arial in the properties, it should also be used in the style.css.

Check out www.flashblog.org

This is so cool and easy… You don’t even need to learn Spanish!