| View previous topic :: View next topic |
| Author |
Message |
Graham
Joined: 20 Jan 2005 Posts: 1
|
Posted: Thu Jan 20, 2005 9:41 pm Macromedia Flash and HTML Tables |
|
|
|
Helloo all. First post is quite a doozy.
I am not sure if I am trying to combine ancient, simple HTML with a complex program but I swear it is possible. Im trying to make a really advanced web page with graphics from Photoshop and Macromedia Flash navigation menus and decoration.
It has become a dead end on my progress for my new web page as I simply can not figure out how to embed a flash movie inside of an html table. I have tried many things and it simply won't work.
If anyone knows how to do this or if I need some other software please reply or e-mail me!
Thank you to all. |
|
chrisxkelley
Joined: 07 Dec 2004 Posts: 246
|
Posted: Fri Jan 21, 2005 10:15 pm |
|
|
|
| Code: |
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=100% HEIGHT=100%> <PARAM NAME=movie VALUE="YOUR FLASH MOVIE HERE">
<PARAM NAME=quality VALUE=medium> <PARAM NAME=bgcolor VALUE=#000000>
<EMBED src="YOUR FLASH MOVIE HERE" quality=medium bgcolor=#000000 WIDTH=100% HEIGHT=100% TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
|
|
|
cong
Joined: 10 Feb 2005 Posts: 2
|
Posted: Thu Feb 10, 2005 7:38 am |
|
|
|
How can I make the flash movie a link?
I have tried using href in the embed line to no avail
<embed src="Flashbut.swf" href="new.html" ............ |
|
chrisxkelley
Joined: 07 Dec 2004 Posts: 246
|
Posted: Thu Feb 10, 2005 12:25 pm |
|
|
|
| make a button in the flash movie... |
|
chrisxkelley
Joined: 07 Dec 2004 Posts: 246
|
Posted: Thu Feb 10, 2005 12:25 pm |
|
|
|
| make a button in the flash movie... |
|
chrisxkelley
Joined: 07 Dec 2004 Posts: 246
|
Posted: Thu Feb 10, 2005 12:25 pm |
|
|
|
| make a button in the flash movie... |
|
cong
Joined: 10 Feb 2005 Posts: 2
|
Posted: Thu Feb 10, 2005 12:42 pm |
|
|
|
| I did not create the flash movie, nor can I edit it...... any other ideas? |
|
brianng
Joined: 17 Dec 2004 Posts: 123
|
Posted: Thu Feb 10, 2005 1:41 pm |
|
|
|
just paste the flash code between <td> and </td>
cong, if you don't have the source of the flash then I guess there's no way you can make a link  |
|
chrisxkelley
Joined: 07 Dec 2004 Posts: 246
|
Posted: Fri Feb 11, 2005 2:42 pm |
|
|
|
sorry about that triple post there ... i was on a reeeeallly slow internet connection and pressed the button 3 times...
you could try wrapping the <a href=""></a> tags around the embed script for the movie, but if that doesnt work, without the source i think youre outta luck |
|
|