Skip to Content
0
Oct 02, 2003 at 10:38 AM

Swish insted of flash

155 Views

Hello

In a privious posting was a discussion about loading data into a flash movie.

I'm using a simpler flash-like Tool called Swishmax.

One way to load data into this tool is via a php script (would it be wrong to call this PHP script a web service ?)

In this example the variable this.time will get a time value in the format HH:MM:

In the Swishmax script i write something like:

this.time = "time";

this.loadVariables("http://www.someurl.dk/time.php",'GET');

The time.php file is something like:

<?php

echo "&time=";

print (date ("H:i"));

?>

I'm a BSP beginner and my question is: How would this PHP script look like in BSP ?

Best regards

Thomas Madsen Nielsen