Professional :: CS5 Source File And CS3?

Sep 20, 2010

I am a programmer who is working with a client's flash designers.  Most of my client's personnel have CS3.  I recently upgraded to CS5 due to another contract that I am working on for a different client.  Will I be able to modify my CS3 designer's .fla file, save and hand back to them to finish designing??  Will they be able to open up my modified document?

View 1 Replies


Similar Posts:


Professional :: How To Really Edit Source In .fla File

Sep 30, 2010

I am a Java programmer and I can read and edit most anything I get my hands on. I don't work much with flash and when  I do there is no reason to look at any sort of source.I received a file from someone to add to a project and the instructions were to open the .fla in CS5 and edit certain lines to pioint to directories . The file is and interactive app type.I have tried doing this but I am at a loss. I had thought that I would just be able to view some source in the file and edit those lines and export the ,swf, but I can see nothing like that.

View 3 Replies

Professional :: Switching FLV Source File Mid-playback

Nov 22, 2010

I have a number of different videos (all of the same duration and resolution) encoded with almost the same content - however they have different colour schemes, etc., and I require my FLV player to be able to switch seamlessly between them.

That is, if the player is currently playing "test1.flv" and the user presses the 'switch' button, I want to switch over to playing "test2.flv" in the same player, picking up at the same point in time.
 
I used to have a server-side solution that could fake this, but that isn't a long-term solution. Might I ask how you experts would handle something like this?
 
Do I need Flash Media Server, or can it be done with just Flash?

View 5 Replies

ActionScript 3.0 :: Compile Package File - Error: A File Found In A Source-path Must Have The Same Package Structure?

Dec 19, 2011

I have an actionscript file,it has a package name,it locate C:demo directory,like follows:

package demo{
import flash.display.*;
public class ABC extends Sprite{[code]............

Then I compile above code like following command,but it raise following error:

C:>mxmlc demoABC.as
Loading configuration file C:sdkframeworksflex-config.xml

C:demoABC.as: Error: A file found in a source-path must have the same package structure '', as the definition's package, 'demo'.Where is wrong above command?

View 1 Replies

Professional :: Cs4 Source Files For Mp3 Player?

Jan 14, 2010

Are there any cs4 source files anywhere for a simple mp3 player? I looked in the components for a mediaplayer component and I don't see it.

View 1 Replies

Professional :: Progresbar And Scene As Source

Jun 15, 2010

I have on Scene 1 progress bar (progressbar component), and on Scene 2 animation. I am trying write as source progress bar Scene 2 but I still have and error: Error: Source clip 'Scene 2' not found on parent. [URL]

View 5 Replies

Actionscript 3 :: Source From External Folder (linked Source) Not Appearing In Flex?

Aug 26, 2010

i have a Air Project in which i have added three extenal source folders. but when i reopen project or strat flash builder again i get icon on those folder like this but when i open the configuration for that project and try to validate the path and adding it again i get message like this but the path is valid. proof is this pic what could be possible error,,, is there any way that i when ever re-open project i get no warning and able to navigate through the linked source code. now i am doing it

1- deleting on of the linked folder

2- again adding that folder.

View 2 Replies

ActionScript 3.0 :: Flex Script Source In Source Path Cannot Be Found

Jan 11, 2010

So inside my src folder I have my app.mxml file. I have a source directory pointed to my actionscript library.It appears that Flex does not look inside that source directory including an .as file within the master mxml file.

Code:
<mx:Script source="com/domain/something/somethingelse/app.as"/>

I could just have the main app.as file inside the src folder along with my app.mxml file but it would be nice if it could live in the actionscript library.

View 1 Replies

Get Flash Related Source Files From Swf File?

Jun 11, 2010

I have a small flash project. I created a SWF from the flash sources.Unfortunately all my flash sources related to the project are deleted.

I left with the SWF file. Is there any way that I can retrieve all the flash source files from the swf file ?

View 1 Replies

Php :: Embed Sound File Without Revealing Source URL

Aug 10, 2011

I have a number of sound files hosted by a third-party.I would like to embed these on my site in some kind of player for streaming.However, I need to hide the source URLs of these files from my users.The point is to prevent users from discovering information about the third-party services we use, as some of this info is considered proprietary.There is obviously no way to do this in straight html. Most methods that I have seen of embedding audio would leave URLs easily discoverable by just viewing the page source.Is there a good way to keep this data hidden?

View 1 Replies

ActionScript 3.0 :: Get The Source File Name Of A Bitmap Instance?

Jan 8, 2011

I have a jpeg that I have imported into my library and placed a movieclip instance of it on the stage.How can I retrieve the source file name (test.jpg) in AS3?The following gets me the as3 automatically assigned instance name "instance152" can I get the .jpeg file name that it references?

trace(MovieClip(mc).getChildAt(0).name)

View 3 Replies

ActionScript 2.0 :: Protect Source Code In A .as File?

Aug 23, 2005

What is the best way to protect the source code in a .as file? Right now if you access the .as in a web browser the source code is displayed. The problem is that when the .swf file is loaded on the client's machine, so is the .as file.

View 4 Replies

ActionScript 2.0 :: Generate A Source Code From A FLA File?

Jul 28, 2003

if is possible to generate a source code from a FLA file?

View 2 Replies

Professional :: Changing Source Of An Imported Symbol

Oct 23, 2007

Say I have "Symbol 1" in FLA document "DocOne". I drag this symbol from DocOne's library into "DocTwo"'s library. Now, in DocTwo's library, the properties for Symbol 1 show that the source is "DocOne". I can use the symbol update functionality to update it from DocOne. Is there a way to sever this linkage so that Symbol 1 in DocTwo no longer considers Symbol 1 from DocOne to be its source? So that, for example, if I drag it over from DocTwo to DocThree, Symbol 1 in DocThree, its source in DocThree will be DocTwo and not DocOne?

View 3 Replies

Professional :: SWF To Accept FLV Source At Runtime From Flashvar

Mar 8, 2010

I need to build an SWF with a FLVPlayback component that gets its FLV source from flashvars pased in at runtime via javascript.
 
This  is the code I am using on the page:

[Code]....
 
when I compile I get:
 
1119: Access of possibly undefined property contentPath through a
 
reference with static type fl.video:FLVPlayback.

View 5 Replies

Professional :: Passing Parameters To External Source?

Apr 10, 2011

I'm trying to have Flash execute a file, and I can get FSCOMMAND to work. Sort of. While I can use it to run a single batch file, what I really need to do is to pass a parameter from within Flash to the item being executed. I'm currently using Flash to allow a user to select some items, and I need to pass that selection out of it in order to kick off some other processes (Flash is basically just my GUI interface right now until I learn more about how to do things in it).
 
I don't care if it's a batch file or JavaScript or anything that's not uber complex (so no .NET or C++). I just need to find something that we can run internally for our company (either from an .HTML or a .EXE file output from Flash - not too picky there either).

View 4 Replies

Professional :: Cannot Contact Reliable Source IE9 Norton

Dec 16, 2011

Every security setting is turned to its lowest setting on IE9.  Every single Norton setting is turned off, every one.  No file scanning is taking place.
 
Nevertheless, the scroll bar goes to 12%, sits there, looks stupid, and then the message appears "Cannot contact reliable source".
 
I set Norton to recognize the file as a trusted file.  No difference.
 
Is Adobe deciding to make these downloads impossibly difficult as a business strategy?  Never in my decades of using computers (I've been doing so since 1972) have I encountered such a ridiculous procedure.
 
And I'm supposed to pay $39 for stupidty?  Why, as far as I'm concerned, Adobe should be fined for the idiocy it is doing to its customers.  Even having to close the browser at the right time (I never get that far) is the dumbest procedure I've ever seen.  Or is this part of a strategy to sell Macs?

View 1 Replies

Media Server :: Use Http Source Instead Of Rtmp Source?

Aug 31, 2011

I have this standard embed code to play my video:
 
<object height="409" width="600"><param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" /><param name="flashvars" value="src=rtmp://my-server/vod/flv:my-video" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" flashvars="src=rtmp://my-server/vod/flv:my-video"

[Code]...

View 4 Replies

ActionScript 3.0 :: Flex Source In Source Path Cannot Be Found

Aug 21, 2009

So inside my src folder I have my app.mxml file. I have a source directory pointed to my actionscript library.It appears that Flex does not look inside that source directory including an .as file within the master mxml file.[code]I could just have the main app.as file inside the src folder along with my app.mxml file but it would be nice if it could live in the actionscript library.

View 2 Replies

ActionScript 3.0 :: TextFormatAlign - Included The Source File *.as Files?

Jul 24, 2009

I am trying to center align a caption for a Photo Gallery.But by default the captions are aligning to Paragraph Left.You can view the link here:

Photo Gallery

-------------------------------------------------

Here is the text format code from the accompanying *.as file:
-------------------------------------------------
var tf:TextFormat=new TextFormat();
tf.font='Verdana';
tf.color=0x3;
tf.align=TextFormatAlign.CENTER;
var t:TextField=new TextField();
t.embedFonts=true;
t.alpha=0;
t.selectable=false;
t.setTextFormat(tf);
addChild(t);

-----------------------------------------------

To have an idea i also included the source file *.as files.

View 6 Replies

Flash :: Source Control System For Binary File?

Oct 20, 2010

We use subversion, which works great for software projects. We also have a lot of flash projects, which we don't use any kind of source control. Each flash project contain quite a few images. The time frame of each project is a couple weeks, but few can go upto a couple months.

The number of files we create contribute to quite a bit of file size. To keep repository size at a minimum, we want to keep the latest version only and wipe out previous history once a project is finished. History is useless to us after a project is finished.

It looked into subversion, but it doesn't allow to remove anything from the repository. I need to perform this workaround here.

One easy way is creating a separate repository for each project. When the project is over, save the latest version to archive and wipe out the repository. The number of active projects is about 50 - 100. Is there any issue with creating one repository per project?

View 1 Replies

Php :: Writing To An XML File In Source Directory Of Flex Project?

Feb 23, 2011

I am writing to an XML file which is placed in the src directory of my Flex project. But when I run my application, the changes I make to that XML file actually reflects in the copy of that XML file in my [code]Is there a way to reflect those changes to the actual xml file i.e. the one in the src directory?Server Side: PHP.PHP file is in the same src folder. Here is the related snippet of code:[code]

View 1 Replies

Flex :: Load Local File As JSON Source?

Nov 29, 2011

In a very simple first AIR application (I'm using Flash Builder 4.5), I am trying to accomplish the following on my MacBook:

Read a local file (JSON format) into the AIR app. Parse through the file. Display some selected contents in a grid.

That's it.

I've found an example that does some simple JSON parsing in Flex, but the problem is that it loads the JSON source from a remote web site.

So do I need to load any file-specific libraries to make this work in AIR? Or can I simply refer to the file by using the Mac file-path? I just want the local file to be the JSON source. The parsing is already taken care of.

View 1 Replies

ActionScript 2.0 :: Open The Fla File To Edit The Source And Export It To Swf

Mar 17, 2010

i have downloaded a flash intro (swf + fla)the swf which i downloaded is working so good but when i open the fla file to edit the source and export it to swf i have many errors, even if i didn't edit any thing (just open it in flash then export it again) i have that errors

[Code]...

View 1 Replies

ActionScript 3.0 :: When Run Source File. It Show Compiler Error?

Jun 21, 2011

i downloaded a swf file by name 34057.swf & decompile it for source file with sothink.But when i run source file. it show Compiler error.description: 1084:Syntax error expecting identifier before 34057

Source
package 34057_fla

This is the code

package 34057_fla
{
import flash.display.*;[code]....

View 2 Replies

Professional :: Flvplayback Doesn't Works With Source Is In A Server Pc?

Feb 10, 2010

I'm working with flash CS4, with an adobe air file with as3, doing a desktop application to use in Windows , I google about information, but only find answers for web.I'm using a flvplayback, and when at source property add a local path as C:folderVideomyvideo.mp4 ,everything works fine, but when source is a server path from other computer as therpcfolderVideomyVideo.mp4 , doesn´t works. I'm not if a flvplayback bug.I have always the possibility to make a map folder, but this application is for a client, and if I can solve if add new map folder, it's better to me.

View 6 Replies

Professional :: Source Code For Flash Component Library?

Apr 21, 2010

Does Adobe had releases the source code for the components that comes with Flash CS4 (fl.controls.*). If not, is there any way to use the Flash component library with another IDE like FlashDevelop for code and compile the flash applications.

View 1 Replies

Professional :: URL Variables Used To Set The Source Property For The VIDEO COMP?

Jan 5, 2011

Can you take a url variable and have that variable be the value for the source parameter of the video playback component in flash CS4 or CS5?

vplayer=videofile1
the actionscript 3.0
var videoFile:String = [who do I get the url variable's value here?]

[code]....

View 1 Replies

Professional :: Flash CS5 - How To Create Hyperlink To Offline Source

Jun 22, 2011

I have created a button, and once you hit the button (within the HTML page), I want it to open another HTML page in the same frame, both HTML pages are stored in my hard drive offline. It required coding in the code snippet panel which I do not know.

View 1 Replies

ActionScript 3.0 :: Send Video Chat Source File Or Link?

Jun 17, 2009

send me AS3 video chat source file or link    

View 1 Replies







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