PDA

View Full Version : Easily inserting a flash movie



Mentor
13-10-2005, 09:15 PM
Ok, since a few people ask what the code is, and most sites just provide the bloated over configured versions, here all u need to insert a flash movie in to your page
rember, the movie is the .swf, the fla is teh file used to edit it all.

Key:
URL = The url to the flash movie
H = Height
W= Width
T= Title



<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="W" height="H" title="T">
<param name="movie" value="URL">
<param name="quality" value="high">
<embed src="URL" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="W" height="H"></embed>
</object>


If your wondeirng why u need to do it all twice its becuse IE and firefox browses have a diffent method, one requires it to be embed in a page, while the other reques it to be set up as an object.
That should work in both browsers.

yes i relise to many this is pretty easy and ovios, but its just a easy to change c& p code for useage for those who may want it when codieng etc :D

splintercell!
14-10-2005, 06:59 AM
Very nice! Loads of people seem to want the code but when you publish something in flash it gives them the code in a html doc. You have to wonder why they dont just look there "/

pechie100
14-10-2005, 07:07 AM
Thanks for the info !

timROGERS
14-10-2005, 07:33 AM
Moved to Website Tutorials

JoeComins
25-12-2005, 04:58 PM
You don't know how much you've influenced me Carl!

But this code it good, s I'm using it

TY

-=rooty987=-
30-12-2005, 12:39 PM
In dreamweaver you just insert it "/ Isn't that alot easier?

darkchicken101
30-12-2005, 02:53 PM
Some people don't have Dreamweaver...

-=rooty987=-
30-12-2005, 03:56 PM
Sorry...

timROGERS
02-01-2006, 03:18 PM
I moved this here when I was a trialist MOD :P

Mentor
03-01-2006, 06:26 PM
Wow, i used to have 7500 posts, i thougt it was only around 6000 "/

Dan Williamson
04-01-2006, 09:36 AM
Wow, i used to have 7500 posts, i thougt it was only around 6000 "/

You spamzor :o

Everyone misses your awesome skills here :(

I think you should stayza on this account :p

- Dan

Mentor
06-02-2006, 03:03 PM
You spamzor :o

Everyone misses your awesome skills here :(

I think you should stayza on this account :p

- Dan
i wish theyed unban good old mentor account, twas shinyer, plus i twas less bitter so insulted less and helped more "/

DarkSythe
25-02-2006, 02:05 PM
:Ojuij7uopo9

Rob
27-02-2006, 07:22 PM
What's the HTML code to stop a flash movie from looping?
I tried loop="false" but it didn't work "/

-Rob \m/

nets
07-03-2006, 09:53 AM
What's the HTML code to stop a flash movie from looping?
I tried loop="false" but it didn't work "/

-Rob \m/
On the last frame of your movie insert this into action script:

stop();

Want to hide these adverts? Register an account for free!