|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  10-20-2008, 06:07 PM | #1 | 
| Too lazy to set a custom title Industry Role:  Join Date: Oct 2002 Location: Montreal, Quebec 
					Posts: 29,754
				 | 
				
				Business Thread : FLV ok in Firefox,, but not in IE
			 Am finishing a site using Cs-Cart. I add movie clips in flv in the description page : http://dfidistribution.com/defonce-d...ts-culs-6.html In Firefox, the trailer shows and plays ok. In Internet explorer, it doesn't show or play. On the other hand, in IE, not in the shopping cart, it does play : http://dfidistribution.com/mediaplayer/flash2.htm This is the code : PHP Code: 
			Player is JW Player 4.1.60 Any ideas ???? 
				__________________ I know that Asspimple is stoopid ... As he says, it is a FACT ! But I can't figure out how he can breathe or type , at the same time .... | 
|   |           | 
|  10-20-2008, 06:32 PM | #2 | 
| Too lazy to set a custom title Industry Role:  Join Date: Oct 2002 Location: Montreal, Quebec 
					Posts: 29,754
				 | Forgot to put a Hit-it pic in the subject of the thread .... Or maybe a contest ..... OK, first to give me a working solution ( flash in the pages of both IE and FF ) wins a Starter Plan virtual for six months..... Now Shoot .... 
				__________________ I know that Asspimple is stoopid ... As he says, it is a FACT ! But I can't figure out how he can breathe or type , at the same time .... | 
|   |           | 
|  10-20-2008, 06:56 PM | #3 | 
| Confirmed User Industry Role:  Join Date: Mar 2006 Location: Australia 
					Posts: 3,800
				 | ActiveX is blocking the flash, use swfobject to display the flash content. Get the js file from here http://blog.deconcept.com/swfobject/ And use this code <script type="text/javascript" src="swfobject.js"></script> <div id="flashcontent"> This text is replaced by the Flash movie. </div> <script type="text/javascript"> var so = new SWFObject("http://dfidistribution.com/mediaplayer/player.swf", "movie", "320", "240", "8", "#336699"); so.addParam("file", "http://dfidistribution.com/flv/defonce_6.flv"); so.write("flashcontent"); </script> | 
|   |           | 
|  10-20-2008, 06:57 PM | #4 | |
| Too lazy to set a custom title Industry Role:  Join Date: Oct 2002 Location: Montreal, Quebec 
					Posts: 29,754
				 | Quote: 
  
				__________________ I know that Asspimple is stoopid ... As he says, it is a FACT ! But I can't figure out how he can breathe or type , at the same time .... | |
|   |           | 
|  10-20-2008, 07:22 PM | #5 | 
| Too lazy to set a custom title Industry Role:  Join Date: Oct 2002 Location: Montreal, Quebec 
					Posts: 29,754
				 | Placed that code in the description, but did not work ... I put back the original code, and your code in this page: http://dfidistribution.com/defonce-d...ts-culs-5.html No video shows up all .. unless I didn't undedstand the actual code ... Did the site today, so am a bit tired .... Just don't want to use wmv files .... 
				__________________ I know that Asspimple is stoopid ... As he says, it is a FACT ! But I can't figure out how he can breathe or type , at the same time .... | 
|   |           | 
|  10-20-2008, 07:33 PM | #6 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | <embed width=320 height=240 src="http://dfidistribution.com/mediaplayer/player.swf?file=http://dfidistribution.com/flv/defonce_6.flv&tp=swf"> 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  10-20-2008, 07:36 PM | #7 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | you could also link straight to the player with file like so http://dfidistribution.com/mediaplay...autostart=true 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  10-20-2008, 07:40 PM | #8 | 
| Confirmed User Industry Role:  Join Date: Mar 2006 Location: Australia 
					Posts: 3,800
				 | Have a good read around http://blog.deconcept.com/swfobject/ I'm sure this is your best option. | 
|   |           | 
|  10-20-2008, 07:58 PM | #9 | |
| Too lazy to set a custom title Industry Role:  Join Date: Oct 2002 Location: Montreal, Quebec 
					Posts: 29,754
				 | Quote: 
 http://dfidistribution.com/la-bacheliere-21.html In IE, it starts at the second click .... but that is no real problem. Settles my problem. Thanks for that ... Hit me up for your free hosting .... 
				__________________ I know that Asspimple is stoopid ... As he says, it is a FACT ! But I can't figure out how he can breathe or type , at the same time .... | |
|   |           | 
|  10-20-2008, 08:00 PM | #10 | |
| Too lazy to set a custom title Industry Role:  Join Date: Oct 2002 Location: Montreal, Quebec 
					Posts: 29,754
				 | Quote: 
  ): pierre -at- pdg.hosting -dot-com 
				__________________ I know that Asspimple is stoopid ... As he says, it is a FACT ! But I can't figure out how he can breathe or type , at the same time .... | |
|   |           | 
|  10-20-2008, 08:13 PM | #11 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | another easy way to do it would be to put it in an iframe like so <iframe width=320 height=240 frameborder=0 src="http://dfidistribution.com/mediaplayer/player.swf?file=http://dfidistribution.com/flv/defonce_6.flv&autostart=true&tp=swf"></iframe> change autostart to false if you dont want it to play on load 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  10-20-2008, 08:59 PM | #12 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | btw i built a little system you might be interested that automagically adds custom intro's or outro' to the video without altering the flv's , its pretty simple , basically using a little htaccess trickery to call the video as a playlist adding a custom changeable intro and or outro 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  10-20-2008, 09:04 PM | #13 | 
| I make pixels work Industry Role:  Join Date: Jun 2005 Location: I live here... 
					Posts: 24,386
				 | IE lost a lawsuit with adobe a couple years back that made flash encounter complications. The dead click issue. The swfobject rectifies that problem.  Not sure if it helps yours 
				__________________ | 
|   |           | 
|  10-20-2008, 09:44 PM | #14 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | heres an example of your video using the playlist example i explained above http://ytmnd.webspacemania.com/dfi/p...&repeat=always if you look at the url closely you will see the flv is added into the playlist "on the fly " i.e. any flv can simply be added into the url to create a new playlist with a custom intro and outro 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  10-20-2008, 09:45 PM | #15 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | nah i think his original problem was just a line break where it shouldn't have been 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  10-20-2008, 10:54 PM | #16 | 
| I make pixels work Industry Role:  Join Date: Jun 2005 Location: I live here... 
					Posts: 24,386
				 | i figured it had nothing to do with his problem, i was just elaborating on the dead click issue with IE 
				__________________ | 
|   |           |