Friday, April 2, 2010

request assistance - unwanted embedded...

Hi there.

So I have a flash intro, which shows as I want it to in Firefox and Opera...as the flash player in the center of the screen. However, in internet explorer, it shows up with ugly scrollbars (not the browser scrollbars...scrollbars within the embedded object region). How do I get rid of these without messing up appearance in the other browsers. For reference, I am using Yahoo Site Builder, which I know is a big no no, but it's where my ability is at right now. Below is the code. I am sure it is messy, but please let me know if there any major problems with it and how to fix this. Thanks.

html xmlns=''http://www.w3.org/1999/xhtml'' xml:lang=''en'' lang=''en''%26gt;
%26lt;head%26gt;
%26lt;meta http-equiv=''Content-Type'' content=''text/html; charset=iso-8859-1'' /%26gt; %26lt;meta http-equiv=''refresh'' content=''32;url=http://mywebsite.org/main.html''%26gt;
%26lt;title%26gt;mywebsitel%26lt;/title%26gt;
%26lt;/head%26gt;
%26lt;body bgcolor=''#000000'' align=''center'' MARGINHEIGHT=''0'' MARGINWIDTH=''0'' TOPMARGIN=''0'' LEFTMARGIN=''0'' RIGHTMARGIN=''0'' BOTTOMMARGIN=''0'' SCROLL=''NO''%26gt;
%26lt;!--url's used in the movie--%26gt;
%26lt;!--text used in the movie--%26gt;
%26lt;!--
100%

--%26gt;
%26lt;!-- saved from url=(0013)about:internet --%26gt;
%26lt;center%26gt;%26lt;object classid=''clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'' codebase=''http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8, 0,0,0'' width=''1100'' height=''800'' id=''myflashmovie'' align=''center''%26gt;
%26lt;param name=''allowScriptAccess'' value=''sameDomain'' /%26gt;
%26lt;param name=''movie'' value=''myflashmovie.swf'' /%26gt;%26lt;param name=''quality'' value=''high'' /%26gt;%26lt;param name=''bgcolor'' value=''#000000'' /%26gt;%26lt;embed src=''myflashmovie.swf'' quality=''high'' bgcolor=''#000000'' width=''1100'' height=''800'' name=''myflashmovie'' align=''center'' allowScriptAccess=''sameDomain'' type=''application/x-shockwave-flash'' pluginspage=''http://www.macromedia.com/go/getflashplayer'' /%26gt;
%26lt;/object%26gt;%26lt;/center%26gt;
%26lt;/body%26gt;
%26lt;/html%26gt;

No comments:

Post a Comment