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

Tags: Flex

Similar Questions

  • Need examples and a reference link of combat in the setting of the project, videos and tutorials did not help me much more information

    Need examples and a reference link of combat in the setting of the project, videos and tutorials did not help me much more information.

    Can you tell me or explain myself better. I'm new to using this new trial of DPS

    Thank you

    The option "Link reference" in the project settings can possibly be used for a link to an application from outside of the app, but it is currently not supported. You can learn more about this option and other parameters of the project here: Digital Publishing Solution help | Create projects

    If you are looking for ways to create links to other articles, see the following: hyperlinks in 2015 of DPS.

    Let us know if you have any other questions.

    -Bob

  • Setting up a project in Eclipse

    Hello. I'm trying to set up a project in Eclipse. This is the structure that I'm looking for:

    MyApp (a project of BlackBerry)

    MyCompany_Core (a regular Java library

    | - src

    | - com.mycompany.core

    | - test

    | - com.mycompany.core

    Basically I want a BlackBerry project and a Java project that includes my basic logic and a unit tests. Anyone know the best way to implement? Are there any article or sample plans describe this?

    I tried it myself and while I can get a partial success, I'm a very unstable project. For example, when I close and restart Eclipse, all my files in src/com.mycompany.core are replaced by links to the files and all files in test/com.mycompany.core get links in the folder src as well. It is the first in a long string of strange behavior that seems to have forged my project structure. Any input would be great.

    Kind regards

    Eric

    If the code is the same for your etc. POJO will compile without modification against libraries of the RIM and Android ones, and create the project also for Android and bind the src folder in the src of the BlackBerry project folder.

  • I have a note of galaxy tablet. with photoshop touch in English, my question is can be set for the Spanish program

    I have a note of galaxy tablet. with photoshop touch in English, my question is can be set for the Spanish program

    I could have sworn that PS Touch takes example of Android 'language & entry' slot parameter settings. for example, if it is set to English, then tap PS will be in English.

  • How to set up the project using the settings correct vid

    Hi guys/Steve

    Apple macbook pro, lion

    version on licensees of the 10 elements, IE no trail.

    How can I identify exactly what my new project parameters should be when I want to set up a new project.

    I have a dvd with a number of vob files.

    The vob files play great in vlc on my dvd player.

    If I use the normative action, see screenshot.

    Screen Shot 2011-12-29 at 9.12.09 AM.png

    When I click on get media, the files are imported.

    When I try to read (after rendering), the first second, they play, they are clear, but then they blurred in a manner similar to the difference between hd on youtube and rate of 240.

    Then I tried setting up the project clearly using incorrect settings. When I insert the video in the timeline, the application tells me it's the wrong setting and I want to automatically change the settings depending on the video, if I say NO, then the video plays without being distorted and blurred, however he jumps because it's the wrong setting.

    If I say YES, then the video plays but plays fuzzy.

    It tells me that the application cannot identify the setting correct video project for this or any other file that I have to insert either of vob or avi.

    Here's a printscreen of the properties of the file, maybe this will help. It will not download here that I'll add to the next channel.

    Thank you very much

    Simon

    Mazel tov!

    Finally found!

    So simple.

    nothing to do with rendering.

    Steve, you deserve a big hug for all your hard work to try to help me and I feel like I owe you a lot of time, however, the solution was so simple and provided by ted smith, on the playback screen right click and change the playback to high quality and the quality is 100% clear.

    Thank you all for your help.

    BTW, who knows how to export an mp3 from a video file?

    Thank you

    Simon

  • I have nero10 and hp dvd1170. I can set up the project, but my computer does not seem to see the hp1170 of the dvd.

    I can implement the project in nero10. But when I go to set the parameters for where I want the DVD to burn it does not list the hp1170.

    Hello

    · The DVD drive is recognized in Windows Explorer?

    You can follow the steps from the link: your CD-ROM drive or DVD drive is missing or is not recognized by Windows or other programs: http://support.microsoft.com/kb/982116

  • In the face of the question and try to set the affinity through VCO workflow rule

    In the face of the question then to attempt to set the affinity through VCO workflow rule I'm trying to write workflow VCO to set up the level of affinity of cluster, but it throws the error message cannot convert ClusterComputeResource 'mycluster' to com.vmware.vim.vi4.ClusterConfigSpec (Workflow: create vm-virtual machine affinity rule / Scriptable task (item1) #19) my script to workflow is var rule = new VcClusterAntiAffinityRuleSpec(); Rule.Key = - 30; Rule.enabled = true; Rule.Name = ruleName; rule.userCreated = true; Rule.VM = MV; var clusterSpecRules = new Array(); var clusterSpecRule = new VcClusterRuleSpec(); clusterSpecRule.operation = VcArrayUpdateOperation.add; clusterSpecRule.info = rule; clusterSpecRules.push (clusterSpecRule); var clusterSpec = new VcClusterConfigSpec(); clusterSpec.rulesSpec = clusterSpecRules; var m = computeCluster.vimHost //spec = task = computeCluster.reconfigureCluster_Task (computeCluster, spec, true); Note: In the above code, what are the entry parameter computeCluster entered type parameter VC:clusterComputeResource ruleName is a parameter of type String - APR

    Here is the code I use, give it a shot.

    var affinitySpec = new VcClusterAffinityRuleSpec();
    affinitySpec.enabled = true;
    affinitySpec.name = att_ruleName;
    affinitySpec.userCreated = true;
    affinitySpec.vm = att_vmArray;

    var clusterRuleSpec = new Array (new VcClusterRuleSpec());
    clusterRuleSpec [0] = new VcClusterRuleSpec()
    .operation clusterRuleSpec [0] = VcArrayUpdateOperation.add;
    clusterRuleSpec [0] .info = affinitySpec;

    var clusterConfigSpec = new VcClusterConfigSpecEx();
    clusterConfigSpec.rulesSpec = clusterRuleSpec;

    att_task = att_clusterComputeResource.reconfigureComputeResource_Task (clusterConfigSpec, true);

  • question slides will not be published in project...?

    Hello

    I have a situation where the slides in question in my project are not published... and aas a result, there is no questions to answer...:-/

    Anyone know why this could be...? using CP7

    See you soon
    Sabine

    problem solved... has help and slides glossay upward before the questions, now the question slides very well publish...

    See you soon

    Sabine

  • CP8 and rest of the setting of the project

    How do you set timing on individual objects in CP8.  For example, I have a text caption that I have the slide number variable and I want him furn for the rest of the project.  I can't find anywhere to set timing on specific objects.  Where this feature is gone.  I don't want to copy some objects over and over.


    Hi Graysusan,

    Sync settings are in the "Timing" of the object Panel.

    Select the object on the stage and click the properties button in the toolbar. It will open the calendar with the properties panel Panel.

    Kind regards

    Alexis

  • Mounting set 2 separate projects of AE CC made first?

    Hello

    I have 2 separate hi-def AE CC project with audio tracks (40 sec and 03:00 minutes) I want to edit together. It is common to import 2 projects rendered in first and to export in a movie?

    The projects were made separately, and the version of 40sec is 32-bit and the other 8-bit (8 bits for text > Effects > Count/Format), the question of what bit type to use is another question, but I think that it's OK to import 2 separate rendered movies first to create 1 final cut?

    Thank you

    Dylan

    Do this all the time. Most of my work on EI is imported as a model of EI or a movie rendered a codec to production in an NLE for editing. Most of the shots that I create in after effects handles (additional images to the head and tail of a sudden), so they can be changed or there is room for transitions. The main objective of the EA is to create shots or short sequences. After effects is not and was never intended to edit movies.

    You also mentioned sound. After effects is barely able to make a few minor changes sound. If your audio has any complexity you should learn how to use Audition to change your sound.

  • 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.

  • How can I set up a project for ProRes? All the presets appear to be digital.

    This is increasingly the topic I posted earlier on ProRes on a PC.

    When you configure a newproject under ProdPremium, all the presets are for a variety of digital cameras. Nothing seems to ProRes. Is how important it?

    Today, I finally have my scanned negatives of return, but it was delivered to me ProRes, that is not what I asked for. Well. I need to go to work. If the screens below are what we see when we prepare to rock and roll, but nothing is what I need. What choose?

    I scanned at 1080 p ProRes (shooting 24 fps) to change with Super 8 mm images. I want to have a 5.1 track.

    Mounted ProdPremium CS5, Premiere Pro, of course.

    As my other questions, once I know how to do this once, I won't have to ask again. I search before you get in. I promise you.

    There is the question, once my editing is done, will I have trouble making my final master since I'm on a PC? No idea.

    On a PC, you won't have preset ProRes, but you should be able to read and modify it without problem.

    (You may need to have QT Pro is installed)

    Open a project white IE without preposition.

    Import your footage and a clip simply drag the ICON of the NEW at the bootm of the project window

    Who should open an appropriate corresponding sequence.  Rename it to edit XXXX sequence. It will be named in accordance with your clip in the opposite case.

  • Questions of beginners on CF9/Vista 64

    I'm an absolute beginner, completely familiar with cf™ technology. (I'm mainly a programmer VB, winforms and web). The only reason I'm still working on CF is frankly for a change of pace.

    I have a laptop running Vista 64-bit.  I downloaded ColdFusion_9_WWE_win64.exe (443 meg) and he ran, default values for the measure where I remember.  It seemed to install without incident.  As far as I know I have IIS installed and running.  (I can create and run web projects with Microsoft Visual Web Developer 2008)

    If I try to launch the administrator I get:

    HTTP error 404.3 - not found

    The page you are requesting cannot be served due to the configuration of the extension. If the page is a script, add a handler. If the file should be downloaded, add a MIME mapping.

    If I try to run the Web Server Configuration tool (as a friend suggested), well I don't know really how to describe it. I get the popup add a Web Server Configuration, but I don't know what to do with it.  I can't accept an IIS installation if it's what I do.

    Where should I start?

    We shouldn't need to change anything, except if configuring IIS virtual directories set up for the site, that one would have to replicate in the server configuration file internal (jrun - Web.xml in the WEB - INF directory).

    Simply open the jrun.xml file (in the SERVER-INF directory) and check which port listening to the TJ.  It's down in the "This is the built-in JRun Web server" section of the file down.  Then simply browse on this port instead of port 80.

    --

    Adam

  • Questions of parameters for the added control - project version

    Hello

    My fellow designer and FINALLY got version control/robosource 3.1 put in place on our Robohelp project. What a difference! Now, I have a few questions about the settings. We all have two connection to the Robohelp file shared on a server database. We would now have our a copy of the project on our local machines or not we keep a case on a shared server/player? I ask because our version control is originally Robohelp at startup and perform updates very, very slowly (20 minutes to start).

    I also, parameters marked to allow a user to check out a file at the same time (we are unwilling do a lot of fusion, as there's only two of us working on over 1,000 topics). When I try and import or create a new file, I get an error that the "* / root.fpj ' is in use and cannot have multiple extractions. What can I do about it?

    Thanks for your help!

    Hi, Mollyid

    Rick and Amebr have made some excellent points. It happens that I've worked on a few demos of Adobe Captivate, illustrating the basic techniques for the getting started with RoboSource Control.

    Each is approximately two to three minutes long.

    It shows how a new project is added to RoboSource Control for the first time:

    http://www.showmethedemo.com/tutorials/RSC-Add1stTime/

    This one shows how Open a project that is already at the source control in your working on your local hard drive folder.

    http://www.showmethedemo.com/tutorials/RSC-OpenProj1stTime/

    I will be tweaking these demos in the coming days, but I think that they lay down the basic ideas.

    Suggestions for improvement are welcome as I refine these demos.

    John

    John Daigle
    Adobe Certified RoboHelp and Captivate instructor
    Evergreen, Colorado
    http://www.showmethedemo.com

  • Nikon D90 in CS3 - setting of the project?

    I'm waiting on some HD delivery shot with a Nikon D90.

    I have never created a CS3 HD project. It doesn't appaear to be other than HDV presets for HD not. Can someone advise on how I would go about setting up an HD project?

    Thank you!

    If you have the latest updates for CS3 (which would be v3.2.0), you'll have the presets MXF P2 and XDCAM HD / EX presets. Check what version you are using, and if you're only on 3.0 or similar, run the update (help > updates).

    You can create a custom project setting by selecting the general tab in the new project dialog box. There, under Edit Mode, you will find an option called "Desktop" which allows you to customize all the settings, including the size of the image, frame rate, NOMINAL, field order and so on. Build one that matches your footage and save it as a "Preset" so you can come back later. There are a few discussions here on the forums about the D90 images editing; many of them are on the change using CS4, but some are on CS3.

Maybe you are looking for