• 0

[php/flash] How do i make it visible in flash?


Question

Hi guys,

I'm doing this schoolproject and we are supposed to make a flash swf file which shows data from the database (MySQL/PHP). I have made the connections and stuff, but I am not able to show the data in the flash swf file. I only get the message of: _level0.title

i have already done the loadVariables in flash.

this is what i have been trying to do in the php document:

<?php echo &title=$row_rstest['Title']; ?>

Flash is supposed to read the &title as the variable and to show that in the dynamic textbox, but i only get that _level0.title error. What is the right way to write down the php source code?????? please help :( I've allready tried a lot of tutorials but i just could not figure it out :wacko:

Thx allready for your help

4 answers to this question

Recommended Posts

  • 0
  barryman said:
I tried that echo "&title=".$row_rstest['Title'];

But still i get that error message :huh:

Any other suggestions??????

It's been a long time /3 years or so(:/ since I used PHP with flash and I don't really remember how it's done but if you had echo &title=$row_rstest['Title'] you should get parse error from PHP and nothing would work (:

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.