Skip to content

Commit

Permalink
…5b2b727-340c-3543-94ba-efdc1a8a0b4a
  • Loading branch information
Sebastian authored and Sebastian committed Sep 19, 2008
1 parent c9e35ca commit 08650e6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
15 changes: 15 additions & 0 deletions Calyptus.ClientSide/Calyptus/Upload.Swiff.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using System;
using Calyptus.ClientSide.Swiff;
using Calyptus.ResourceManager;

namespace Calyptus.Upload
{
public class Swiff : ProxySwiffClassResource
{
public Swiff(IResourceConfiguration config) : base(
new EmbeddedLocation(typeof(Swiff).Assembly, "Calyptus.ClientSide.Lib.CompiledSwiff.Upload.swf"),
"Upload_Swiff",
config.GetResource(new EmbeddedLocation(typeof(Swiff).Assembly, "Calyptus.SwiffClass.js"))
) {}
}
}
3 changes: 1 addition & 2 deletions Calyptus.ClientSide/Calyptus/Upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
//@import MooTools.Class.js;
//@import MooTools.Class.Extras.js;
//@import MooTools.Element.Dimensions.js;
//@import MooTools.Utilities.Swiff.js;
//@import Calyptus.Plugins.SwiffClass.js;
//@import Calyptus.Upload.Swiff;
//@include Calyptus.ClientSide.Lib.Calyptus.Request.Upload.js;
Binary file added Calyptus.ClientSide/Lib/CompiledSwiff/Upload.swf
Binary file not shown.

0 comments on commit 08650e6

Please sign in to comment.