YouTube Ruby
-
(Matter of fact, a script I'm working on now will have the whole Help system as YouTube videos)
-
Hold on I got it to work fine - make sure you 'embed' it though
-
This doesn't seem to work actually. I can play the embedded link from the skp uploaded here, but when I try to embed my own, a blank screen pops up with the url address.
I'm on a pc btw -
I got it to work too, any way to make the dialog box smaller, mine is a mile long.
-
Prince:
The Creator >> Copyright 2008, Moris Papasmadov, dovmoris@gmail.com
Got the script from the ruby depot
( http://www.crai.archi.fr/RubyLibraryDepot/Ruby/en_ren_page.htm )I did what you showed above. This is how I pasted the embedded info into the ruby dialog.
-
Are you a mac user? Maybe you need to upgrade your flash??
-
The script's homepage is here:
-
Model updated using latest version of the script.
See the first posting for updated links and model.
-
-
Great Script. Every idea comes to my mind for SU usage, i look first SUcat if someone already did it.
I hope scriptmasters evaluate that at their masterpieces for a simple right click video-demonstration
on "plugin menu items.." instead models. i'll try that. -
That helps me inject "Help" codes into each script i do not remember how it is operated.just changed a few codes on youtube embed.
m.add_item('HELP..clean3..') { link_value='<object style="height; 390px; width; 640px"><param name="movie" value="http://www.youtube.com/v/seJYub0LCmQ?version=3&feature=player_profilepage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/seJYub0LCmQ?version=3&feature=player_profilepage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object> ' @dlg = UI;;WebDialog.new "CleanUp³ YouTube Help " html_string = "<html><body leftmargin=1 topmargin=1 bottommargin=0 marginwidth=0 marginheight=0>" + link_value + " </body></html>" @dlg.set_html html_string @dlg.set_size 680, 410 @dlg.show p html_string }
Advertisement