I am currently doing a site for a vacation home that some relatives mine own, and want to rent out to people over the summer. They had a company come in and make a video that is a tour around the house. The company that did the video sent it to me in a .swf file. I thought it should be easy enough to embed in a page. This is the code I used:
here is the site url: http://www.osoyooslakevacations.com (click to on the virtual tour link to get to the page)Code:<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...ersion=7,0,0,0" width="500" height="280"> <param name=movie value="miketonitour.swf"> <param name=quality value=high> <embed src="miktonitour.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/...ShockwaveFlash" type="application/x-shockwave-flash" width="500" height="280"> </embed> </object>
So here is the problem, the video works for me fine. Although it will not work for the people I am doing the site for. I have asked several people to look at it and for some people it works, for others not. For me, it works in IE but in Firefox it does not load at all. It also does not load when I try it on a Mac with Safari. The people who made the video actually set up a little page to show it to them. It is here: http://remarkablefilms.com/drafts/mi...etonitour.html
The strangest and most frustrating thing is that it works for everyone on that page. It works great for me in all browsers at that location. I just copy/pasted the code from that page onto mine, and it does not work all the time on my page as described above.
Some help would be greatly appreciated because the people I am doing the site for are starting to get impatient with me not being able to solve this problem lol. Thanks.