Jump to content
xisto Community
Sign in to follow this  
babygirl*brittney

Ok I'm New To This So.... Need help

Recommended Posts

You did not actually move it from tutorials moonwitch so I moved it for you.No thanks need :DRudyI firstly moved your topic to a more suitable place :D Don't worry. I don't bite *much*Now, there's a huge different between flash (which is like name_of_file.swf) a picture (name.jpg, name.png etc), animation (name.gif if it moves, if it don't it's a pic) and between a vid (.wmv, .avi etc)Most sites don't allow posting of flash because it can be a security risk (CAN). Also it requires some pretty long code, for IE and Netscape it's different etc (even I have to look it up LOL). Pictures are easy (same goes for gif, jpg, png and all those)

<img src="whateveranemithas.jpg">

Videos are similar to flash qua code you have to insert, it's also long, I don't think it's allowed on many sites. What exactly are you trying to pour in there? And also MySpace my have limitations on what code you can use, what extensions (or file types) you can put on their site.

Share this post


Link to post
Share on other sites

Ok. To embed flash onto a website. Go into the <body> section of your HTML code, and insert this:<object width="INSERT WIDTH OF MOVIE IN PX HERE" height="INSERT HEIGHT OF MOVIE IN PX HERE"><param name="movie" value="NAME + LOCATION OF FILE.swf"><embed src="LOCATION, NAME OF MOVIE AGAIN.swf" width="WIDTH HERE AGAIN" height="HEIGHT HERE AGAIN"></embed></object>That is the core code (minimal code, the least you need to have a working flash movie show). You can customise around the code, e.g. put <center>, <div> & other tags around it. But do NOT put any tags between the <embed> (e.g. between <object ...> and <param>. Always put them outside, e.g. <div class=movie position=absolute .. <object><param><embed></embed></object></div>If you are using Macromedia (or should I say Adobe) Flash, you can just go File -> Publish, and then Flash creates the file for you automatically.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.