Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
How to add Flash (SWF) to FrontPage 2000
Old 07-21-2008, 02:28 AM How to add Flash (SWF) to FrontPage 2000
Average Talker

Posts: 24
Trades: 0
Hello, I am not sure I am posting this in the correct forum, but I need FLASH help! I am rather well versed in FrontPage 2000 and have just started to learn Flash. I created a small swf file, and I want to add it to my FrontPage 2000 website. However, when I follow the steps I have found in tutorials on the Internet, and then I preview my website, a white box shows where my Flash file should appear. I have the Flash Reader, and I have waited on the preview browser of my webpage for 10 minutes, so the SMALL file should have loaded by then. I also published the index.html and .swf file to the server, and I cannot view it on two computers I have tried. Help, please! What am I doing wrong? How do I put a swf file on my FrontPage 2000 website? Thanks!
CookieMonster21 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-21-2008, 03:47 AM Re: How to add Flash (SWF) to FrontPage 2000
Foundationflash's Avatar
Ultra Talker

Posts: 410
Name: Harry Burt
Location: Colchester, Essex, England
Trades: 0
You'll need to make sure it, the SWF, is in the same folder. This is the code we use:
Code:
<div id="flashcontent3" style="width: 500px; height: 400px"></div>
        <script type="text/javascript">
var fo3 = new FlashObject("[name]", "[nickname]", "[width]", "[height]", "8", "#FFFFFF");
fo3.addParam("allowScriptAccess", "sameDomain");
fo3.addParam("quality", "high");
fo3.addParam("scale", "noscale");
fo3.addParam("loop", "false");
fo3.write("flashcontent3");
</script>
__________________
Foundation Flash tutorials :
Please login or register to view this content. Registration is FREE


New Dreamed Up Web Design:
Please login or register to view this content. Registration is FREE
Foundationflash is offline
Reply With Quote
View Public Profile Visit Foundationflash's homepage!
 
Reply     « Reply to How to add Flash (SWF) to FrontPage 2000
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16007 seconds with 12 queries