Hello
I am using BlueVoda Build Version 12.
I have created a swf file using Photo Flash Maker Professional and using the html created from the software, I am able to view the swf running Flash (You have version 11,0,1,129 installed), on Windows 7.
It works in Chrome 15.0.874.5 dev-m, IE Version: 9.0.8112.16421 and Opera Version 11.51 Build 1087 on the Local PC and via the web from my test site.
It works in Firefox 6.0.2 on the Local PC but NOT via the web from my test site.
It works in Safari 5.0 & 5.1 (7534.50) on the Local PC but NOT via the web from my test site.
Web site link http://msfcomp.com.au/clients/linsutherland.org/test/fs_aux.html
I also built the main page of the clients site using bluevoda with a html code added with the following code and again they all run from the preview directory on my computer under all browsers.. when I publish this and do my testing... it only works in IE9, Chrome & Opera .. but NOT Firefox & Safari...
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=11,0,0,0" width="800" height="200" id="tech" align="middle" quality="high"allowFullScreen="true" wmode="transparent" allowScriptAccess="always" >
<param name="movie" value="images.swf?xml_path=slides.xml" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="direct" />
<param name="allowScriptAccess" value="always" />
<embed src="images.swf?xml_path=slides.xml" width="800" height="200" quality="high" allowFullScreen="true" wmode="transparent" allowScriptAccess="always" name="tech" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
This is the test page with the above html code
What am I missing here ???
Mark
I am using BlueVoda Build Version 12.
I have created a swf file using Photo Flash Maker Professional and using the html created from the software, I am able to view the swf running Flash (You have version 11,0,1,129 installed), on Windows 7.
It works in Chrome 15.0.874.5 dev-m, IE Version: 9.0.8112.16421 and Opera Version 11.51 Build 1087 on the Local PC and via the web from my test site.
It works in Firefox 6.0.2 on the Local PC but NOT via the web from my test site.
It works in Safari 5.0 & 5.1 (7534.50) on the Local PC but NOT via the web from my test site.
Web site link http://msfcomp.com.au/clients/linsutherland.org/test/fs_aux.html
I also built the main page of the clients site using bluevoda with a html code added with the following code and again they all run from the preview directory on my computer under all browsers.. when I publish this and do my testing... it only works in IE9, Chrome & Opera .. but NOT Firefox & Safari...
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=11,0,0,0" width="800" height="200" id="tech" align="middle" quality="high"allowFullScreen="true" wmode="transparent" allowScriptAccess="always" >
<param name="movie" value="images.swf?xml_path=slides.xml" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="direct" />
<param name="allowScriptAccess" value="always" />
<embed src="images.swf?xml_path=slides.xml" width="800" height="200" quality="high" allowFullScreen="true" wmode="transparent" allowScriptAccess="always" name="tech" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
This is the test page with the above html code
What am I missing here ???
Mark
Comment