-
Passing parameters from html to flash
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>
-
-
Php is php. HTML IS HTML this is php as you said in your post so it should be in the php forum.
This should be in a .php file not a .html file as well. If those are met then wait for someone that knows php better. Or describe whats not working error message? blank page?
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks