0
votes
1answer
53 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 …
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 …
1
vote
1answer
34 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/Resou …
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? …
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 LinkedResource( …
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 …
0
votes
3answers
189 views
How to run unmanaged executable from memory rather than disc
I want to embed a command-line utility in my C# application, so that I can grab its bytes as an array and run the executable without ever saving it to disk as a separate file (avoi …
0
votes
0answers
50 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.
Howev …
0
votes
3answers
375 views
How to fix @font-face glitches in Firefox 3.5
In existing code I had CSS @font-face declarations for .EOT embedded fonts that worked flawlessly actually, in internet explorer. So now I read that Firefox does embedded now too, …
0
votes
1answer
56 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 …
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, Cultur …
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 t …
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 an …
0
votes
2answers
106 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 …
1
vote
1answer
114 views
Embedded images in HTML email not displaying on mobile phones
I have an application that sends an HTML formatted email with embedded images. The email looks perfect on many different desktop/web clients. When the email is viewed on a mobile …
