PDA

View Full Version : Displaying Flash...



TRUNKS
June 8th, 2002, 03:52
Whats the exact html code to display a flash button/graphic on a page?

guitarnerd
June 8th, 2002, 16:09
<src="yourflash.swf">

Klarinet
June 9th, 2002, 19:46
Here's something straight out of an HTML editor:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="32" height="32">
<param name="src" value="flash-file.swf">
<embed src="flash-file.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="32" height="32">
</embed>
</object>

Just fill out the things you need to fill out, and you're done. :)

guitarnerd
June 9th, 2002, 20:53
I think mine would work and that is why you don't use any editors that is all non sense except maybe the download player if not installed

Klarinet
June 9th, 2002, 21:33
Originally posted by guitarnerd
I think mine would work and that is why you don't use any editors that is all non sense except maybe the download player if not installed

Yours would work, but you'd have to add width and height demensions, maybe background color, etc. It's not nonsense, it's just more customizable if you need more options. :)

guitarnerd
June 10th, 2002, 02:09
No it is nonsense to me that looks like letters but when I write html myself it is pretty and understandable

Klarinet
June 10th, 2002, 16:09
Originally posted by guitarnerd
No it is nonsense to me that looks like letters but when I write html myself it is pretty and understandable

HTML wasn't meant to be pretty and understandable. :p

guitarnerd
June 10th, 2002, 18:41
Think of a browser as a guy and html or whatever type of source you use as a girl.
You want the pretty girl, not the ugly fat one.

Klarinet
June 10th, 2002, 22:41
Originally posted by guitarnerd
Think of a browser as a guy and html or whatever type of source you use as a girl.
You want the pretty girl, not the ugly fat one.

...

That was a really bad metaphor. :p

Here's a reprimand: Looks don't matter, it's what's on the inside that counts. ;)

guitarnerd
June 10th, 2002, 22:44
Ok you don't get the point and it is infuriating. YOU DO NOT USE HTML EDITORS! The only way to make anything good for the web is in Notepad or similar such things.

Klarinet
June 10th, 2002, 22:46
Originally posted by guitarnerd
Ok you don't get the point and it is infuriating. YOU DO NOT USE HTML EDITORS! The only way to make anything good for the web is in Notepad or similar such things.

They're not bad. You don't even have to use them and their options, you can just write your own scratch HTML and let the editor help you on the way. Sure, Notepad is the more advanced way to go, but an editor can be just as good used properly.

guitarnerd
June 10th, 2002, 22:47
Originally posted by Klarinet


They're not bad. You don't even have to use them and their options, you can just write your own scratch HTML and let the editor help you on the way. Sure, Notepad is the more advanced way to go, but an editor can be just as good used properly.
Ok make a site using External CSS and SSL and then I will believe you

Klarinet
June 10th, 2002, 23:00
Originally posted by guitarnerd

Ok make a site using External CSS and SSL and then I will believe you

We were talking about HTML, not other scripting languages.

Jan
June 10th, 2002, 23:01
You guys have confused TRUNKS enough now I think. Maybe he will try both and see what works best for him.

Klarinet
June 10th, 2002, 23:15
Originally posted by Jan
You guys have confused TRUNKS enough now I think. Maybe he will try both and see what works best for him.

I already have. I prefer the HTML editor, but that's just my opinion.

Let's settle it on that: It's up to the person to decide whether an editor or scratch is better for him/her.

Problem solved. Woohoo! :p :D