|
-
Questions with dynamic buttons in Flash & PHP/mySQL
Hello everybody,
I plan to evaluate Koolmoves and purchase if it satisfy my needs, but first I would like to know if this program would be able to do the following:
I have a php script that generates a menu from a "categories" table of mySQL database. The script repeat the following instruction until there is no more categories to display for the menu and uses a css class (style sheet) for simple rollovers:
<tr>
<td width="187" bgcolor="transparent"><a href="<?=$fldcategory_name_URLLink?>?categy_no=<?= $fldcategory_name_categoy_no?>&" class="menu"><?=$fldcategory_name?></a>
</td>
</tr>
I am not familiar with Flash. I got some nice flash buttons on the web (.fla and .swf) and I would like to create the site menu but with one of these flash buttons. I mean it would be a dynamic menu created with php using flash buttons with the corresponding data from a mySQL table for each button of the menu. It would be same button object on the above row, that my php script will repeat in each table row until there is no more categories, now my questions:
1.- How can I use one single flash button that is able to have inside itself a function, script or whatever that use this PHP variable
<?=$fldcategory_name?>
for the TEXT of the button, and this other
<?=$fldcategory_name_URLLink?>?category_no=<?=$fld category_name_category_no?>
for the URL of the button?.
2.- Will Koolmoves allow me to to enter these variables or a function with these variables inside the flash button code (in .swf format or .fla), and generate the flash button without the need of the Macromedia Flash program?.
3.- From your point of view, is there any other thing to consider to be able to do this with Koolmoves?
4.- If it is not possible with Koolmoves, does somebody knows a step by step example to do it with Flash?, please remember that I have never used Flash, totally new 
Thanks a lot
joejac
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
|
Click Here to Expand Forum to Full Width
|