Help - Search - Members - Calendar
Full Version: embed an swf video
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
shansaran
hi
I have written an code in html

<embed src="first.swf" height="400" width="400" autostart="true"></embed>
I am trying to embed an video .This code doesn.t display anything plz give a alternate code if any to embed an swf video urgent
shansaran
I am not getting any answer
shansaran
hi need explanation with sample code
pandy
Oh dear. You had to wait several minutes! Where are our manners? rolleyes.gif

Reporting your own thread to the moderators doesn't really help eaither. ninja.gif

Look it up at Adobe.
http://kb.adobe.com/selfservice/viewConten...ernalId=tn_4150
Google it.
http://google.com/search?q=embed+flash
Also see http://www.alistapart.com/articles/flashsatay/
shansaran
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com
/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="400" height="300" id="movie" align="">
<param name="movie" value="movie.swf">
<embed src="movie.swf" quality="high" width="400"
height="300" name="movie" align=""
type="application/x-shockwave-flash"
plug inspage="http://www.macromedia.com/go/getflashplayer">
</object>

while using the above code when i right click area i got
' movie not loaded' message
Darin McGrew
Can you provide the URL (address) of a document that demonstrates the problem?
deep
remove that code and insert this.

CODE
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1000','height','760','src','intro','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','intro' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1000" height="760">
  <param name="movie" value="intro.swf" />
  <param name="quality" value="high" />
  <embed src="intro.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1000" height="760"></embed>
</object></noscript>


change value in the code to your address of the swf file.
deep
wrong post sorry
deep
download this html file and copy the code and paste it in a new file. and save it in the Scripts folder in js format. don't forget to create a folder named Scripts if there is'nt any.


Deep
chiwahwah
Very easy.
1)You can install plugin mod (allvideoload) from contral panel.
Type scrip on artical {swf}filename{/swf} that o.K. You must made directory videos in images/stories/videos/xxx.Swf

2)if you don't like install pulgin mod. You can try select embed with player in embed engine on

http://jj.raymeo.net/component/content/art...ode-engine.html

I first time try to embled swf file in landing page is smooth playback. I select embed with player . Result is : hkwharf.Blogspot.Com
Beakers
Keep it small and valid:

<object type="application/x-shockwave-flash" data="first.swf" width="400" height="400">

<param name="movie" value="first.swf" />

</object>

And make sure first.swf is in your folder alongside this page which is displaying it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.