Hi! i'm new to this forum. Can anyone teach me on create a php file that would display a flash presentation of five different templates? Please i really need help....any help is much appreciated.
displaying flash in php!
Do you mean like displaying php content in flash?
If you have dreamweaver inlclude flash content.
i mean that i can store 5 different templates in a database. then i will retrieve it. once i will retrieve it the five templates will display a flah presentation. the first one to show is the first templates then for example the movement is fade in. once the second template is coming it will fade out. then the second template again will display a presentation..then once the third template is coming it will fade out again and now it's the turn for the third template to present... can anybody help me with this?
not sure on how to do the fading but you could store the url in the database then get the data into a variable. Then on the flash player print/echo out the url.
<embed src="<?php echo $url ?>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="32" height="32"></embed>
yes, i got that one already. but my problem is on how to make them to have a synchronous presentation.
I don't know if this is of any help to you but there's a great mysql-php-flash tutorial on webmonkey.com
http://webmonkey.com/webmonkey/programming/php/tutorials/tutorial2.html