What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Need help with putting flash into a website

Need help with putting flash into a website
Author: Message:
sparkymcg
Full Member
***

Avatar

Posts: 230
– / Male / –
Joined: Apr 2004
O.P. Need help with putting flash into a website
hi ive just got a website and i need help
i loaded example.swf into my file manager
and i want to put it on index.html as this is the main webpage how do i do this can anyone help me
06-20-2004 11:47 AM
Profile E-Mail PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: Need help with putting flash into a website
If you have Macromedia Flash you can have an exported index.html file in your File>Export menu.

This post was edited on 06-20-2004 at 11:53 AM by KeyStorm.
06-20-2004 11:53 AM
Profile E-Mail PM Web Find Quote Report
sparkymcg
Full Member
***

Avatar

Posts: 230
– / Male / –
Joined: Apr 2004
O.P. RE: Need help with putting flash into a website
it only has export image and export movie and when i go into one of them in the save as type box it doesnt contain the extension .html
06-20-2004 12:50 PM
Profile E-Mail PM Web Find Quote Report
jren207
Senior Member
****

Avatar
JR! - We <3 Fanta

Posts: 870
Reputation: 28
34 / Male / –
Joined: Sep 2003
RE: Need help with putting flash into a website
Do you want to place/embed a flash file/movie/animation into your main start page of your site??

Is that what you're wanting to do?
06-21-2004 02:21 PM
Profile E-Mail PM Web Find Quote Report
sparkymcg
Full Member
***

Avatar

Posts: 230
– / Male / –
Joined: Apr 2004
O.P. RE: Need help with putting flash into a website
yes
06-21-2004 02:24 PM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Need help with putting flash into a website
code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="250" HEIGHT="150" id="<Name>" ALIGN>
      <param NAME="movie" VALUE="<FileName>">
      <param NAME="quality" VALUE="high">
      <param NAME="bgcolor" VALUE="#000000">
      <EMBED src="<FileName>">" quality=high bgcolor=#000000  WIDTH="<WIDTH>" HEIGHT="<HEIGHT>" NAME="<NAME>" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></object>

Thats the code you use here is an example from what I had used for a website.
code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="250" HEIGHT="150" id="LoadButton" ALIGN>
      <param NAME="movie" VALUE="LoadButton.swf">
      <param NAME="quality" VALUE="high">
      <param NAME="bgcolor" VALUE="#000000">
      <EMBED src="LoadButton.swf" quality=high bgcolor=#000000  WIDTH="<250>" HEIGHT="150" NAME="LoadButton" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></object>

Its best to get a preview in your browser and view the source to get the code that way.

This post was edited on 06-21-2004 at 02:26 PM by matty.
06-21-2004 02:24 PM
Profile E-Mail PM Find Quote Report
jren207
Senior Member
****

Avatar
JR! - We <3 Fanta

Posts: 870
Reputation: 28
34 / Male / –
Joined: Sep 2003
RE: Need help with putting flash into a website
This bit:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="250" HEIGHT="150" id="<Name>" ALIGN>

Make sure you have this the same size as the actual flash

(the <EMBED src="LoadButton.swf"... bit)

or you'll have a big space round ur actual flash and wonder why it's there like what happened to me :S

06-21-2004 02:29 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On