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 Jun 9, 2004 | 02:00 PM
  #1  
rob oneill's Avatar
rob oneill
Thread Starter
Scooby Regular
 
Joined: Jun 2000
Posts: 1,562
Likes: 0
From: Runcorn, NW England.
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.
Reply
Old Jun 9, 2004 | 02:16 PM
  #2  
jevvyg's Avatar
jevvyg
Scooby Newbie
 
Joined: Mar 2004
Posts: 14
Likes: 0
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
Reply
Old Jun 9, 2004 | 07:20 PM
  #3  
rob oneill's Avatar
rob oneill
Thread Starter
Scooby Regular
 
Joined: Jun 2000
Posts: 1,562
Likes: 0
From: Runcorn, NW England.
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.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
pkman
Security
7
Jan 26, 2016 09:42 AM
VictoriaYorks
Was it you?
2
Nov 14, 2015 01:24 PM
SunnySubie
Engine Management and ECU Remapping
4
Oct 6, 2015 09:43 PM
SwissTony
Wanted
1
Sep 20, 2015 12:41 PM




All times are GMT +1. The time now is 04:09 PM.