View Full Version : Flash and Yahoo PageBuilder
Rewired
2 Dec 2004, 11:08am
Anyone by chance exactly how I can embed a SWF file into a page built in Yahoo! PageBuilder?
If they'll allow you to insert HTML...
<embed src="link to SWF file" height=### width=###>
Rewired
3 Dec 2004, 8:20am
Thrax,
Thank you. That looks nice and simple. Could you possibly explain all the extra code Dreamweaver creates when embeding a Flash Movie.
ex.
>object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="10" height="10"<
>param name="movie" value="http://www.geocities.com/kgbwired/kgb.swf"<
>param name="quality" value="high"<
>embed src="http://www.geocities.com/kgbwired/welcome.swf" quality="low" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="10" height="10"<>/embed<>/object<
Truly thanks a bundle for your help.
-Michael
All the extra code includes redirects to macromedia to download flash if they don't have the player install. It also declares the version of flash being used, the quality, and instructions to the browser so it knows precisely what it's looking at ("application/x-shockwave-flash"). If you're serious about webdesign, you'll want all that extra code.
If you're a hack like me, you don't care.
Rewired
3 Dec 2004, 4:46pm
I don't know what I am. That said I have two questions; [1] the code above is directing to a swflash.cab. Is this simply install files incase the end-user doesn't have the flash plug-in? Also, there are not just one but two paths to the Flash Movie. Interestingly enough I find if I change one path but not the other, Firefox will link the user to one and IE to the other..
Question 2 is just slightly off topic. Above I posted example code and obviously I didn't want it to compute so I replaced all the "<" with ">" and thr ">" with "<". This succeeded in disabling the code it's slightly distracting. How is posting code usually handled?
Thank you again for your help and time.
a2jfreak
3 Dec 2004, 6:21pm
<You can> post <code> inside [ php ] tags [ /php ] just don't use the spaces.
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.