Topic: Add multi flash galleries (one flash file) in html/php
Hello everyone.
I m quite busy with the flash multi galleries.
I made a flash gallery that contains pictures from 2 xml files.
I tested the gallery in a flash player / flash 8 and it worked.
Now I want to add this multiple gallery flash file in my php file.
I called the new (multiple gallery flash file) kids.swf
When i navigate to my site to see if it works, the pictures wont come :(
I see the 2 buttons I made, but the flash gallery does not do a thing.
My php code:
<div id="flashcontent">
<script type="text/javascript" src="java/swfobject.js"></script
<div class="text">SimpleViewer requires JavaScript and the Flash Player. <a
href="http://www.macromedia.com/go/getflashplayer/">Get Flash.</a></div>
<script type="text/javascript">
var fo = new SWFObject("flash/kids.swf", "viewer", "100%","100%", "0", "#B0A9AD");
fo.write("flashcontent");
</script></div>
also when i use the standard var fo functions, it wont work.
Does some one know how to embed these multi flash galleries into a php/html file?
Last edited by mike23 (2009-09-17 19:38:27)