Skip to content

Commit

Permalink
修改flash分辨率
Browse files Browse the repository at this point in the history
  • Loading branch information
heyunpeng committed Aug 8, 2015
1 parent a609398 commit 8413589
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
Binary file modified app/assets/.DS_Store
Binary file not shown.
Binary file modified app/assets/images/index.swf
Binary file not shown.
11 changes: 4 additions & 7 deletions app/views/flashview/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -142,21 +142,18 @@ $(document).ready(
};
<% end %>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<body>
<div id="div-id"></div>
<div id="avatar_priview" style="position:absolute;left:420px;"></div>
<div id="avatar_priview"></div>

<div style="height:630px;">
<div style="width:1436px;height:922px;">

<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553520000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="980" height="700">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553520000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1436" height="922">
<param name="movie" value=<%= image_url("index.swf") %>>
<param name="quality" value="best">
<param name="bgcolor" value="#FFFFFF">

<embed width="980" height="700" align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" name="luck" bgcolor="#ffffff" quality="best" menu="false" loop="false" src=<%= image_url("index.swf") %> id="luck" allownetworking="all">
<embed width="1436" height="922" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" name="luck" bgcolor="#ffffff" quality="best" menu="false" loop="false" src=<%= image_url("index.swf") %> id="luck" allownetworking="all">
</object>
</p>
<br>
Expand Down
6 changes: 1 addition & 5 deletions app/views/layouts/main.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,8 @@
</ul>
</div>
<%= yield %>
<div class="left-layer">
</div>
<div class="right-layer">
</div>
<div class="clear"></div>
<div style="width:1000px; margin:0 auto;">
<div style="width:1000px; margin:0 auto;">
<div class="friend_link">
<strong>友情连接:</strong>
<div>
Expand Down

0 comments on commit 8413589

Please sign in to comment.