F8 :: Editing All Files Except For .fla File
Jan 23, 2012
I bought an Easy Flash Template from web-flash-template.com. The template consists of a flash file (fully flash based site), PSD files, image files and a .txt file for all the text. There's no problem editing all the files, except for the .fla file. I am trying to edit it to add a new page, embed a youtube video, etc and I see no layers for each screen. When I look in the ActionScript I see some details there which mentions screen 50 or 95, etc, but I can't edit any of those screens. Either I'm missing the boat thoroughly (which could be ) or this is a poorly designed template.So, my question is, would anyone here who is a little more experienced with flash be willing to let me email them the file to take a quick look at it to give me any pointers?
View 1 Replies
Similar Posts:
Jul 30, 2009
Is anyone else seeing this? After several minutes (less than 10!) of doing nothing but editing a .as file, I see an impending crash in the form of little pink squares around the scroll bars. Most of the time, if I save right then, then exit Flash, I escape without losing any work. If I ignore the warning signs, or sometimes just by Ugly Surprise with no warning, Flash crashes. It doesn't seem like using the app as an IDE for AIR apps, especially when doing little but composing and editing source files, ought to be that taxing.
View 1 Replies
Mar 11, 2010
Does anyone know if there is a way to open and edit a SWF file.
View 2 Replies
Oct 29, 2009
We have a .fla file. We would like an IDE to open .fla file and debug the action script. We tried Flash Develop (open source), but this IDE does not open .fla files. Is there any other free/open source IDE we could use for opening and debugging .fla files?
View 1 Replies
Jan 18, 2011
I am looking for a way to edit .sol-files (LSO/Local Shared Object). I have tried searching quite a bit, but I have not been able to find any program that can edit AS3-files properly. Is there a solution for me out there?
View 4 Replies
Oct 5, 2004
Is it possible (and if so, how?) to edit the .mxp-files that you install with the extension manager? The extension I have in mind is an API with some functions that need to be tweaked.
View 5 Replies
Jan 28, 2010
I am curious about where I can find sound files that I can use in Flash CS4 or some software that may be usefull in creating/editing/converting sound files to .wav or .mp3 for use in Flash. I should probably also note that although I do have Flash CS4 I am very low on funds for software
View 2 Replies
Nov 23, 2009
i have inherited a web site with a flash movie (swf file). the source files aren't available ( the fla file, flv file, image files, music files). the flash movie is acceptable to the client except for the last few seconds when the prior owners logo appears. is there any way to use this flash move without displaying the last few seconds?
View 4 Replies
Dec 14, 2009
edit one aspect of a flash intro? I just need to add an image where some text is and cannot figure it out....
View 1 Replies
Sep 14, 2005
I've been sent a FLA with some voice overs in and need to edit a few words out. The original MP3 files are not available so how I can edit the voice overs in flash without the original mp3 files?
View 5 Replies
Sep 8, 2009
This is a custom flash template I downloaded, when you watch/use the template you can see about me, and all the text in it, however when I attempt to edit it to my specs, I see the frame where it is located, but I cannot edit any text, because I can't SEE any text!!So basically, in editing mode, I don't see any text to edit, but when using the template, I see a lot of info... I have no idea what to do, and please keep in mind I am in no means a professional, or even intermediately good with Flash...
View 1 Replies
Apr 20, 2010
The server hosting our FMS does not have space to adequately store the media files over time. I have since connected a 500GB external drive to the server. This drive is mapped as the Z drive. I am not exactly sure how I need to edit my application.xml for all http requests to point to this external drive. Below is a small sample of the file. How would I correctly edit this file? Would I just add a line that says <Streams>/;${Z:VOD_DIR}</Streams> ? Do I need to delete either of the below lines?
- <Application>- <StreamManager>- <VirtualDirectory>- <!-- Specifies application specific virtual directory mapping for recorded streams. --> <Streams>/;${VOD_COMMON_DIR}</Streams> <Streams>/;${VOD_DIR}</Streams> </VirtualDirectory> </StreamManager>
[code].....
View 21 Replies
Jan 25, 2007
I wanted to make this flash thing for my site where visitors can edit a message. Then, it would save to the text file it editing, and it would display it.I know how to display it
View 3 Replies
Jan 28, 2010
I have a flash file and I have the dynamic text with the variable name 'Text1' I want to be able to edit this piece of text by linking the flash file to a php file - but I know nothing about php and therefore I don't know what coding to use in flash to link to php. All I need is a basic bit of coding which would be able to put in php so that one bit can be edited so that it will be edited in the swf.
View 1 Replies
May 12, 2010
I'm working on a stand-alone application and NOT a web-based application, so I'm trying to do this strictly with AS3, if possible. For example, if I have an XML file that looks like this:
Code:
<profile>
<username>Joe</username>
<password>Smith</password>
</profile>
How do I change the value of the USERNAME attribute via AS3?
I've tried something like this already:
var xmlData:XML();
...
xmlData = XML(event.target.data);
xmlData.profile.username = "Mary";
but when I open the XML file, it's not writing "Mary" in place of "Joe."
View 9 Replies
Mar 31, 2011
I am currently using flash for the first time to create a digital version of a board game for a project. This is the first time I have used actionscript and flash for that matter. I have learned a lot from this website but have finally hit a roadblock.In my game I have trivial pursuit like "pies" that the player gets pieces of as they progress. Once they get all 8 pieces, they win. I have each piece of the pie for all 4 players set as an instance of a movie clip and have their alpha set to 0 at the beginning. So i have 4 instances of each piece of the pie labeled pie0player1, pie1player1, ... , pie7player1, pie0player2, ... , pie7player2, etc.I have tried just running a method from my external Game class actionscript file that would change the alpha of these respective pie piece as the player earns them so that they are visible.My first question is: Is it possible to change the alpha of these movieclips from my external Game class file? Or do I need to make all of these changes within the timeline?followup questions being: If I can edit these values from my class file, what would be the best way to do this? I would like to access the movieclips using something like the following code if possible: [code]Do i need to store these movieclips in a 2d array to access them dynamically like this?
View 4 Replies
Jul 27, 2010
I'm edit a flash file that uses about 11 different fonts. When I toss it into the editor and publish it some characters are missing from the product, such as W's and M's. I've installed the fonts that were included with the flash file into windows7.
View 4 Replies
Sep 2, 2009
ive publish a html file with flash detection enabled from flash.[code]now since the default codes places my flash movie on upper left corner, ive made my own tables with the flash on it, how or where do i place this code to the upper codes?[code]
View 1 Replies
Apr 28, 2009
I'm in the process of making a web page that'll successfully checked as XHTML 1.0 Transitional ([URL]), but as soon as I place in the fixit.js script under the flash object and view the page in IE, all the flash elements turn white. Quote:
[Code]...
Anyone knows how to place in flash files in xhtml files on IE without manually controls by clicking on the flash file.
View 1 Replies
Jan 6, 2010
what I'm trying to do is make a preloader that will preload about 20 external SWF files before it lets you get to my main file. I want to do this because my main file needs the SWFs to be ready to go once its done loading. I have looked around and i found a few ways to do this with the "if (loadedBytes>=totalBytes)" and the code loops back till the files are done loading... this would be just what i need but i cant seem to get it to work. the file just seems to start loading my files but does not loop and just runs the time-line even once i state what frames i want it to loop.
View 6 Replies
Aug 28, 2010
how do I change the settings so that the flash file looks for as. files in a certain file.
View 1 Replies
Apr 1, 2009
Though, on one of the simplest things though I can not have the flash file select the XML files. It will select the first but will not continue with playing the rest of the songshere is my AS and XML files.
Code:
// Load XML Songs
var xml:XML = new XML();
[code].....
View 1 Replies
May 6, 2009
If I use Publish Setting and choose a different folder for the .swf and .html file that Flash CS3 will be generating then the audio/sound will not work when open the .html file in a browser. However, if I choose to the "Publish" option or "Publish Setting" but choose the same folder for the .html and .swf folder then the sound will work when opening the .html file inside a browser.[code]
View 3 Replies
Aug 31, 2009
I've been following the techlabs tutorial on building an as3 slideshow as I'm just getting used to as3.I've been trying to load in .swf files instead of static jpegs, but it won't work.I'm assuming this part of the code is what won't allow the .swf files to be loaded from the xml file...end a hand and explain what this section is doing and if possible what to change to get it to load swf's as well as jpegs...?
code:
function clearLoader():void {
try {
[code]......
View 8 Replies
Nov 3, 2010
im trying import multiple swf files(games) into one fla so i can have a little gallery for all my games. the games imported fine but im trying make a button in each game after it is over to gotoAndPlay(1) on my main timeline but it doesnt seem to be communicating, heres the method im trying to use
startGame("game_1");
function startGame(gameName:String)
{
trace("game_1")
[Code].....
View 3 Replies
Apr 27, 2011
how can I unite 15 swf files which placed in one folder to a one swf file? i tried all kindes of merging softwares like "Join (Merge, Combine) Multiple SWF Files Into One Software" and "WinMerge" without success and tried to convert swf to flv (cause i found other merging software for flv files) but again.I have CS5 so if i'll have to open Flash for this i will, though i'm trying to avoid that and even then i'm gonna need full instructions.
View 4 Replies
Apr 5, 2012
The .fla file only gives you the option to link one .src file in the 'Class' bit, is there any way to link two .as files to the .fla file?
View 1 Replies
Feb 27, 2011
how can i use the code in a .AS file in a .FLA file without merging them together so basically in the .AS file the code is in a package how can i remove the package and use that same code in my .FLA without importing .AS file
View 1 Replies
Dec 13, 2010
I would like to know we could list all the files in .swf file.My application loads external .swf file (pure content inside it: Png, Mp3 inside) from Internet, and I would like to know the way how we could list all the files inside that .swf file.
View 1 Replies
Jun 26, 2009
Files: Attached is a link to a file I made named "index". [URL] I would have liked to have included the following files but was limited due to "you-send-it" not uploading folders. Files not included: [but functioning and vital to the site as well as the question]
- xml list
- images [folder]
- thumbnails [folder]
Project scope: Website is an online-art gallery. I was able to get a functioning xml rolling thumbnail bar as well as have it load images. [Due to certain circumstances I was forced to put the project on hold until now.] It consist of 17 buttons, on the index [home] page, which are to call upon an xml file to load the appropriate scrolling thumbnail bar and the images which it loads upon clicking.
Problem
When you open up the index file, go to the actions layer. You will see the script needed to load in the xml scrolling thumbnails as well as the associated images. The actionscript is fine and works in as much as when I save out an swf file the thumbnails dynamically load in and when I click on them the associated image loads to stage as well. [again if you download the index file you will not see this as not all the files were able to be uploaded due to "you-send-it" as mentioned.]
[Code]....
View 8 Replies