how to embed a swf file ?
26-03-2009, 18:40
|
#1
|
|
Inactive
Join Date: Jun 2003
Location: Teesside
Posts: 8,315
|
how to embed a swf file ?
Hi all, as per title, I'm trying to embed a swf file into an html file with dreamweaver, now I'm not even at novice stage yet, this is my first 'proper' stab at it. It seems to be on the page because the page layout has changed, grown vertically with scroll bar, also, when you right click in the area where the gallery is meant to be, it brings up an about adobe context menu. SOoooooooooooo
Has anyone any ideas,is there an easier way to do a gallery, or anyone know what I need to do to get this working /
Thanks in advance.
|
|
|
26-03-2009, 18:42
|
#2
|
|
Inactive
Join Date: Jun 2003
Age: 45
Posts: 14,750
|
Re: how to embed a swf file ?
|
|
|
26-03-2009, 18:48
|
#3
|
|
Inactive
Join Date: Jun 2003
Location: Teesside
Posts: 8,315
|
Re: how to embed a swf file ?
Quote:
Originally Posted by punky
|
Thanks mate, as far as I can see that's what I've done ( second paragraph )
I'll try and look at the code again to see if I can see anything
|
|
|
26-03-2009, 18:52
|
#4
|
|
Inactive
Join Date: Jun 2003
Age: 45
Posts: 14,750
|
Re: how to embed a swf file ?
It does say near the top you can do Insert -> Flash in dreamweaver. Saves spending ages on code.
If its still not working, are you sure the flash file is actually working? It also might need some custom parameters being piped in so worth re-reading the help files with it.
|
|
|
26-03-2009, 19:28
|
#5
|
|
Inactive
Join Date: Jun 2003
Location: Teesside
Posts: 8,315
|
Re: how to embed a swf file ?
Quote:
Originally Posted by punky
It does say near the top you can do Insert -> Flash in dreamweaver. Saves spending ages on code.
If its still not working, are you sure the flash file is actually working? It also might need some custom parameters being piped in so worth re-reading the help files with it.
|
Yep, I used the insert option, the file works as a stand alone on the desktop so I know it works, custom parameters  I'll have another look at the help as well.
cheers
|
|
|
26-03-2009, 19:37
|
#6
|
|
Inactive
Join Date: Nov 2005
Location: Going sideways :)
Services: V+ | o2 BB
Posts: 522
|
Re: how to embed a swf file ?
hi, you should be able to drag and drop the swf file too in d/weaver.
or the code should look something like:
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1234" height="5678">
<param name="movie" value="xxxx/xxxx.swf" />
<param name="quality" value="high" />
<embed src="xxxx/xxxx.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1234" height="5678"></embed>
</object>
which you can wrap in div tags or table code.
hope this helps,
|
|
|
26-03-2009, 20:11
|
#7
|
|
Inactive
Join Date: Jun 2003
Location: Teesside
Posts: 8,315
|
Re: how to embed a swf file ?
Not that I would know what to do with that code  Like I sid, it 'appears' to be there, even adblock says it's a blockable item
|
|
|
26-03-2009, 20:36
|
#8
|
|
Inactive
Join Date: Jun 2003
Age: 45
Posts: 14,750
|
Re: how to embed a swf file ?
You can try e-mailing me the .swf and the .html page (or point me to where its hosted) and I can have a bash at it for you.
If you don't have my addy, drop me a PM.
|
|
|
26-03-2009, 20:46
|
#9
|
|
Inactive
Join Date: Jun 2003
Location: Teesside
Posts: 8,315
|
Re: how to embed a swf file ?
Quote:
Originally Posted by punky
You can try e-mailing me the .swf and the .html page (or point me to where its hosted) and I can have a bash at it for you.
If you don't have my addy, drop me a PM.
|
PM sent mate
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 23:50.
|