Well i finally made the files to be created automatically. So now when i am at english/products/77(prod_id)/gallery.php i get to see the flash movies as it is supposed to be When I try to load the movie in a file in english/offer.php?id=77 the movie loads but it doesnt show the menu, the settings or the images. Does anyone know why? This is the code in english/products/77(prod_id)/gallery.php
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="611" height="418" id="gallery" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="gallery.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="gallery.swf" quality="high" bgcolor="#ffffff" width="611" height="418" name="gallery" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://http://www.adobe.com/special/errorpages/404.html; /></object>
<? $prod_id=$_GET["id"]; ?><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="611" height="418" id="gallery" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="products/<?="$prod_id"?>/gallery.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="products/<?="$prod_id"?>/gallery.swf" quality="high" bgcolor="#ffffff" width="611" height="418" name="gallery" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://http://www.adobe.com/special/errorpages/404.html; /></object>
The movie loads ok, but it is supposed to use the following files and folders: products/77/gallery.swf (which loads) .../77/menu.xml .../77/settings.xml .../77/splash.img ../77/images_folder/ ../77/images_folder/pics.xml ../77/images_folder/images.jpg ../77/images_folder/thumbs/ ../77/images_folder/thumbs/images.jpg if you want to see the pages then: http://forums.xisto.com/no_longer_exists/ (works ok) http://forums.xisto.com/no_longer_exists/ (doesn't work) I was getting the loading menu on the top left of the flash when it couldn't find the menu.xml so my guess is the flash is being embedded in the /english/ folder but cant find the files it needs to work?