Flash :: C# - Plugin That Allows Users To Create A PDF Or Image File?

Jul 10, 2010

I am developing a ASP.NET web site where users will need to be able to create their own business cards. So, I'm looking for a tool (most likely Flash) that I can easily integrate into a web site and lets users add text and custom images to their cards and then create an image and/or PDF from their work.

is there a plugin that does this?

View 2 Replies


Similar Posts:


Create Simple Flash File That Allows Users To Make Their Own Spider Diagram And Then Print It?

Aug 30, 2011

I was wondering is it possible to create a simple flash file that allows users to make their own spider diagram and then print it.

Is it just a matter of letting them create their own boxes and labeling them?

View 3 Replies

Flex :: PlayBook - Create A File Browser To Allow Users To Load Images From The Local System Into The Application

Mar 24, 2011

I'm developing an application for the Blackberry Playbook using Flash Burrito 4.5 and Flex. I'd like to create a file browser to allow users to load images from the local system into the application. I followed this example [URL] When I click on the Load Image button in the simulator however, the file browser pops up but tells me that "no file was found with the specified filter", even though I don't specify any filter or even if I specify a . filter.

View 2 Replies

Create Plugin For Browser Like Flash Or Java?

Mar 22, 2010

I want to create a plugin like Flash. What programming language do I need??

View 1 Replies

Jquery :: FullBg Plugin Mixed With .flash.js Plugin: Movie Disappear When Wmode=transparent?

Oct 16, 2011

Im the new kid on the block so I apologyze if I'm not doing very well.Everything works fine till the moment in which I set the wmode param of the flash movie to transparent, then the movie completely disappears (it loads, as I can listen at the sounds) but it doesn't show.I would like to have a full background image with the transparent flash movie over it, that's all, if somebody can tell me how to fix this or even a new way to do it, it will be so good!!Here is my code, so simple, by the way:

$(document).ready(function(){
$("#background").fullBg();
$('#flashcontent').flash(

[code]....

View 1 Replies

Flash :: Plugin Which Allows Image Upload From Clipboard To Server?

Jan 27, 2010

I want to embed a flash to my site, that allows the user to paste an image which is in clipboard, and this images will then be uploaded to the server. Is there a script that can do that? i googled for about an hour now, but didn't find anything that fits my needs.

the best thing would be if you also coul crop your image when its uploaded and then save it.

it's most likely to upload screenshots, so that you don't have to first save it, crop it, and then upload it.

View 1 Replies

Flash :: Plugin In WebView On Mac Different From Plugin In Safari?

Mar 10, 2012

an answer here opening swf files using WebKit framework says the following about running SWF movies inside WebView inside Cocoa application: "because the Flash plug-in is not garbage-collection supported, the plug-in won't work if your application uses garbage collection".

Meanwhile, an answer here Flash AS3 animation in Mac vs Windows discusses Flash garbage collection on Mac (likely in Safari) and says that it sucks but it does exist.

So is the first claim about no garbage collection in WebView false or is the WebView plugin distinct from Safari plugin?

View 1 Replies

ActionScript 3.0 :: Flash App That Allows Users To Create Mini Animations?

Jan 17, 2011

I am looking to build an app that allows end users to draw and save mini animations (simple predetermined shapes that move in 2D).  So far I have a written a app that allows the user to draw a single frame using simple shapes and lines, but I am having some small troubles at this stage, and have not attempted to allow the user to animate or save the drawing.
 
If anyone knows of a tutorial or some other resource to put me on the right path I would be very grateful.  I can also share what I have if anyone would be willing to give me some pointers

View 2 Replies

Flash :: Create Simple Installer, That Install Single Image File?

Feb 25, 2012

I am working with old "cs3 flash" project, and to save image in file system, i need to create .exe installer that install one image.

View 1 Replies

Create A Flash Application Where Users Will Have Access To 10, 5 Seconds Audio Loops

Oct 8, 2010

I want to create a flash application where users will have access to 10, 5 seconds audio loops. They can choose any 4 tracks to make a 20 second track. I then want that mp3 to be stored somewhere or flash to create to a file which can be sent to friends in facebook where they can listen to that beat. There will be a little button at the bottom saying 'click here' to make your own beat.

View 1 Replies

Actionscript :: Determine If SWF File Is Been Played In The Standalone Flash Player Or Using A Browser Plugin?

Jun 7, 2010

Working with ActionScript 3.0, is there a way to determine if my SWF file is been played in the standalone Flash Player or using a browser plugin?

View 1 Replies

ActionScript 2.0 :: Load An External Image And Image Disappear When The Users Mouse Hovers Off The Button

Oct 8, 2009

This shouldn't be too difficult, but what I have is a button, which in the 'over' state I want to load an external image, and then have the image disappear when the users mouse hovers off the button

View 2 Replies

Create A Plugin For Webbrowsers?

Apr 18, 2011

I want to create plugins similar to that of flash and the .pdf viewers. Could somebody point me in the right direction? What languages are required. Can I use any language?

View 2 Replies

ActionScript 3.0 :: Make Image Resize Based On The Users Screen Size In Flash?

Dec 12, 2009

How can i make a image resize based on the users screen size in flash?

View 4 Replies

ActionScript 3.0 :: Create A Pdf File From An Image Path Included Into Xml File

Nov 17, 2010

I'm in flash cs3 project. I need to create a pdf file from an image path included into an xml file or if easy also in a written path as the code below:[code]

View 0 Replies

ActionScript 2.0 :: Save Information Obtained From Users To Files If The User Is Accessing The Flash File From A Cd

Sep 27, 2003

i'd like to know if its possible to save information obtained from users to files if the user is accessing the flash file from a cd. I would also like to know how it works if possible. And can the flash file be in .exe instead of .swf?

View 5 Replies

ActionScript 2.0 :: Create A Swf That Retrieves Users Location

Mar 2, 2009

i'm trying to create a swf that retrieves the users location (town)I've looked about online and it seems this could be done by using longitutde/latitude values for example(Guessing thats how you would do it - open to suggestions though!)I've seen working examples of this on various peices of flash that magically tell you what town your.

View 2 Replies

ActionScript 3.0 :: Create A Grid Where The Users Can 'draw' Across It?

Jun 8, 2009

I'm trying to create a grid where the users can 'draw' across it and change the colors of the grid squares to a chosen color.In the following code, I'm creating the grid with squares. I've got the functionality 'working', but it's only working on the last square instanced.How do I get it to work on all the squares, not just the last one?

Code:
package {
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.events.MouseEvent;

[code]....

View 5 Replies

Flex :: Search For A File On Users File System?

Jun 8, 2010

So we want to seacrch for file like exampl*.ex*mple. We want to search in all users files and folders.

I know it will take long, but steel using ONLY AS3MXML, no native commands, no external programms - only AS3MXML libs and classes, we can skeep all folders with sise <= 200kb

So How to search for a file on users file system? (in Air application, NOT NATIVE)

View 1 Replies

ActionScript 2.0 :: Create An Image Gallery Based On An XML File?

Jan 8, 2009

I need to create an image gallery, based on an XML file, which displays both the thumbnails and the normal-sized images. Here's a link for you to get an idea of pretty much what I want to achieve, except for the fact that I don't want the thumbnails to slide to the left or right, I'd rather want them to be static, and if there are more thumbnails than, let's say 3, to display a "previous-next" controller. After following some tutorials, here's what I created so far:(you can also find all these files + the thumbnails in the attachment)The XML file (settings.xml):

PHP Code:

<slideshow>
<images>
<thumb tLink="th/01.jpg" desc="This is the first thumbnail" bLink="bigImgs/01b.jpg" />
<thumb tLink="th/02.jpg" desc="This is the second thumbnail" bLink="bigImgs/02b.jpg" />

[code]....

So far, so good, the script does trace what I told it to But I need to further improve this rather simple script. So, basically here's what I need:How do I load each thumbnail into a "container" movieclip, so I can further manipulate this movieclip's properties (do an easing for position, alpha, filters etc.)? There's one more thing I need to specify: I want to display only, let's say, 3 thumbnails at runtime, not all of them. how could I assign an instance name to each of them.

View 3 Replies

Create A Database That Logged In Users Could Access And Add Customization?

Nov 27, 2010

I want to make a game where a user logs in. Once the user logs in, they have access to a database (let's just say a database of weapons). They could choose a certain amount of "weapons" and every time they log in, they still have the same weapons, regardless of cookies, because the "weapons" are linked to their username. Then the users could use their weapons to battle other users. Also, the user's username keeps track of their wins and losses. I have newb to basic flash knowledge (I took an animations class); I could animate, make buttons, websites, etc. Does anyone have some insight that could point me in the right direction?

View 2 Replies

ActionScript 3.0 :: Create Buttons That Let Users Set The Size Of The Shapes That They Paint?

Jan 30, 2012

HOW CAN I CREATE BUTTONS THAT LET USERS SET THE SIZE OF THE SHAPES THAT THEY PAINT? I have written syntax that let mouse movements paint ellipses and rectangles and I have also added buttons that allow users to switch between painting ellipse and painting rectangles.

[Code]...

View 2 Replies

Javascript :: Create A Web Widget For My Website Users To Insert On Their Blog?

Nov 24, 2009

For my wishlist site, I would like to propose widgets to my users in order to publish their wishlist on their blog or personal website. The idea is to propose a few lines of code to my users that they only need to copy/paste to insert the widget displaying their wishlist. What is the best way to create/develop a widget ?

[Code]...

View 2 Replies

ActionScript 2.0 :: Create An Online Brochure That Users Design With Products?

Aug 12, 2003

i'm trying to create an online brochure that users design with products/images they've selected. users will be able to drag a thumbnail to a pre-designed area, then swap them around to their liking. currently i'm in the beginning stages and just learning the power of actionscript.

i've attached two sample .fla files i've been working with. the first sample i have two thumbnails drag to a target and enlarge to a defined size. the second sample i used a tutorial from flashkit --- drag drop swap. it works but the as is not up-to-date. i'm trying to incorporate the two ideas together but get bizarre effects. most of the examples i find are close but no cigar.

View 7 Replies

ActionScript 2.0 :: Create Buttons When Pressed Load Image In Image Area Within Same Flash Document?

Jan 13, 2004

What would you use to create buttons which when pressed load an image in an image area within the same flash document?

View 1 Replies

Javascript :: JQuery Media Plugin Playing File Outside The Webroot?

Feb 9, 2010

Is it possible to play a media file which is outside the webroot using the Jquery Media Plugin. The server that we are on is windows based. The file path for example is:

serversharemusic.mp3

In my testing so far it does not seem possible.

View 1 Replies

Actionscript 3 :: Restrict Plugin Access To File System And Network

Feb 14, 2011

In a plugin context (a swf loaded by an another swf), is there any way to restrict access to file system and network in the same time to the loaded swf?Compiler option "-use-network=true|false" does not fit because you cannot restrict both file/network.[code]The loaded swf is in user's document folder, outside Air app folder. Currently, the loaded swf is abble to load "c:/Windows/regedit.exe" and I don't want it (neither sending informations on the network).

View 2 Replies

ActionScript 2.0 :: Image Gallery With Embed Codes For Users

Mar 23, 2010

I was wondering how to use an image gallery like CoverFlow, but also display the embed codes below the active image so people can use the images for their website.

View 0 Replies

Actionscript 3.0 :: Image Slideshow With Embed Tags For Users?

Mar 26, 2010

Let's say I have a dynamic image gallery in flash. How could I get flash (AS3) to generate embed codes for each active image (image in focus)?

View 1 Replies

Professional :: Image To Change When Users Scroll Over A Seperate Button

May 19, 2010

I want an image to change when users scroll over a seperate button. Here is my code for that button:[code]The name of the image I want to change is bikebutton. I want frame two of bikebutton to display when this button is moused over. I want frame one of bikebutton to play when the button is moused off.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved