• Ciao Guest - You’ve landed at the ultimate Guzzi site. NEW FORUM REGISTRATIONS REQUIRE EMAIL ACTIVATION - CHECK YOUR SPAM FOLDER - Use the CONTACT above if you need help. New to the forum? For all new members, we require ONE post in the Introductions section at the bottom, in order to post in most of the other sections. ALWAYS TRY A SEARCH BEFORE STARTING A NEW TOPIC - Most questions you may have, have likely been already answered. DON'T BE A DRIVE-BY POSTER: As a common courtesy, check back in and reply within 24 hours, or your post will be deleted. Note there's decades of heavily experienced Guzzi professionals on this site, all whom happily give endless amounts of their VALUABLE time for free; BE COURTEOUS AND RESPECTFUL!
  • There is ZERO tolerance on personal attacks and ANY HYPERLINKS to PRODUCT(S) or other competing website(s), including personal pages, social media or other Forums. This ALSO INCLUDES ECU DIAGnostic software, questions and mapping. We work very hard to offer commercially supported products and to keep info relevant here. First offense is a note, second is a warning, third time will get you banned from the site. We don't have the time to chase repeat (and ignorant) offenders. This is NOT a social media platform; It's an ad-free, privately funded website, in small help with user donations. Be sure to see the GTM STORE link above; ALL product purchases help support the site, or you can upgrade your Forum profile or DONATE via the link above.
  • Be sure to see the GTM STORE link also above for our 700+ product inventory, including OEM parts and many of our 100% Made-in-SoCal-USA GTM products and engine kits. In SoCal? Click the SERVICE tab above for the best in service, tires, tuning and installation of our products or custom work, and don't miss our GT MotoCycles® (not) art on the BUILDS tab above. WE'RE HERE ONLINE ONLY - NO PHONE CALLS MADE OR RECEIVED - DO NOT EMAIL AND ASK QUESTIONS OR ASK TO CALL YOU.
  • Like the new V100, GuzziTech is full throttle into the future! We're now running on an all-new server and we've updated our Forum software. The visual differences are obvious, but hopefully you'll notice the super-fast speed. If you notice any glitches or have any issues, please post on the Site Support section at the bottom. If you haven't yet, please upgrade your account which is covered in the Site Support section or via the DONATE tab above, which gives you full site access including the DOWNLOADS section. We really appreciate every $ and your support to keep this site ad-free. Create an account, sign in, upgrade your account, and enjoy. See you on the road in 2024.

Griso 1100 Video

StokedOnSpokes

Tuned and Synch'ed
Joined
Nov 9, 2008
Messages
55
Location
Sugar Grove, Illinois
On the Guzzi US site, there used to be a Griso 1100 promotional video. For whatever reason, I cannot get it to load or play. I've searched the internet and the foreign Guzzi sites and I have not found it.

Does anyone have a link to this video?

Thank you,
S-O-S
 
Do the video links work for you? When I click on the Griso videos, my player launches but says "cannot find video". Please let me know if you can actually watch the videos.

Thank you!

S-O-S
 
I wonder why it doesn't work on my side. I've tried it with two different machines and neither one would load the Grizzo videos. I'll try it on another computer and see what happens.

Thanks.
 
+1

Those links didn't work for me either. The player pops up but can't find the files. This is very strange. Techincally, it should play on my end. I can understand if I didn't have the correct codec but the player says it cannot find the file. I'm bummed...
 
Todd's links are not direct links to the video content, but give some html that loads and executes a bit of rather obfuscated javascript (possibly calling into ActiveX which would mean you'd need to use MSIE), undoubtedly meant to make it hard to figure out where the video content resides. Too hard, clearly, OR you have to get to the video via the official "clicking path" rather than by through a direct link.

Apparently, the website is maintained by another Luigi (iGiul, to remain fashionable, maybe? :silly:)
 
PS: I'm pretty sure I've seen copies of those videos on youtube. (I may even have a copy of either one of those on a CD/DVD somewhere at home).
 
RJVB wrote:
Todd's links are not direct links to the video content, but give some html that loads and executes a bit of rather obfuscated javascript (possibly calling into ActiveX which would mean you'd need to use MSIE), undoubtedly meant to make it hard to figure out where the video content resides. Too hard, clearly, OR you have to get to the video via the official "clicking path" rather than by through a direct link.

Apparently, the website is maintained by another Luigi (iGiul, to remain fashionable, maybe? :silly:)

You're just sooo spot on! At least I think.... guess.., errh hope :blush: :laugh:

(PS: What does it say? :silly: )
 
You asked for it!

Code:
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>Moto Guzzi</title>
	<style type="text/css" media="screen" title="Moto Guzzi">
	<!--
		@import url('/css/screen.css');
	-->
	</style>
	<script src="/js/script.js" type="text/javascript"></script>
	<script src="/js/AC_Flash.js" language="JavaScript" type="text/javascript"></script>

	<script src="/js/AC_RunActiveContent.js" language="JavaScript" type="text/javascript"></script>
</head>
<body>
		<div id="player">
			<script language="JavaScript" type="text/javascript" >
				//<![CDATA[
					var file = location.search.substring(1);
					AC_RunFlContentX ("movie", "/swf/player.swf?url=" + file, "quality", "high", "src", "/swf/player.swf?url=" + file, "width", "352", "height", "308","wmode","window", "name", "home", "id", "home","FlashVars",location.search );
				//]]>
			</script>
			<noscript>
				<object type="application/x-shockwave-flash" data="/swf/player.swf?url=" width="352" height="308" name="home" id="home">
			    <param name="movie" value="?url=" />
			    <param name="wmode" value="window" />
				</object>
			</noscript>
		</div>
</body>

</html>
 
Back
Top