GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Code for a A Flash Movie For FIREFOX.... (https://gfy.com/showthread.php?t=549286)

Juicy D. Links 12-07-2005 03:20 PM

Code for a A Flash Movie For FIREFOX....
 
Seems the usual code seems to fuck up the whole page and shit in FF

Anybody know of this issue with embedded flash?

Juicy D. Links 12-07-2005 04:04 PM

lalalalal

EdgeXXX 12-07-2005 04:13 PM

I haven't had this happen yet, but if you give me a few more details I'll walk you through a solution

Ice 12-07-2005 04:16 PM

Use of the <OBJECT> tag to EMBED the Flash OBJECT in Mozilla.



Object should appear here.
http://www.macromedia.com/shockwave/download/triggerpages/flash.swf" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="120" loop="true" quality="best" bgcolor="#003399">
End of object.

<object
data="http://www.macromedia.com/shockwave/download/triggerpages/flash.swf"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash"
width="300"
height="120"
loop="true"
quality="best"
bgcolor="#003399">
</object>

Juicy D. Links 12-07-2005 04:53 PM

Code:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ID=NAME WIDTH=## HEIGHT=##>
<PARAM name="wmode" value="transparent"><PARAM NAME=movie VALUE="URL">
<PARAM NAME=quality VALUE=high>
<EMBED src='URL' quality=high bgcolor=#000000  WIDTH='##' HEIGHT='##' NAME='NAME' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>
</EMBED></OBJECT>


that works thank Chris :thumbsup


All times are GMT -7. The time now is 04:59 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123