DUfire3 I post too much
Reputation: 0
Joined: 01 Feb 2007 Posts: 2890 Location: Charlotte, NC
|
Posted: Fri Sep 14, 2007 7:31 am Post subject: Flash Compiling? |
|
|
Problems editing this Flash Layout for Myspace.
The douche bag who makes them puts his name on this actual flash part, and I wanna take it out :O
EDIT: Nvm, I got what I was looking for, but I ran into a different problem.
I have this block of code telling specifying the URL for the background, which is in this case the original flash file.
| Code: |
<div class="blog2">
<object type="application/x-shockwave-flash" data="http://omargarcia.net/myspace/createblog/sunrise2/omargarcia.swf" height="350" width="700" align="middle">
<param name="movie" value="http://omargarcia.net/myspace/createblog/sunrise2/omargarcia.swf" />
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
</object>
</div>
|
Ok, so I uploaded my SWF file to a different image hosting website and changed the URL. But when I put the edited code back into the layout, it doesn't work.
x[
| Code: |
<div class="blog2">
<object type="application/x-shockwave-flash" data="http://img249.imageshack.us/my.php?image=sunrisebd8.swf" height="350" width="700" align="middle">
<param name="movie" value="http://img249.imageshack.us/my.php?image=sunrisebd8.swf" />
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
</object>
</div>
|
I don't really know what's wrong with it..
_________________
LOLWUT! |
|