I'm looking for a way to create preview images of SWF files using server-side script, as it's for a web-based application.
Any idea how to do this?
Thanks,
Ryan
Related
I'm developing TV app with TOAST and in one of my menu I have a catalog with about 100 images.
If I load images like below does tizen and orsey cache them and use them later or they read those from server every time.
<div style="background-image:url(http://Mydomain/pages/4.jpg)"></div>
I can think about some other solutions like:
Add those images to TV app package (But in that case, the package size would be about 20MB)
Get them with ajax and store them locally and than use them
What is the best solution for this?
I have been working on Smarttv platforms long time. Sadly It seems best way is serve static files with app package.
Recently I recently developed a website for an institute which contains course videos. I am using to JWPlayer to play the videos that cannot be download. When I installed the IDM it shows a download button.
How can I restrict IDM download from my website Videos?
You could hide the button via CSS or JavaScript. But if someone with a bit knowhow could easily bypass that. Thats the problem with clientside code. So if you want to secure remove the button from your side you have to manipulate the rendering serverside.
But may the first solution helps you ;)
The best thing to do is use secure streaming, like rtmpE - http://www.longtailvideo.com/blog/13088/securing-your-content/
I'm trying to implement / use PDF viewer for Silverlight 5 in the browser.
Googling the subject produced some interesting results but most of them are based
on having an external PDF viewer such as Acrobat. I want to achieve this without having the user installing software.
I've understood that it can be done by converting the PDF to PNG and displaying the PNG file.
I'm trying to show a png file. I've succeeded using the simple tool
I'm using MVVM and is new to Silverlight.
Thanks,
Guy
I am writing a program in Actionscript using FlashDevelop. Using URLRequest, I am loading image and sound files perfectly fine when the program is run through FlashDevelop. The files are located in bin with my HTML and swf files. However, when I run it using the browser (Chrome), the sound files works fine but the image does not load. I would think that it is a problem with the path, but the mp3 plays just fine, so I know that it can't be that.
Any ideas about what it could be?
If you are using Ad Blocker Extension in Chrome, then you need to turn of it or give images names which are not blockable in Ad Blocker.
I need to come up with a solution for users to be able to paste an image on to a website, then upload that image on to the web server. I'm not sure what the right solution for this - I am pretty sure javascript is out of the question because I don't think it can handle binary clipboard data (or any clipboard data?)
So, I'm not sure which way to go with this. Is this something possible with a Java applet? Or maybe a Flash SWF? Any other alternatives?
Or this free one (via another StackOverflow question)
You can use pure JavaScript for this, assuming either Chrome or Chrome Frame. Since most other plugins or applets require a specific install action you might as well require installing Chrome Frame as that will fix quite a bit more than just pasting events.
View a live demo of a jQuery plugin that cleanly wraps the HTML Clipboard API. This demo requires the Chrome browser.
Rad Upload (java applet). It's not free, but it is relatively cheap.