AC_FL_RunContent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','342','height','291','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=URL.guest&autoPlay=false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive'<http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0%27,%27width%27,%27342%27,%27height%27,%27291%27,%27id%27,%27FLVPlayer%27,%27src%27,%27FLVPlayer_Progressive%27,%27flashvars%27,%27&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=URL.guest&autoPlay=false&autoRewind=false%27,%27quality%27,%27high%27,%27scale%27,%27noscale%27,%27name%27,%27FLVPlayer%27,%27salign%27,%27lt%27,%27pluginspage%27,%27http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash%27,%27movie%27,%27FLVPlayer_Progressive%27>); //end AC code
this part: '&streamName=URL.guest<http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0%27,%27width%27,%27342%27,%27height%27,%27291%27,%27id%27,%27FLVPlayer%27,%27src%27,%27FLVPlayer_Progressive%27,%27flashvars%27,%27&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=URL.guest&autoPlay=false&autoRewind=false%27,%27quality%27,%27high%27,%27scale%27,%27noscale%27,%27name%27,%27FLVPlayer%27,%27salign%27,%27lt%27,%27pluginspage%27,%27http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash%27,%27movie%27,%27FLVPlayer_Progressive%27> ' needs to be &streamName=#URL.guest#<http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0%27,%27width%27,%27342%27,%27height%27,%27291%27,%27id%27,%27FLVPlayer%27,%27src%27,%27FLVPlayer_Progressive%27,%27flashvars%27,%27&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=URL.guest&autoPlay=false&autoRewind=false%27,%27quality%27,%27high%27,%27scale%27,%27noscale%27,%27name%27,%27FLVPlayer%27,%27salign%27,%27lt%27,%27pluginspage%27,%27http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash%27,%27movie%27,%27FLVPlayer_Progressive%27> and anywhere else it's referenced. remember it needs to be in cfoutput tags for that var to come thru On Jan 8, 2008 12:19 PM, Gustavo Duenas <[EMAIL PROTECTED]> wrote: > Thanks Derrick I hope you can help me out with, this is the code so far > I've been using to trying to pass the > HTML var from the coldfusion to the embeded flv in javascript. > > <cfset video=URL.guest/> > <cfoutput > > #video# > </cfoutput> > <!-- ImageReady Slices (Untitled-2) --> > <table width="800" height="600" border="0" align="center" cellpadding="0" > cellspacing="0" bgcolor="#B3E2F6" id="Table_01"> > <tr> > <td colspan="2" bgcolor="#DEF2FB"> > <img src="images/videoLuz_01.gif" width="800" height="271" alt=""></td> > </tr> > <tr> > <td bgcolor="#B3E2F6"> > <img src="images/videoLuz_02.gif" width="302" height="329" alt=""></td> > <td align="left" valign="top" bgcolor="#B3E2F6"><script > type="text/javascript"> > AC_FL_RunContent( 'codebase',' > http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','342','height','291','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=URL.guest&autoPlay=false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive'<http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0%27,%27width%27,%27342%27,%27height%27,%27291%27,%27id%27,%27FLVPlayer%27,%27src%27,%27FLVPlayer_Progressive%27,%27flashvars%27,%27&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=URL.guest&autoPlay=false&autoRewind=false%27,%27quality%27,%27high%27,%27scale%27,%27noscale%27,%27name%27,%27FLVPlayer%27,%27salign%27,%27lt%27,%27pluginspage%27,%27http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash%27,%27movie%27,%27FLVPlayer_Progressive%27>); > //end AC code > </script><noscript><object > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" > http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" > width="342" height="291" id="FLVPlayer"> > <param name="movie" value=URL.guest/> > <param name="salign" value="lt" /> > <param name="quality" value="high" /> > <param name="scale" value="noscale" /> > <param name="HtmlVars" value="streanName=URL.guest"/> > <param name="FlashVars" > value="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName= > URL.guest&autoPlay=false&autoRewind=false" /> > <embed src="FLVPlayer_Progressive.swf" > flashvars="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName= > URL.guest&autoPlay=false&autoRewind=false" quality="high" scale="noscale" > width="342" height="291" name="FLVPlayer" salign="LT" > type="application/x-shockwave-flash" pluginspage=" > http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" > /> > </object></noscript></td> > > do far I don't know how to do this, I suppose this would be easy, just set > a coldfusion var and then send it to the javascript, I was wrong, so far is > not working, I've been trying to change everything that > has the streamname tag and nothing. I'd appreciate any help > > regards > > > Gustavo > On Jan 8, 2008, at 10:30 AM, Derrick Anderson wrote: > > if you are seeing things like #video# in the javascript, it sounds like > you are missing some cfoutput tags > > On Jan 7, 2008 1:26 PM, Gustavo Duenas < [EMAIL PROTECTED]<[EMAIL PROTECTED]>> > wrote: > > > Hi, this is outside flex, but I guess that someone here may have seen > > this before. > > > > I have a cfm page and I'm trying to pass a html var to my embeded. > > Because I want to make that the > > var would determine which .flv would be loaded into this. Is simple I > > have the html var, and I'm trying to pass > > it into the Javascript generated by the dreamweaver for the embeded > > .flv. > > > > Well at this time, the javascript only reads.: > > > > URL.guest.flv > > > > or #video# > > > > at this time I can't go further, is there a way to do this...or I'm just > > shooting at the dark, and there is no way to do this the > > way I'm looking for. > > > > I'd appreciate if someone could help me. > > > > Regards > > > > > > Gustavo D. > > > > > > > > > > > > > > > > > > > > > Gustavo A. Duenas > Creative Director > LEFT AND RIGHT SOLUTIONS > 904. 265 0330 - 904. 386 7958 > www.leftandrightsolutions.com > Jacksonville - Florida > > > > >

