Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 4th, 2003, 02:03 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Ben Horne
Default Background Music in a Webpage

Hi all,

Is it possible to include background music in a page created with Dreamweaver MX 2004? I'd really like to use a .swf file as a background music item

Ben Horne
Madison Area Technical College student
-------------------------
I am one of those people that you call "Microsoft Access Freaks". I'm addicted to Access
__________________
Ben Horne
-------------------------
I don\'t want to sound like I haven\'t made any mistakes. I\'m confident I have.

Most likely using FireFox and concocting my next Macromedia Flash project
Snibworks Forums Moderator

Welcome to the New Age
 
Old December 5th, 2003, 08:07 AM
Authorized User
 
Join Date: Dec 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to MAMBONO
Default

yeah very possible. Just add this sort of code in yur page

<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="476" height="315">
                <param name="movie" value="filepath/file.swf">
                <param name="quality" value="high">
                <embed src="filepath/file.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="476" height="315"></embed></object>
 
Old December 5th, 2003, 11:38 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Ben Horne
Default

OK,
so I can just use the Media menu in Dreamweaver MX 2004 to insert the file (At least, I think I can do it this way)

Quote:
quote:Originally posted by MAMBONO
 yeah very possible. Just add this sort of code in yur page

<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="476" height="315">
                <param name="movie" value="filepath/file.swf">
                <param name="quality" value="high">
                <embed src="filepath/file.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="476" height="315"></embed></object>

Ben Horne
Madison Area Technical College student
-------------------------
http://community.webshots.com/user/valerian114

Go there. I have a lot of awesome photos that I rendered myself
 
Old December 8th, 2003, 01:44 AM
Authorized User
 
Join Date: Dec 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to MAMBONO
Default

Oh yeah that's the other way to include a shockwave file, just hit on the insert SWF icon and specify the file and Dreamweaver will do all the rest for you. The short cut to this is CTRL+ALT+D





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to playing music in C#? Viet Hoang C# 2005 4 June 13th, 2006 03:51 AM
Playing music in C# Fightfish C# 0 June 26th, 2005 08:09 AM
Background Music In A Web Page Ben Horne HTML Code Clinic 7 November 4th, 2004 11:25 PM
Where is the Music Store? DRACULA Java Databases 4 September 23rd, 2004 12:15 AM
Music catalogue blabla1 PHP How-To 1 July 27th, 2004 01:19 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.