/    Sign up×
Community /Pin to ProfileBookmark

Flash not showing in FF or Opera

But it works perfectly in IE…I thought it may be that I’m using 4.01 strict, but that’s not the problem given I’m using 4.01 on my homepage and it shows the flash on that page fine.

It my photogalleries I’m having the problem with….any idea of how to fix this problem???

[URL=http://www.theminnercompany.com/galleries/doors/main.html]Click Here for the Photo Gallery[/URL]

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@_Aerospace_Eng_Nov 03.2006 — Take a look at your code carefully.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="600" height="600" id="main" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="[b]main.swf[/b]" />
<param name="wmode" value="transparent">
<param name="quality" value="high" />

<i> </i> &lt;param name="bgcolor" value="#000000" /&gt;
<i> </i> &lt;embed src="[b]../../main.swf[/b]" quality="high" bgcolor="#000000" width="600" height="600" name="main" wmode="transparent" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /&gt;&lt;/object&gt;

Notice the file name differences? You shouldn't be using the embed tag either. Try this
&lt;object type="application/x-shockwave-flash" data="main.swf" width="600" height="600"&gt;
&lt;param name="movie" value="main.swf"&gt;
&lt;/object&gt;
Copy linkTweet thisAlerts:
@ZapacomanauthorNov 03.2006 — awesome...works and validates under w3c, awesome.

Now, a second problem I noticed....before converting to 4.01 strict...this mailto tool use to work perfectly, now it doesn't, but i don't know why...any ideas?

[URL=http://www.theminnercompany.com/estimates.htm]One Example[/URL]

[URL=http://www.theminnercompany.com/contactus.htm]A Second[/URL]

[URL=http://www.theminnercompany.com/join.htm]and a Third[/URL]
Copy linkTweet thisAlerts:
@_Aerospace_Eng_Nov 03.2006 — I don't recommend using frontpage extensions or the mailto when trying to send data. All users don't have a default mail client setup. You are better off using some type of server side language like php or asp.
×

Success!

Help @Zapacoman spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...