/    Sign up×
Community /Pin to ProfileBookmark

how to add multimedia appl to webpage

how to add a flash or any multimedia application to a webpage

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@LAwebTekJan 24.2003 — Flash is inserted like this:

<object classid="clsid?27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="" height="">

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

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

<embed src="your_file.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="" height=""></embed></object>
Copy linkTweet thisAlerts:
@khalidali63Jan 24.2003 — You can add a Java applet using the following syntax

<APPLET CODE=appletClassName.class WIDTH=256 HEIGHT=256 NAME="myApplet">

<PARAM NAME="param1" VALUE="param1">

<PARAM NAME="param2" VALUE="param2">

</APPLET>
Copy linkTweet thisAlerts:
@srimcaauthorJan 24.2003 — i want to display the applet or the multimedia application when the webpage is loaded.
×

Success!

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