contracer11
01-09-2009, 03:30 PM
Hi:
I´m looking for a way to pass parameters from a html script to a flash
object.
I´m using this php script but it´s not working.
<html>
<head>
</head>
<body>
<?php
echo 'Hello World!';
<?php
include_once 'open_flash_chart_object.php';
open_flash_chart_object( 500, 250, 'http://localhost/chart-data.php', false );
?>
?>
</body>
</html>
I´m looking for a way to pass parameters from a html script to a flash
object.
I´m using this php script but it´s not working.
<html>
<head>
</head>
<body>
<?php
echo 'Hello World!';
<?php
include_once 'open_flash_chart_object.php';
open_flash_chart_object( 500, 250, 'http://localhost/chart-data.php', false );
?>
?>
</body>
</html>