(flash) :: Flash - Can't Edit The Pictures
Apr 7, 2010
I have a template which I found online that I want to adapt, its saved as a flash file(swf i believe) so I can't edit the pictures etc of it. I've been told and read that you can decompile the file in ******* DeCompiler, so that you get the FLA file and also the option to extract all of the resources. Basically I want to do that and then change some of the images and colours within the site? I have extracted the resources, so I have a folder on my desktop now with all the current images etc in, and also the FLA file.
View 1 Replies
Similar Posts:
Aug 4, 2011
I import my artwork from photoshop or internet, png8, or bitmap, i convert it to symbol, and double click the scenario, then i try to change color for example and instead of painting the color in the artwork it paints under the imported picture. When I draw a picture in flash it works good.
View 2 Replies
Jun 3, 2008
I'm having two problems. First of all, the gallery loads all pictures at once. The more pictures in the XML file, the slower they all load. Secondly, I wanted the pictures to scroll in its _y coordinate, similar to Sugar Rhyme's website portfolio (see url]...).
View 1 Replies
Mar 11, 2010
I found a polaroid flash picture gallery where you can move the pictures around in the flash.I want to stick this flash in a flash I am currently making, where I have 4 different link buttons, and when you click on each, the current page slides out and that page slides in. I want to incorporate this polaroid flash so that when you click on one of the buttons, this polaroid flash will slide in.
View 1 Replies
Oct 15, 2008
I want to take a video file and make a mock-trailer in flash.I plan to record some gameplay from a videogame, then import it to flash. hen I plan to tween the video around while super-imposed on a Nintendo DS picture. I'll add some other spiffy effects.
View 0 Replies
Feb 9, 2010
how can I use pictures in flash without losting any picture quilty...I mean i don't want to compress them but when i do my site doest work right so I want to put them on there without compressing them.
View 1 Replies
Jun 21, 2011
I have a flash app (deployed as Air or regular app for iOS) which displays pictures.
It has to work offline, so I need to bundle my pictures with the flash app. I wrote a script to download all pics from my server to a specific folder before deploying the flash app. Currently, I remove all existing pictures from the FLA and add the new ones, but I was wondering whether there is a way to define a system folder for flash and it will take whatever exists there during the deployment process?
So basically all I'll have to do will be to run my script (to update the folder with the new pics) and recompile the FLA.
View 1 Replies
Jun 27, 2009
Scenario: Upload 2 images to a server. Download those images via AS3 and place them into different containers(movieclip or sprite), not overlapping one another. Well I can do it no problem, but they overlap one another and for some reason use the same "loader".
Code:
for (var i=1; i<2; i++){
var image:URLRequest = new URLRequest("http://myurl.com/images/" +jpgarray[i]+".jpg");
var myLoader:Loader = new Loader();[code]....
There are several different ways you can write the above code, but the outcome is still the same. It uses the same Loader or Movieclip, or uses the same container, simply overlapping the images.
View 14 Replies
Nov 18, 2009
I want to draw my own face. I want to do so by uploading a picture on Flash and import on stage and modify it so that I can use it as a template to draw over. How do you do this? I know you go to import >import to stage but each time i try draw over the uploaded pic, it doesn't draw on the pic.
View 8 Replies
Aug 19, 2009
I've imported a vector graphic from AI into my stage. When I click on the vector graphic that's been converted to movie clip symbol and drill down to the vector level, as soon as I insert a keyframe in the timeline, I no longer can use an eraser to edit the vector graphic. It automatically move up one level as soon as I insert a keyframe. Does anyone have any idea why I'm getting this behavior? I want to create a hand written effect with this vector grachic.If I draw a vector square on the stage, convert to movie cli, double double click the movie and then I am able to edit or change the vector shap but that's not the case with the imported AI file.
View 2 Replies
Nov 10, 2010
I am new to flash and i have .fla file of flash.i want to edit this file to use it.I want to change the buttons name and their hyperlinks in this fileI want to attach the .fla file with post but i don't know how to do this.
View 3 Replies
May 16, 2011
I am having problems editing a ComboBox in AS3. Can anyone please tell me why my ComboBox disappears?[code]...
View 2 Replies
Aug 23, 2011
I'm working on a project and i need to open a swf file, change contents of a swf tag without touching other tags I've tried "SwfDotNet library" but it does not output the unknown tags. For example if it encounters a "EXPORTASSETS" tag it does not write it to the output SWF because the library is old and supports up to swf version 7 and the tag is new. Are there any libraries with this capability?
View 2 Replies
Mar 3, 2012
This is just the first time I'm working on Adobe Flash CS5. I have files in .swf. I want to make some changes on it, Can I do that or Should I ask the designer about the .fla file?
View 1 Replies
May 13, 2009
Alright I have some odd 150 images I need to open up in Photoshop and preform some batch actions. For some reason the "edit with" is grayed out in CS4.
View 4 Replies
Sep 1, 2010
Everything works just fine the only thing i need to know is how to add more pictures to the lightbox?
showcase.addEventListener(MouseEvent.CLICK,pop_up) ;
function pop_up(event:MouseEvent):void {
trace("test");
ExternalInterface.call("Design_Gallery", "images/image-1.jpg", "image-1");
}
View 8 Replies
Sep 15, 2008
I have a Flash 9 AS3 document where I have set up a random picture loader from an XML file.
Works fine on the desktop but when uploaded the random pictures will only load if the XML file and the jpg's are in the same folder as the swf. I have pointed the XML loader address to
the proper spot in the AS3 code as well as in the XML file. I also have code in another keyframe for loading and displaying an RSS feed which works fine. I wonder are the two URL Loaders conflicting somehow. Attached is the RSS and the AS3 code.
View 3 Replies
Apr 16, 2010
I'm thinking about how to approach the problem at hand. There's a flash movie that requires a lot of relativly small images and I'm trying to optimize the time it takes for them to be preloaded.
One thing I've considered it turning on KeepAlive in Apache on the server side. That works. But my mind still wonders if there's anything else
So, what other approaches I may try? Is there a way to compress all those images and then unpack on client side?
View 1 Replies
Jun 27, 2011
i am currently trying to create a fish pond with fishes in it, i have parts of these fishes which i hope i can join them together to create a animation of a fish and be able to control it easily, as i will have to implement some AI on the fish, such as moving to eat a food etc. i am very new to flash and have no idea how can i go about doing this, how can i combine the images to form a fish and then be able to control the whole fish and have it move naturally like a fish without much knowledge of AS3?
View 2 Replies
Mar 7, 2012
These stories are already made in flash. My problem is how to add to the storys That app. Initially one of the approaches was to create an app in Coco2D and make the animations in this language (converting the animations in pictures). However due to possess many animations and sounds, this process is very complicated Thus, I asked opinions on what approach should I do to solve this problem.
View 1 Replies
Oct 26, 2010
My web designer is no longer working and has left me with a flash file which would benefit from a small edit
The file is made up of a banner which rotates between 3 images. I'd dearly like each of the images to become a link to html files already uploaded to server
The banner can be seen at self catering accommodation belfast dot com
Is it possible to request this on the forum please?
View 6 Replies
Aug 23, 2009
I am new to flash and I am trying to create my first flash site using a template that I have downloaded. I can edit the first page fine, but when I click the "about us" or any other section, the standard template text, Which isn't even in english, appears. I believe that these are psd files, and I have tried to edit them, saved and replaced file on my computer, but still I get the same unchanged text on this site when I preview.how to edit and replace these files within the flash movie?
View 1 Replies
Oct 1, 2009
I am new to this forum and flash itself as a web development tool. I recently purchased a flash template which was edited using .txt files. However, I have a problem in that certain people are unable to view the top of the site where the link bar currently resides. I have tried to move this bar further down the page and been unable to do so.
View 6 Replies
Jul 11, 2010
i am new to Flash and am currently working with an XML based flash template. When i open the .fla file, none of the text or images show up. I understand this is b/c i have to edit the xml file in dreamweaver. However that is a very complicated way of doing it b/c then i have to keep going back and forth between several programs and saving, and updating, and never getting of "live view" of the chages i am making. My question is: Is there really no way for me to edit the whole xml flash template in Flash CS5? Meaning is there some sort of way to import or manipulate the files so that i can edit the text and images directly in flash pro cs5 and not having to keep going into dreamweaver?
View 3 Replies
Jul 16, 2010
I just got this flash intro and everytime I take into CS5, it says could not load,may be damage.The intro isnt damaged at all.How can I get my intro to load,so I can edit text? If I can get it to load how do I go about editing the text?
View 3 Replies
Oct 12, 2011
I have a premade .fla file I purchased from a web development company. I works when I open it with IE or whatever but I just dont know how to change the dummy text with in the pre made flash template and I wonna change th ecolor from green to black. [url]...
View 2 Replies
Mar 9, 2012
What I mean is that several jpg file will be sent to the server and replace the images that embedded in the file and a exe file will be created from the new file.
I know that I can keep the jpg outside the file and just call them dynamically but I just need to use them in that way.
Is there a way to create a flash file on the fly by a script?
View 1 Replies
Feb 23, 2010
i have a player which is of swf file. I need to edit it to remove user defined conextmenu.( when i right click its showing one name, i need to remove that)
how i can edit swf file in flash. when i open swf file in flash am unable to edit anything.
u can see the flash player here [URL]
View 1 Replies
Mar 2, 2011
Ok so I am a complete noob at flash [URL]..I am trying to change all the purple to blue and trying to get rid of the text with the link but I still want it to link to them pages
I have tried to change the colors in flash for each one but it has no effect do I have to create a new action script for it if so what do I need to put in there?
View 1 Replies
Apr 12, 2008
Here's what I wanna do:
I want to make a Flash application that ables the user to a picture of him/herself with webcam and cut out the head from that picture.
I know it has to be possible to edit pictures in a Flash app. Seen it on jibjab.com. I even tried to decompile their swf, but no luck.
View 3 Replies