Issue 448: Firefox SWF issue
Status:  Fixed
Owner: ----
Closed:  Mar 2010
Reported by jeff.she...@gmail.com, Mar 23, 2010
What steps will reproduce the problem?
1. in firefox, when attempting to open a DIV with swfObject in it, nyromodal fails.  just opens up 
in browser as if it were an ordinary <a href>.


What is the expected output? What do you see instead?
the expected output would be have the video load into the nyromodal

What version of the product are you using? On what operating system?
nyromodal 1.6.2.pack.js


Please provide any additional information below.

this is the swfobject:

	<script type="text/javascript">
		var flashvars = {};
		flashvars.videoURL = 
"http://videos.buy.com/videos/buytv/2010/203/203_Sony_CW.mp4";
		flashvars.defaultvolume = "0";
		var params = {};
		params.play = "true";
		params.loop = "true";
		params.menu = "true";
		params.quality = "best";
		params.wmode = "transparent";
		params.bgcolor = "#ffffff";
		params.devicefont = "false";
		params.allowfullscreen = "true";
		params.allowscriptaccess = "always";
		var attributes = {};
		attributes.id = "flashHere";
		attributes.name = "video_player";
		attributes.align = "middle";
		
swfobject.embedSWF("http://www.buy.com/retail/flash/players/buytv/video_player.swf", 
"myAlternativeContent", "850", "479", "9.0.0", false, flashvars, params, attributes);
	</script>


THis is the call:
<a href="#prodImages" class="nyroModal">


this is the Div im attempting to load within nyromodal:

					<div id="prodVideo" class="contentWrapper" style="display: none;">
						
						<div class="tabArea">
						  <li class="tab"><a href="#prodImages" 
class="nyroModal">Images</a></li>
						  <li class="tab activeTab"><a>Videos</a></li>
						  <li class="tab"><a href="#prodImages" class="nyroModal">Other?
</a></li>
						</div><!-- tabArea -->
					
						<div id="myAlternativeContent">

						</div>									 
							

							

					</div><!-- prodVideo -->




Mar 23, 2010
#1 jeff.she...@gmail.com
disregard!!! ive resolved the issue! thanks! love the script btw.
Mar 24, 2010
Project Member #2 nyro...@gmail.com
Glad you find the solution by yourself.
What was the problem and how did you fix it?
Status: Fixed
Mar 24, 2010
#3 jeff.she...@gmail.com
Originally i had tried using an old style of flash implementation (due to IT restrictions at my work place) and that 
was just not working no matter what i did.  I switched to swfobject which i initially implemented incorrectly and 
figured out what i was doing wrong right after i posted this thread.  works like a charm now with swfObject.

thank you!
Jeff