Web Design Forum: How do You do that... - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How do You do that... Rate Topic: -----

#1 User is offline   P1ro 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 26
  • Joined: 09-February 08
  • Reputation: 0
  • Location:Bulgaria
  • Experience:Intermediate
  • Area of Expertise:I'm Learning

Posted 07 August 2008 - 03:49 PM

Hi there.
I will jump straight to the point - how to render text in flash -

onClipEvent (load) {
varReceiver = new LoadVars();
varReceiver.load("a.php");
varReceiver.onLoad = function() {
tt.text = varReceiver;
};
}

This takes my text from the database and sends it in the flash but then instead of getting intervals between the words I get %20. Any idea how to render it ?

Thanks a bunch

Fishy
0

#2 User is offline   Roberto 

  • Rain Dog
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 19-August 07
  • Reputation: 2
  • Gender:Male
  • Location:Suffolk
  • Experience:Intermediate
  • Area of Expertise:Coder

Posted 07 August 2008 - 04:12 PM

Hello

Do you have something like echo "namedValue=value"; in your php - if you do :

tt.text=varReceiver.namedValue;

Hope that might work.

Rob
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users