How to add flash code to myspace
1. First if you built your own flash file (AKA swf. file) and hosted it through your own server! like godaddy or ipower then first you need to name your file as simple as possible or it will make it harder for you to inbed this code! If there is spaces in the name of your file you need to put % sign in place of the spaces.
Like if your file name is “one great file” then you would put “one%great%file.swf”
where it says: data=”http://www.yourdomain.com and value=”http://www.yourdamain.com Put the url where the fla. file is located.
Where it says: /your%fla%file.swf” put the name of your swf. file
Here is the code!
<object type=”application/x-shockwave-flash” allowScriptAccess=”never” allowNetworking=”internal” height=”512″ width=”640″ align=”left” data=”http://www.yoururl.com/yourswf.swf”>
<param name=”allowScriptAccess” value=”never” />
<param name=”allowNetworking” value=”internal” />
<param name=”movie” value=”http://www.yoururl.com/yourswf.swf” />
<param name=”wmode” value=”transparent” />
<param name=”quality” value=”high” />
</object>
Also where it says Height=”400″ width=”550″ You can input what ever size you want that is just the default!
if you want full screen input Height=”1024″ width=”1280″
If you have anymore questions please feel free to post them down below! thanks. here are some links to a flash site that i built http://www.blackhawkproperty.com
