Tagged Questions

0
votes
1answer
54 views

Last.fm or Spotify API

Hello, I was hoping someone could offer me advice, Im looking to build a website, and was hoping that I could inergrate my last.fm radio station or my spotify account into it so the users can listen …
0
votes
0answers
16 views

How to embed flash in myspace, driven by XML?

I am sure this can be done as I see profiles with a flash news feed, so it is updatable. I would like to make something similar, my friends are making me make their band a myspace layout, lol I hate …
1
vote
1answer
35 views

How to embed multilanguage *.resx (or *.resources) files in single EXE?

There are plenty of tutorials how to create multilanguage RESX files and how to create satellite assemblies with AL.exe, but I haven't found working example how to embed RESX/Resources/satellite-DLL …
1
vote
1answer
25 views

how should i deploy resources like icons?

What is the best practice for deploying / packaging resources like icons? I'd like to avoid loose files due to the number of icons. Can I create a "resource" dll in visual studio? If so, is this the …
1
vote
3answers
69 views

Embedding background images in an e-mail

Hi, I'm trying to use an embedded image in an e-mail as the background image, i've got the following code to embed it: LinkedResource backgroundLink = new …
0
votes
2answers
20 views

Video embed flashing

Can anyone help me with this video embed and tell me why it's flashing instead of playing the video? http://www.seilingsfloors.com/dvd/ Update: I have verified that the .flv file is the correct size …
0
votes
0answers
53 views

Best YouTube embedded player? (based on Chromeless API)

Hi. I'm building a website that will include embedded videos, and I've decided to use YouTube for video hosting as it's got the best functionality and the largest community. However, I would like to …
0
votes
1answer
41 views

Ajax Assembly Error - Assembly {0} does not contain a Web resource with name {1}

I have an assembly that contains an embedded resource. However, when this assembly is accessed via the web, I get the following error: Assembly 'MyAssembly, Version=1.0.0.0, Culture=neutral, …
0
votes
1answer
24 views

Mono .EXE assembly set explorer icon

When compiling with gmcs on Linux, how can I set the explorer icon the final EXE will use? I have a .ico file to attach to the output exe. The answer must be build-automatable and execute on Linux …
0
votes
1answer
30 views

how do I get full url from GetWebResourceUrl

So I've embedded my silverlight XAP like this [assembly: WebResource("GravityWeb.PlayerControl.Silverlight.SilverlightPlayer.xap", "application/x-silverlight-2")] and I can get the embedded url like …
0
votes
2answers
107 views

Embedding commercial fonts into websites

Good evening ladies and gentlemen! Searching for a cross-browser solution to embed commercial fonts like HelveticaNeue or Univers etc. I found some promising approaches. First of all I will enlist …
0
votes
1answer
57 views

Convert text to .resources file

I created a new VS solution which needs to contain a modified subset of files from another solution. Both solutions have a default namespace of "Microsoft.Windows.Controls". The assembly from the …
0
votes
1answer
74 views

How to deploy SWF file?

I have a SWF file I created using Adobe Flex and I cannot seem to properly embed it inside an HTML page. If I take another SWF file and use it instead, it works all the time. My SWF file is pretty …
1
vote
0answers
34 views

How to share resource files between .NET CF 1.0 and 2.0/3.5?

Hi, I've created NAnt scripts to compile our codebase for .NET CF 1.0, 2.0 and 3.5. This worked pretty well in the past. Now we started localizing our UI. So our scripts need to compile the resource …
1
vote
1answer
85 views

Why doesn’t the debugger hit this breakpoint consistently? Am I neglecting a file handle?

Consider the following code: static void Main(string[] args) { using (MemoryStream memoryStream = new MemoryStream(Resources.SampleXMLFile)) // Breakpoint set here { using (XmlTextReader …

1 2 3 4 5 7 next
15 30 50 per page