|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Embedding Flash into HTML
Hi,
Just wondering how I can embed a flash .swf into my html page. thanks |
|
#2
|
|||
|
|||
|
yeah mate....just add it using Dreamweaver...thats the easiest bet....
|
|
#3
|
|||
|
|||
|
Cheers..will do!
|
|
#4
|
|||
|
|||
|
you may also want to check this out
http://www.alistapart.com/stories/flashsatay/ cross browser VALID embedding code. the stuff dreamweaver/flash generates doesnt validate against xhtml, and its bloated.
__________________
beware of geeks bearing animated gifs. |
|
#5
|
|||
|
|||
|
here u go
This is the code that html uses to pull the swf file. You would just need to change the para value and height/width and src value to where your file is located and it will work.
<object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="375" height="250"><param name="movie" value="../new%20images/example.swf"> <param name="quality" value="high"> <param name="LOOP" value="false"> <embed src="../new%20images/example.swf" width="375" height="250" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object> |
|
#6
|
|||
|
|||
|
jackmack, that markup sux (i know its standard, not a dig at you m8!)
http://www.alistapart.com/stories/flashsatay/ really, truly, honestly READ IT!!! ![]() |
|
#7
|
|||
|
|||
|
I think you should all read this: http://www.macromedia.com/devnet/ac.../devletter.html
Changes are in the works. Why not start now. |
|
#8
|
|||
|
|||
|
thanks jackmack357 that works perfectly!
|
|
#9
|
|||
|
|||
|
cheers phacker, missed that.
![]() there's always some git trying to mess things up for a dollar, aint there? |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Embedding Flash into HTML |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|