View Full Version : How do i put flash on my site?
Hey,
I made a flash banner but i dont know how to put it on my site,
I'm using frontpage and the file has a .fla extension, I try dragging the file onto the page but it just comes up as the name and alink to the file.
i'd probably use dreamweaver. If you uploaded the photo to like photobucket there should be an html tag to put it on ur site. just spot where in the code you could put it
Mentor
14-05-2005, 06:39 PM
fla is not the playble format of flash its the one that contains the data for the flash movie, aka no compiled.
The one you wnat to insert in tpo the page is the swf file.
The insettion code for the swf is
<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="number" height="number">
<param name="movie" value="url of flash">
<param name="quality" value="high">
<embed src="url of flash" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="number" height="number"></embed>
</object>
bold bits need editing
you need to buy a flash program to do it right? if so how much?
Mentor
14-05-2005, 06:46 PM
you need to buy a flash program to do it right? if so how much?
You cant realy get a fla without haveing the flahs program "/
Athogh best program for flash is macromedia flash
http://www.macromedia.com/software/flash/?promoid=home_prod_flash_082403
Athogh price is VERY steep
i'll ditch that... *throws idea in bin*
zak-x
14-05-2005, 07:19 PM
Dream weaver= £200-£500
macromdia flash= £100-£300
I got the trial version of Macromedia Flash MX 2004 to make it,
I think i need to get a code for it, like html to put in the HTML tag.
Mentor
15-05-2005, 01:54 PM
I got the trial version of Macromedia Flash MX 2004 to make it,
I think i need to get a code for it, like html to put in the HTML tag.
html code to imbed flash movie is
<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="number" height="number">
<param name="movie" value="url of flash">
<param name="quality" value="high">
<embed src="url of flash" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="number" height="number"></embed>
</object>
just edit bold bits :D
where do i get a URL for it?
I tried photobucket,but it doesnt support .fla
Edit: Sorry For Double Post
[Edited By Partie2] (Forum Moderator) Please try dont double post just edit your last post.
:Woof
15-05-2005, 02:20 PM
Ok open the program,
do what you have to do :)
click file then click export then click .html & .Swf
and upload them to photobucket :) it should allow you
:Blob
15-05-2005, 02:22 PM
where do i get a URL for it?
Upload it onto your server
Mr.Comedian
15-05-2005, 02:24 PM
My ict teacher says u can get a student discount for flash mx and dreamweaver
:Blob
15-05-2005, 02:26 PM
Get 30 day free trial...
:Woof
15-05-2005, 02:27 PM
why as we are pupils?
anyway back ontopic :)
did that work?
Thanks alot both of u, (:Woof and Mentor)
It deserves some + Rep :D
:Woof
15-05-2005, 02:37 PM
waahaaay :)
its best to help others ;)
Mentor that code doesnt work : /
:Woof
15-05-2005, 02:54 PM
o.O code to show the flash ?
ie like a flash banner you want it on site?
if so then hold on and i will see if i can find you the code ;)
Ok if u could that would be great, and yea it is a banner
:Woof
15-05-2005, 03:00 PM
Hey, me again, try this :
i dont think this will work though (veru unlikely)
<embed width="128" height="128" src="URL HERE"></p>
:Woof
15-05-2005, 03:16 PM
heh, didnt think it would, hang on :)
<OBJECT
codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0
height=110 width=550
classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="url here">
<PARAM NAME="quality" VALUE="High">
<param name="_cx" value="14552">
<param name="_cy" value="2910">
<param name="FlashVars" value>
<param name="Src" value="URL HERE">
<param name="WMode" value="Window">
<param name="Play" value="-1">
<param name="Loop" value="-1">
<param name="SAlign" value>
<param name="Menu" value="-1">
<param name="Base" value>
<param name="AllowScriptAccess" value="always">
<param name="Scale" value="ShowAll">
<param name="DeviceFont" value="0">
<param name="EmbedMovie" value="0">
<param name="BGColor" value>
<param name="SWRemote" value>
<param name="MovieData" value>
<param name="SeamlessTabbing" value="1">
<embed width="550" height="110" src="URL HERE"
quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed></OBJECT>
that should work :l long code, there is a shorer one, cant find it
where it says width and height should i change that to what it is on the banner?
:Woof
15-05-2005, 04:58 PM
yes ;) and should work
I don't get it, it won't do it
Mentor
15-05-2005, 05:10 PM
for the 3rd time in this thread, this is the basic code to imbed a flash movie
<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="number" height="number">
<param name="movie" value="url of flash">
<param name="quality" value="high">
<embed src="url of flash" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="number" height="number"></embed>
</object>
Lol, sorry,
anyway i got it sorted, i was pasting it right onto FrontPage and it was changin the code, so i pasted it into wodpad then copy& pasted it into frontpage, may sound confusion but hey, it worked
Do u no how 2 change the background colour of the Flash banner?
[Edited By Partie2] (Forum Moderator) Please dont double post just edit your last post.
JoeComins
15-05-2005, 07:09 PM
tht aint a edit otherwise a bx would have come up @ the bottom
just stop doin it.
it does ma head in
Mentor
15-05-2005, 07:12 PM
Do u no how 2 change the background colour of the Flash banner?
Edit: Grr sorry i keep double posting
U would change that back in the flash program before its compiled in to an swf
Matty
16-05-2005, 12:32 AM
if your school has flash/dreamweaver ask them for a copy, pay about a a tenner.
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.