search for: flashvars

Displaying 10 results from an estimated 10 matches for "flashvars".

2009 Jul 30
1
Rails Plugin for swfobject? - swf_fu
...it up. The variable is already retrieved in an earlier call to the database so I don''t believe it''s any type of authentication string issue. Here''s two examples: <%= swf_tag "victory.swf", :size => "250x75", :div_id => "flbars", :flashvars => "victory_id=#{@virtuals_victory}", :parameters => {:wmode => ''transparent''} %> OR <%= swf_tag "victory.swf", :size => "250x75", :div_id => "flbars", :flashvars => {:victory_id => @virtuals_victory}, :paramete...
2009 May 28
1
[PATCH server] Change default flexchart view and increase vertical dimension of flexchart area.
...raphs.rhtml @@ -7,10 +7,10 @@ $('#flex_history_chart').flash( { src: '<%=flash_path("flexchart")%>', width: 720, - height: 300, + height: 380, wmode: 'transparent', menu: false, - flashvars: { flexchart_data: "<%= url_for :controller =>'/graph', :action => 'flexchart_data' %>/<%= @id %>/memory/<%= Time.now.to_i - 60 * 60 * 24 %>/<%= Time.now.to_i %>/peak" } + flashvars: { flexchart_data: "<%= url_for :controller...
2009 Apr 22
1
how can I get the friends of a fb user only using his facebook id
...movie embedded in the canvas page of my Facebooker application. The movie gets information from an xml file, which is generated by .rxml file, but this rxml file has no information related to the current facebook user and his session. So I can only pass some data that comes from the <fb:swf> flashvars through the flash movie to the .rxml in the form of url arguments. One possible things to pass is fb_sig_user, which is the facebook id of the user. Other available flashvars are listed in the wiki: http://wiki.developers.facebook.com/index.php/Fb:swf So, I need to have info about the facebook use...
2011 Mar 23
2
rails 3 + mongrel + mime type swf
...on in localhost. In index.html.erb file I added <object type="application/x-shockwave-flash" data="../public/player_mp3.swf" width="200" height="20"> <param name="movie" value="player_mp3.swf" /> <param name="FlashVars" value="mp3=file.mp3" /> </object> However, when Mongrel server sends swf resource with Content-Type:text/html; charset=utf-8, and because of this nothing is displayed in browser. How can I configure mongrel(I use it only in localhost) to return corect Mime type for swf ob...
2007 Mar 19
5
swfdec-mozilla: Changes to 'master'
configure.ac | 5 +++++ src/plugin.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit 34275329ed70819ec66a9e90d4c36a5f729c1759 Author: Benjamin Otte <otte@gnome.org> Date: Mon Mar 19 20:17:27 2007 +0100 Define XP_UNIX and MOZ_X11 instead of including the (internal) mozilla-config.h
2009 Dec 13
0
r65 committed - Use the GeoCommons addOverlay method
...host:4001''; - F1.Maker.core_host=''http://localhost:4000''; - this.loaded[this.api] = false; // Loading will take a little bit. - - url = "1"; - new F1.Maker.Map({map_id:url, dom_id:this.element.id, - flashvars: {"map_id":url}, - onload: function(map){ - me.maps[me.api] = map; - // f1_swfobject21.getObjectById(this.element.id); + F1.Maker.core_host = f1_core_host; + F1.Maker.finder_host = f1_finder_host; + F1.M...
2008 Jan 25
0
How to load YouTube video swf in swfdec
Hi, I am trying to load YouTube's flash video player in swfdec. So I * go to a youtube page with a video * find out the embed tag which is the flash video player * saved the swf file locally * copy the flashvar of the embed tag And I input to swfplay like this ./swfplay player2.swf
2007 Apr 27
0
swfdec-mozilla: Changes to 'refs/tags/0.4.3'
...t-click menu hide dialog on close and destroy it with player keep the initial loader around so we know where the player comes from Set the window title to the original filename update NEWS release 0.4.2 back to cvs handle MotionNotify events implement FlashVars various fixes for stability's sake small fixes use the new SwfdecLoader API to query better information to display on the media info page. add descriptions for xml and text Define XP_UNIX and MOZ_X11 instead of including the (internal) mozilla-config.h add sw...
2007 Apr 27
0
swfdec-mozilla: Changes to 'refs/tags/0.4.4'
...t-click menu hide dialog on close and destroy it with player keep the initial loader around so we know where the player comes from Set the window title to the original filename update NEWS release 0.4.2 back to cvs handle MotionNotify events implement FlashVars various fixes for stability's sake small fixes use the new SwfdecLoader API to query better information to display on the media info page. add descriptions for xml and text Define XP_UNIX and MOZ_X11 instead of including the (internal) mozilla-config.h add sw...
2007 Feb 17
6
swfdec-mozilla: Changes to 'master'
...+++++++++-- src/swfmoz_player.c | 15 ++++++++++++++- src/swfmoz_player.h | 3 +++ 3 files changed, 30 insertions(+), 3 deletions(-) New commits: commit cb81679b7533d944dbb098f70da0a92ec4372749 Author: Benjamin Otte <otte@gnome.org> Date: Sat Feb 17 13:35:52 2007 +0100 implement FlashVars