Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

using flash within Frontpage

Thread Tools
 
Search this Thread
 
Old 09 June 2004, 02:00 PM
  #1  
rob oneill
Scooby Regular
Thread Starter
 
rob oneill's Avatar
 
Join Date: Jun 2000
Location: Runcorn, NW England.
Posts: 1,562
Likes: 0
Received 0 Likes on 0 Posts
Question using flash within Frontpage

Hi.
Ive been trying to import a flash animation (SWF) into my website. The website is put together using Microsoft Frontpage XP, is this possible? when I do it, all I get is a page full of script.

Thanks, Rob.
Old 09 June 2004, 02:16 PM
  #2  
jevvyg
Scooby Newbie
 
jevvyg's Avatar
 
Join Date: Mar 2004
Posts: 14
Likes: 0
Received 0 Likes on 0 Posts
Default

Originally Posted by rob oneill
Hi.
Ive been trying to import a flash animation (SWF) into my website. The website is put together using Microsoft Frontpage XP, is this possible? when I do it, all I get is a page full of script.

Thanks, Rob.

Rob

you will get a load of new code if you try to insert a SWF into a web page as it needs the "object" and "embed" tags so IE and Nutscrape knows what to do with it. You will also have to make sure that the SWF is in a folder that is with the rest of the site - I normally make a folder called "SWF" and lob all flash movies in there.

This is what your code should look like for a flash file called "test" in a folder called "SWF":

<body>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="512" height="240">
<param name="movie" value="SWF/test.swf">
<param name="quality" value="high">
<embed src="SWF/test.swf quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="512" height="240"></embed></object>
</body>

Notice that the Flash file is referenced twice, once for IE and once for Nutscrape (netscape)

Hope this helps - give me a shout if you need owt else
Old 09 June 2004, 07:20 PM
  #3  
rob oneill
Scooby Regular
Thread Starter
 
rob oneill's Avatar
 
Join Date: Jun 2000
Location: Runcorn, NW England.
Posts: 1,562
Likes: 0
Received 0 Likes on 0 Posts
Talking

Originally Posted by jevvyg
Rob

you will get a load of new code if you try to insert a SWF into a web page as it needs the "object" and "embed" tags so IE and Nutscrape knows what to do with it. You will also have to make sure that the SWF is in a folder that is with the rest of the site - I normally make a folder called "SWF" and lob all flash movies in there.

This is what your code should look like for a flash file called "test" in a folder called "SWF":

<body>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="512" height="240">
<param name="movie" value="SWF/test.swf">
<param name="quality" value="high">
<embed src="SWF/test.swf quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="512" height="240"></embed></object>
</body>

Notice that the Flash file is referenced twice, once for IE and once for Nutscrape (netscape)

Hope this helps - give me a shout if you need owt else
Thanks for the help mate, I realy apreciate it!
Ill have a play over the next few days and see how I get on.
Ill let you know.

Thanks again, Rob.
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
pkman
Security
7
26 January 2016 09:42 AM
VictoriaYorks
Was it you?
2
14 November 2015 01:24 PM
SunnySubie
Engine Management and ECU Remapping
4
06 October 2015 09:43 PM
SwissTony
Wanted
1
20 September 2015 12:41 PM



Quick Reply: using flash within Frontpage



All times are GMT +1. The time now is 08:53 PM.