Hi Friends,
As per one of my requirement i need to have a flash file in skin .Earlier i had embeded flash in the html module using digflash or absolute path of the flash fine.
But the flash in not working fine when i have embeded it into the skin.
The flash is working file when i am using it as a html file.
The flash consits of 3 folders/files
1>images folder(here i have kept the images which flash will refer)
2>xml folder (it will containg a xml file which refer images)
it's structure is as follows
<?xml version="1.0" encoding="iso-8859-1"?>
<NCRPresentation>
<presentation>
<Image>images/1.jpg</Image>
<Biglink>www.gmail.com</Biglink>
</presentation>
<presentation>
<Image>images/2.jpg</Image>
<Biglink>www.gmail.com</Biglink>
</presentation>
<presentation>
<Image>images/3.jpg</Image>
<Biglink>www.gmail.com</Biglink>
</presentation>
<presentation>
<Image>images/4.jpg</Image>
<Biglink>www.gmail.com</Biglink>
</presentation>
</NCRPresentation>
3>and finally the flash object named "header"
4>and i am calling the flash in this way from skin html page
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="980" height="331">
<param name="movie" value="header.swf" />
<param name="quality" value="high" />
<embed src="header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="980" height="331"></embed>
And the problem the flash in not getting loaded...?
where can be the problem?
Any help will be highly valuable.
Thanks ans regards,
Ritesh