/    Sign up×
Community /Pin to ProfileBookmark

Adding Flash

I am needing some help in adding a flash file to our site.

I have the flash file up and running, but not for sure how to add the right coding to our html page to show it.

can somebody give me a hand.

[URL=http://www.victorylifecenter.org/temp.html]Sample Page[/URL]

You will see on the page that the banner is just blank. That is where the flash file should be?

Can somebody help?

Thanks
Pastor

to post a comment
HTML

6 Comments(s)

Copy linkTweet thisAlerts:
@KamuiOct 05.2005 — you need to embed the flash file.

ie
[code=html]
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="575" height="120">
<param name=movie value="banner.swf">
<param name=quality value=high>
<embed src="banner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="575" height="120">
</embed>
</object>
[/code]
Copy linkTweet thisAlerts:
@PastorauthorOct 05.2005 — that needs to go where?

Thanks

Pastor
Copy linkTweet thisAlerts:
@KamuiOct 05.2005 — your current code is
[code=html]
a href="news.html"><img src="events.swf" alt="banner" width="575" height="120" border="0"></a></p>
[/code]


just replace what i put in the previous post there.

to have it link to where its pointing, make the flash banner a link, which you can do in flash
Copy linkTweet thisAlerts:
@PastorauthorOct 05.2005 — Do i need to remove the a<ref tag that shows it to go to news.html?


Thanks

PAstor
Copy linkTweet thisAlerts:
@PastorauthorOct 05.2005 — Thanks a bunch that worked.

that was it...


Thanks

Pastor
Copy linkTweet thisAlerts:
@KamuiOct 05.2005 — yes, get rid of the <a ref> tags
×

Success!

Help @Pastor 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.18,
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,
)...