Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-02-2005, 02:42 PM   #1 (permalink)
 
True Techie

Join Date: Dec 2004

Posts: 173

jeff1000

Default Inserting A Flash Menu

ok, I built my menu, it has 3 files, menu.html, menu.swf, and soundfile.mp3, how do i insert the menu onto my page? im using bravenet.com also is it possible to not do the insertion process through text editor(me + html =not friends). Thanks
jeff1000 is offline  
Old 02-05-2005, 02:56 AM   #2 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default

If you use Dreamweaver (Flash's best friend), it's simple:
From the main toolbar, Insert->Media->Flash

<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="?" height="?">
<param name="movie" value="filelocation">
<param name="quality" value="high">
<embed src="filelocation.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="?" height="?"></embed>
</object>

where you put the height/width (in two spots), and your filename/location also in two spots.

Should work...!
__________________
Vormund is offline  
Old 02-05-2005, 03:47 PM   #3 (permalink)
 
True Techie

Join Date: Dec 2004

Posts: 173

jeff1000

Default

lol, i figured it out, 2 minutes after i posted the thread, lol, the script was under another tab. I'd like to use dreamweaver to build and keep up my site, but its gay that the .html files, and .css(i think) don't work together in dreamweaver, like I'll go to to preview, or sumthing like that, it'll only show the text and links, but no bgs colours and layouts? please help, dreamweaver is alot easier to use than stupid bravenet text editor. Thanks again
jeff1000 is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On