search for: addvariable

Displaying 3 results from an estimated 3 matches for "addvariable".

Did you mean: add_variable
2009 Apr 18
0
Anyone know how to include playerMultipleList.swf
...;> playerMultipleList.swf </div> <script type="text/javascript"> var so = new SWFObject("playerMultipleList.swf", "mymovie", "295", "200", "7", "#FFFFFF"); so.addVariable("autoPlay","no") so.addVariable("playlistPath","myPlaylist.xml") so.write("flashPlayer"); </script> <p>Belinda and The Unicorns are in the process of becoming as popular as The Beatles!<span...
2008 Apr 06
6
[Bug 15377] New: unable to watch DoctorWho
...emp/flash/iplayer-external.swf", "bbc_emp_embed", "512", "323", "8", "#000000"); so.addParam("allowFullScreen", "true"); so.addParam("wmode", "opaque"); so.addVariable("config", "http://www.bbc.co.uk/iplayer/emp/xml/config.xml"); so.addVariable("metafile", "http://www.bbc.co.uk/iplayer/metafiles/episode/b009w049.xml"); so.useExpressInstall('http://www.bbc.co.uk/iplayer/emp/flash/expressin...
2009 Apr 20
1
[LLVMdev] Build fails on windows with VC2008
...value Attached you can find a patch which should fix the issue. Sincerely yours Marius Wachtler Index: DwarfWriter.cpp =================================================================== --- DwarfWriter.cpp (revision 69629) +++ DwarfWriter.cpp (working copy) @@ -1164,9 +1164,9 @@ void AddVariable(DbgVariable *V) { Variables.push_back(V); } virtual bool isInlinedSubroutine() { return false; } - virtual unsigned getLine() { assert ( 0 && "Unexpected scope!"); } - virtual unsigned getColumn() { assert ( 0 && "Unexpected scope!"); } - virtual unsigne...