Please Help!!!!!! I am currently using Actinic 7. I understand how to make a flash file work and have done so on my site. But I am having problems trying to make a flash and a xml file work together. Within the siteHTML I have a file called 'video' within that I have another file called 'slides' one called 'res' another called 'thumbs' another 'fs_aux', and 'video' (xml file) and also the flash file also called 'video'
the code I have been using to try to get this to work is:-
!!<<object width="640" height="480"><param name="movie" value="http://www.john-francis.com/acatalog/video.swf?xml_path=http://www.john-francis.com/acatalog/video.xml"></param><param name="wmode" value="transparent"></param><embed src="http://www.john-francis.com/acatalog/video.swf?xml_path=http://www.john-francis.com/acatalog/video.xml" type="application/x-shockwave-flash" wmode="transparent" width="640" height="480"></embed></object>>!!
if you go to my site http://www.john-francis.com/acatalog/Contact_Us.html
you can see that part of the flash loads up but there are no imagies. The flash show below was done using a standard single flash file.
Can anyone please post the code I need!!! Thank you so much in advance.
the code I have been using to try to get this to work is:-
!!<<object width="640" height="480"><param name="movie" value="http://www.john-francis.com/acatalog/video.swf?xml_path=http://www.john-francis.com/acatalog/video.xml"></param><param name="wmode" value="transparent"></param><embed src="http://www.john-francis.com/acatalog/video.swf?xml_path=http://www.john-francis.com/acatalog/video.xml" type="application/x-shockwave-flash" wmode="transparent" width="640" height="480"></embed></object>>!!
if you go to my site http://www.john-francis.com/acatalog/Contact_Us.html
you can see that part of the flash loads up but there are no imagies. The flash show below was done using a standard single flash file.
Can anyone please post the code I need!!! Thank you so much in advance.
Comment