Questions of beginners on fms and actionscript 3

OK, as I said I'm a newbie, but I do not understand the difference between as3 and ssas. Not all, but most everything written everything I see in SSAS can be written in an external AS3 file. Which results in a me a few questions I hope you kind people can enlighten us on for me.

(1) what is the advantage of writing a SSA file on an external AS3 file?

(2) can I write a file in AS3 .asc or should I use AS1? Please understand that I use tuts of fmsguru.com and the "Programming Flash Communication Server" books "Learning Flash Media Server" (pdf). I'm not a javascript programmer, so I have nothing in AS1 seems to make any sense, unlike anything I've done in AS3. It may not seem like it to you people who are programmers, but for those of us who are not, AS1 and AS3 are miles away.

(3) type of off topic, but a security issue. I'm not a 'hacker' and don't like the jolts which are. My question is on external ACE / SSAS files and swf files. When my fla is compiled into a swf file is my external AS files are external? I suppose they do, but then, what is the threat of the file swf be decompiled? In most of the projects I would, I could less keep if someone has access to my fla as long as they do not have my actionscript files.

I do not know. Maybe for questions 1 and 2 I'm confused because I use equipment. Yet once, I guess while fms was built the javascript engine, it should be able to read and run my AS3 file. Otherwise what was the point of evolution of actionscript in a functional programming language?

Thanks for any help you may have...

(1) I did not get this question correcly - besides THAT SSAS can be in AS1 - so I don't see reason in comparison

(2) there must be AS1

(3) if you do 'include' stuff - I think that code would go into swf decompiler and compiled appropriate would give you the code.

Last para - engine on the server side includes only AS1, so he won't be able to read and understand your AS3 file.

Tags: Adobe Media Server

Similar Questions

  • question on the layer effects and filters - Jews Becker

    Hello

    I have a question about the layer effects and filters

    first is there a way to layer effects in flash (as in photoshop 'coup' "outter glow" etc...)

    so it is a kind of plug-ins to special effects - perhaps with particles or pretty effects that I can buy

    Thank you very much!

    (as you may have guessed I'm very new at this and appreciate all the advice I can get!)

    -Jews Becker

    You won't find anything exactly like filters in Photoshop for use in Flash. There are filters in Flash. They are available at the bottom of the Properties window for an object MovieClip or button on the stage. Alternatively, you can apply and animate a filter in Actionscript. There is a good third-party developer, http://www.greensock.com, where you can find a few effects tools very useful. Most are free.

  • I recently dropped my laptop and it is weird, one day he int open up to 4 start times and sometimes it shows me a folder and a question mark in the interface and sometimes asked to reset my password, what are the steps to take?

    I recently dropped my laptop and it is weird, one day he int open up to 4 start times and sometimes it shows me a folder and a question mark in the interface and sometimes asked to reset my password, what are the steps to take?

    Anything can be corrupted on your MacBook Pro, but from what you say, it seems that the cable drive/SSD/flash memory/SATA hard was seriously damaged. Him "question mark" means that your Mac is unable to find any bootable device, meaning that it does not yet detect your OS X drive.

    You should make a backup of your files (if you can still do it) and take the Mac at the Apple Store or dealer to get a diagnosis. There may be several damaged parts.

  • I forgot my security question answer on my account and I get lost email address of relief

    I forgot my security question answer on my account and I get lost rescue address, how do I get my new security question?

    Contact Apple for assistance with the security of the Apple ID - Apple Support accounts

  • How can I STOP e-mails in response to a question, I asked months ago and no longer need an answer for?

    * Original title: stop emails

    How can I STOP e-mails in response to a question, I asked months ago and no longer need an answer for?

    Post proposed by the facilitator for the appropriate forum placed

    Hello

    You will see your name at the top of any message that you posted, like this, DianeFiorentino

    This is a link to your profile page. Click on this link.

    On your profile page, click on the link of the activity at the top of the page. This will display a list of all the threads you have subscribed .

    On the right side of each thread, you'll see a link Stop Emails . Click on this link for every conversation that you don't want to receive notifications for.

    Additionally, if you look closely at the emails that you receive, you will see the link to the bottom of the email.

    You want to unsubscribe from this thread?
    Click here to go to the thread, and then click Stop emails.

    Concerning

  • Need help with CC Flash and ActionScript 3

    Hello

    In serious trouble find how to add a tag to click for ad servers when you use CC Flash and ActionScript 3. Can anyone help or point me in the right direction?

    Thank you!

    See if the following can help.  If not, show what you have tried and does not work...

    Flash "clickTAG" tutorial - learn how to build "clickTAG" active Flash banners with click location capability!

  • My 10 photoshop element stop working, I'm not able to open it more.  ?  I posted this question a few days ago and I did not get all yer anwer, please help

    My 10 photoshop element stop working, I'm not able to open it more.  ?  I posted this question a few days ago and I did not get all yer anwer, please help

    I have photoshop editor item 10 and organizer first and I have a Macbook pro 10,9,9

    When I try to open an image with the Publisher of the item or if I try to open the PS Editor directly I see this

    file:///users/main/desktop/screen%20Shot%202014-11-26%20at%201.17.35%20PM.PNG

    When I click on edit it does not open and I have this window

    file:///users/main/desktop/screen%20Shot%202014-11-26%20at%201.21.07%20PM.PNG

    and if I click on REOPEN, I still got the same message

    Lucie

  • Productivity of FMS and sample downloads broken tools?

    I could be a huge jerk, but I really need the Adobe F4V post processor for the work I do in the FMS 4.5. It seems that downloads of tools are not available on: http://www.adobe.com/products/adobe-media-server-family/tool-downloads.html

    The only thing that can be downloaded is the Adobe Access for Apple iOS library.

    Anyone know if it's on purpose?  Am I just dumb?  In the FMS 4.5 tools directory there is no F4V post-processor. Anyone know where I can get productivity tools real FMS and sample downloads?

    We look at the issue.

  • Color change of the motion tween and actionscript

    Hello, I'm pretty new to flash and actionscript, having recently been introduced to Flash MX. Everything flowed smoothly so far. Here's the scenario:

    I create a new document and create a symbol of video Clip, then add a motion tween. So far so good. Can I edit the symbol and on the first frame of the clip add action "_alpha = 50";. All of a sudden the motion tween stops working.

    You can find a minimal fla file that exposes the issue here: tweenproblem.fla

    This problem me totally baffled, that actions like stop(), gotoAndPlay() to the same place and do not affect the interpolation, while other actions of color (for example Color.setTransform) show the same behavior. All reviews are much appreciated!

    Thanks a lot for your time kglad, but I managed to find a workaround for the problem in simply by converting the symbol to a symbol again. It seems that only interpolations in the immediate parent are affected, so the new symbol can be interpolated normally, while the original symbol is still affected by the actionscript code.

  • Basic question on flashVars and actionscript projects

    Im having trouble with an actionscript in flex 3 (latest build) project, I created.
    I imported the mx.core.Application class but whenever I have access to (or trace) application I get a null value. I need to have access to the flashVars variable in the html wrapper. Is this possible in an actionscript project or is there another way to go about it. Any help is appreciated.

    Figured out, just use root.loaderInfo.parameters.myflashVar

  • Buttons and ActionScript

    Hi everyone just registered on the forum today, really need help, would appreciate your help.

    Basically, I created 5 buttons on one layer. I'm now trying to associate each button to a Web site, but without success for the moment.

    In order to make it easier for me that I need to set each button in its own layer and insert the following actionscript code, I inserted one of my buttons, I realized that maybe:

    Stop()

    home_btn.addEventListener (MouseEvent.CLICK, mouse click);

    function mouseClick(event:MouseEvent):void

    {

    application of var = new URLRequest ("http://www.sign-technologies.net/");

    navigateToURL (request, "_blank");

    }

    Copy the following code binds my first button 'home_btn' on my site, what remains is. When I run Flash it works, but when I click on the button in the real web browser it won't go to the Web page, so I'm stuck.

    Another question: For convience sake is there a way I can have all the buttons in a single layer, but insert code that can separate one single button on the other? Someone at - it this code?

    separate one single button on the other?   distribute the buttons?   change the layer? What you mean?

  • Newbie question: how to use forms and collect signatures?

    Hello

    I could use some help on how to perform a task, I have been set.

    What we need to do:

    • Provide forms online for new recruits to view and electronically sign
    • Must be able to let people easily sign electronically forms without having to do a lot of work
    • Forms must contain a checksum to indicate that they have not been tampered after signing
    • Forms must be printable by newly hired staff to allow them to keep their information

    Can someone tell me what to do and buy so that we can do this?

    Sorry for the beginners question, but I tried to search for this and did not have a lot of luck to get a clear answer on how to do what we are looking for.

    Thank you!

    PEI

    The number of forms you'll be colecting will be a problem then. When you enable a document signed and recorded with Acrobat Pro and you distribute the form to more than 500 recipients, you are limited by the license agreement Acrobat from not more than 500 cases of the form data that was provided to you, including paper copies.

    You can avoid this limitation by allowing the reader to the document using Adobe LiveCycle Reader Extensions Server product, but this can be expensive. There used to be an Adobe authorized third party (FormRouter.com) which could compatible reader of individual documents so that you wouldn't have to license Reader Extensions yourself. I heard that they are is no longer allowed, but you might want to contact them to make sure.

    It is not difficult to set up a new digital ID. You can try it yourself to see what it is.

    Adobe also has the new EchoSign service available, then you might wish to consider to see if it can meet your needs: http://www.echosign.com/

  • Should I have fms and how easy is live for users?

    Hello world

    I'm just studying the requirements for a new project and I wanted to ask you a few questions about FMS if you would be kind enough. The site I am building at will (among others) stream video that has been downloaded (mainly by the admin of the site), but also potentially by users and I need a solution for this. Also (ideally) the site will be live broadcasts every now and then that users can watch. As a result, my questions are:

    -Probably, we'll need to add an encoding software on the site to convert different formats of file in FLV FMS can play them (because it does not include the conversion features)?

    -We would use a relatively powerful dedicated server, it suggests generally that you install FMS on a completely different server or it can run on your primary server (as long as you are not in the service of the ridiculous amounts of video at the same time).

    -Do I have that right to say that if we use FMS so it won't work on the iphone or the ipad the lack of flash support? Is this also true if we use video h.264 rather than FLV files? I understand that even with h264s that it won't work not because the player is flash and therefore it can not read the drive, despite bein able to read the video format. Is there a way around this?

    -FMS can be used to allow users to record directly to the output of their webcam in the correct format for a future (not live) broadcast (like the functionality of my Webcam on youtube) or should it be done through flash media encoder and then saved?

    -Am I right in thinking that to stream live video, you must use Flash Media Encoder and then connect you to the FMS? Is it easy to install media encoder to point to a FMS specfiic (IE is it possible to use it as a solution for the upper limbs to spread or is the installation of the complicated FME)? Is it all to build website so someone can disseminate via their browser and webcam and then have transcode via FMS?

    Thank you very much for your help/info in advance, we appreciate it really heavily,

    Dave

    -I've read php ffmpeg conversion that was an option I was looking at, although presumaby this i would need a separate server because the encoding is pretty processor intensive? Are there other options (even if you have to buy a separate software that is running on the server, this wouldn't be a problem)

    Yes. See our Rhozet carbon coder and Sorenson Squish.

    -Am I right to say that you can use an encoder based flash embedded on your site to encode the videos but only using h.263, which is the worst quality (I know it's what you say below but I just wanted to clarify). Assuming that we were happy to allow encoding in a file of quality slightly lower then is - it possible through FMS or that require other software?

    A flash application can encode only from the camera (for live broadcasting). So, if you want to publish from a webcam for FMS, Flash will do the job. If you want to re - encode an existing video file, flash won't do.

  • FMS and Java servlet

    Hello!

    Is it possible to connect Java servlet for FMS?

    I would like to send servlet comand via HTTP to FMS?

    (Something like communication in Flash media server by using administration APIs)

    The best way for me would be to connect (in writing) to SharedObjects, but I'd be happy with any connection at all.

    (I've read some about ColdFusion, but it would be too much change on my servlet).

    There must be an easy way, but I just can't understand it.

    Some help would be appreciated. Thank you.

    Dejan

    Your servlet architecture lets you listen to the connections on the side of java and to maintain stateful socket connections, or is it only HTTP GET/POST? Although the SGF can listen to other than RTMP connections, it can establish a dynamic connection with another service.

    It seems to me that the best solution would be to have the FMS application to open a socket connection to the servlet onAppStart (see the XMLSocket class in the actionscript docs server side). If the servlet does not support, it could better understand refacor the servlet. Otherwise, you may be stuck with something like this:

    1. the Servlet called broadcastMsg on the administration service

    2. the servlet Gets a success and little descriptive error result.

    3 Admin service dispatches the message to the application of the WFD

    4. the FMS application updates the shared object (you would handle this in your side Server).

    5. somewhere in the sent serlet data, there are will be data that the FMS application should send a message to the servlet (url, whatever)

    6. the FMS application performs an http servlet request and sends sent some data that you need.

    It's a lot of processing to update values in a shared object, and since you mentioned, there will be a lot of these events happening, it could be a strain on the system of the admin (and could pose serious challenges if / when you need to scale the application).

  • Questions of beginners on setting up a project

    Hey

    I am new to both flexible and FlashEt I have a few quick questions:

    1. when an errand or debug him from inside the Flex IDE opens IE. I can open Firefox instead?

    2. the automatically generated "index.template.html" (for an actionscript project 3) contains a lot of varibales on the form ${var} name that translates into values when the project is built. Can I change the default values of these variables somewhere? I was looking for in the configurations of running/debugging but found nothing.

    3. in the execution of a project trace("..") actionscript; not get connected to the console in the Flex IDE, but it works in debugging?

    4. where it is currently running/debugging an actionscript project with the default html template, the page that opens in Internet Explorer is a Flash application which takes up the entire page. What is the best way to control how the html page it takes? Put it in a < div > - tag and using CSS? Or by manipulating the width/height/alignment properties for the < embed > - tag and the < object > - tag?

    5 like I siad in 4 the flash player takes to the whole top of the html page when it is being run/debug with the default html template. But if I create a new sprite that draw a shape of a rectangle whose width = 100 and height = 100 and place it at x = 0, y = 0, is shooting above the axis the y-axis, but more in the middle of the x-axis. I was expecting to be attracted to the upper-left pixel of the html page?

    Thank you.

    Robert

    I found the solution to this problem after a while, and mayby it may help someone.

    You must set the width and height of the actionscript project pure using (AFAIK) undocumented SWF metadata attribute.

    For more information, see:
    http://www.Kirupa.com/Forum/showthread.php?p=1932909
    http://www.Morearty.com/blog/2006/06/27/setting-the-width-and-height-of-a-pure-actionscrip t-application.
    http://blog.madebyderek.com/archives/2007/01/12/AS3-projects-and-the-SWF-metadata-tag/

    Zarathrusta

Maybe you are looking for