/    Sign up×
Community /Pin to ProfileBookmark

Webpage with flash intro won’t load

Can someone please take a look at my page…I have a simple flash presentation that loads from my computer at work, but will not load for others on dial up or broadband…I have a T1 connection at work. The website is [url]www.mikewestonministries.com[/url]

Thanks!

to post a comment
Full-stack Developer

4 Comments(s)

Copy linkTweet thisAlerts:
@soccer362001Feb 25.2004 — a link would be nice.
Copy linkTweet thisAlerts:
@toicontienFeb 26.2004 — Um. You might want to check the code ? The URLs to your .swf files are absolute URLs to files on your local machine
[code=php]
<param name="movie"

value="[b]file:///C|/Documents%20and%20Settings/bnx2993/Desktop/mike/New%20Page/michael2.swf[/b]">
<param name="loop" value="false">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<embed name="michael"
src="[b]file:///C|/Documents%20and%20Settings/bnx2993/Desktop/mike/New%20Page/michael2.swf[/b]"
[/code]

Might want to check whether Dreamweaver or Frontpage is using relative or absolute URLs to link to items.
Copy linkTweet thisAlerts:
@jdoggzauthorFeb 26.2004 — When I look at the index.html file in dreamweaver, this is what I see:

<object classid="clsid?27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"

id="michael" width="50%" height="50%">

<param name="movie" value="michael2.swf">

<param name="loop" value="false">

<param name="quality" value="high">

<param name="bgcolor" value="#000000">

<embed name="michael" src="michael2.swf"quality="high" bgcolor="#000000"

width="100%" height="100%"


But what you are telling me has to be the way it is out there, cause that's the exact path on my hard drive!!
Copy linkTweet thisAlerts:
@rhsundergroundFeb 26.2004 — i think what you need is this:
[code=php]
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="michael" width="50%" height="50%">
<param name="movie" value="http://yoursite.com/michael2.swf">
<param name="loop" value="false">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<embed name="michael" src="http://yoursite.com/michael2.swf"quality="high" bgcolor="#000000"
...
[/code]
×

Success!

Help @jdoggz 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.19,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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