Debugging online: can't use flash ide

I have a working website online with mysql database.
My flash app starts there so I can't debug games locally.
What debugging tool can I use - monster 3 - just seen it - is that a good option?
Also it looks like you can use monster locally - what's wrong with the flash debugging tools???

Isn-t flash builder for flex development / I only use flash professional cs4 and I don-t know anything about flex
Date: Sun, 24 Apr 2011 11:01:09 -0600
From: [email protected]
To: [email protected]
Subject: debugging online: can't use flash ide
I run Flash Builder all day debugging on my localhost. Works great.
>

Similar Messages

  • Can I use Flash with Flash catalyst?

    I was wondering, since Flash Catalyst apparently only uses
    "rudimentary animation", can I use Flash Professional with Flash
    catalyst? I would like to do more complex animations, and I was
    wondering if there was a way to import those animations into Flash
    Catalyst,

    Flash Professional will definitely be the tool for creating
    complex animation. The tweaks they have done to the animation
    engine will blow away designers giving them intuitive tools to use
    for creating animation. Designers will absolutely love how easy it
    is to animate now.
    As for whether or not Flash Catalyst can handle that... From
    the trial software I received at Adobe MAX... it appears you can
    import SWFs. In fact, as soon as you import them, they start
    playing right there in the IDE. But I am not sure how much control
    you have over the SWF once you import it. No SWC import though.
    I was curious if there are any round tripping features
    between Flash Professional and Flash Catalyst. Because the way I
    understand it, Flash Catalyst is a way for traditional designers to
    use Fireworks, Illustrator and Photoshop to build RIAs... they said
    nothing of using Flash Professional.

  • How can i use flash player on my ipad?

    How can i use flash player on my ipad?

    Install Flash Player on your PC. Install remote access software on a PC and your iPad and then you are good to go.

  • I can only use Flash Player in one tab at a time, only on Firefox.

    Recently, when I downloaded the new Flash Player, I can only use flash player in one tab at a time. This is only in firefox. I'll open youtube, and the visual and sound both play perfectly. I open up a new tab, begin using a flash website in that tab, and the youtube sound is quiet, only the visual continues to play. I need to multitask with flash sometimes, and this is a big problem for me. Help!

    By default, Flash 11.3 and higher will spin up a lot of distinct processes. You should be able to get quite a cacophony going.
    Have you ever done any troubleshooting that involves changing how Firefox works with plugin-container.exe or the Flash player's protected mode?
    Often it is helpful to disable hardware graphics acceleration in Firefox and in Flash:
    (A) In Firefox, un-check the box here and restart:
    orange Firefox button (or Tools menu) > Options > Advanced > General > "Use hardware acceleration when available"
    (B) In Flash, see this support article from Adobe: http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues
    Unrelated, but you can remove the Java Console extensions unless you are a Java developer (and even then, you probably don't need the old ones):
    orange Firefox button (or Tools menu) > Add-ons > Extensions category

  • I have an old Mac computer Powerbook G4 with Mac OS 10.5.8 and Safari 5.06 can I use Flash 11? Gly

    I have an old Mac computer Powerbook G4 with Mac OS 10.5.8 and Safari 5.06 can I use Flash 11? Gly

    OS 10.5.8 was the LAST "Universal Binary" OS that Mac released. It could be run on PPC or Intel Macs.
    You can use Flash, but NOT the current version.   Flash Player 10.3.183.90  is the latest version that will run with 10.5.8.
    Apple ended all support for ALL PowerPC hardware and software just over four years ago, so there will be no further development of ANY apps that run with PowerPC Macs, from ANY developer.

  • How Can i Use Flash Website ?

    i Want Use Flash Website ( Games Websites ) But Safari in ios7 Does Not Support Flash
    Please Help Me To Know How Can i Use Flash Websites

    IOS device do not support Flash
    However Skyfire, Photon, iSwifter, Browse2Go and Puffin Web Browser will provide limited Flash capability

  • Ipad phone are they going to make one, can i get one, can they use my idea, if so can i get paid?

    IPHAD ipad thats a phone

    Sorry, but it is very unclear what it is you're asking. Can you please clarify?
    Taking a guess, if you're asking if Apple will ever make a large-screen iPhone, no one here can say. We're all just fellow users and have no knowledge of what Apple's product plans are. You can use the current iPad with Voice-over-IP services such as Skype to make calls.
    I don't know what you mean by "can they use my idea" and "if so can I get paid".
    Regards.

  • Can i use flash for ui and interact with c++ builder for the rest

    i know flash can be used in c# in visual studio but i dont remember a thing of this interaction.
    is it possible to interact with c++ builder and how?
    the scenario is simple
    use flash for UI (showing-viewing data) maybe for a kiosk or something without mouse simply with touch input,
    use c++ builder for the rest , database connection data proccessing etc
    any info will be greatly appreciated
    thanks

    I would advise proper punctuation and grammar on a public forum, but to answer your questions, yes, yes you can! Flash can be used to produce any commercial imagery or animations for the purpose of making profit, as long as you have a valid license you purchased from Adobe. You bought it, you can use it for whatever you want.
    By "book", I assume you mean the "tutorial" book series made by Adobe? If so, the name of the series is "Classroom in a Book", there's one for each versions of Flash. Personally it hasn't been of much use and I would advise simply practicing by yourself and getting familiar with the tools. Look for online tutorials and publicly available projects and see how they work.

  • Facebook connection using Flash IDE

    Hi,
    Ok so for many months now I have still been trying to find a decent tutorial on how to make a connection with Facebook using AS3 and the Flash IDE.
    I must of tried over 50 tuts by now and none seem to work. Obviously the update of the API causes issues however I've yet to find one tutorial which actually works and can bring in profile info like name, friends list and profile pics.
    Does anyone know of any tutorials showing this and how to achieve it?
    p.s please don't point me to the Adobe docs or Flash API wiki as their information and documentation is out dated. I have gone through all their examples with no success.
    I can only find examples for Flash Builder and maybe Flex, but I work with Flash IDE (5.5).
    What I want to do is to be able to connect to FB through Adobe AIR on my iPhone. I'm pretty skilled in as3.0 and adobe air for mobile and have done several games, I just don't know how this FB works and no tutorial seems to work anymore etc.
    Please, if you know how this works, can you please tell me?
    Much much appreciated

    I can help better if you can write the steps you followed and the places where you got stucks or errors that you see.
    Here are the general steps that you need to perform.
    1. Add reference to the facebook API SWC library in your project.
    2. call FacebookMobile.init(APP_ID,callback);
    3. In callback of init the signature is of this form private function callback(session:Object, fail:Object):void . If you get a non-null session it is of type FacebookSession and you need to check if you already have a valid acces token. to do this check if you have a valid (non-empty non-null accessToken) and expiryDate is still not elapsed. Otherwise you will need to call login method.
    4. If you do not have a valid accessToken you should call FacebookMobile.login. Which will ask the end user for credentials and athunticate the user. an example call I have used is as follows
                    var swv:StageWebView = new StageWebView();
                    app.stage.addEventListener(Event.RESIZE,function(e:Event):void{swv.viewPort = new Rectangle(0,0,app.stage.stageWidth,app.stage.stageHeight);});   
                    FacebookMobile.login(handleLogin,app.stage,['user_photos','friends_photos','user_photo_video_tags','friends_photo_video_tags'],swv);
    5. in handleLogin (Signature is same as that of init callback) if session still happens to be null the login attempt is failed and you can start inspecting the fail object for reason.
    6. If you get a valid session. You are all set to call the API and get the data that you want for eg. you can use something like following to get all information about the logged in user.
                var p:Object = new Object();
                p.limit = 0;
                FacebookMobile.api("/me",function(result:Object, fail:Object):void{
                    if(null == fail){
                        // process result for eg. result.name, result.username, result.gender, result.first_name
                    }else{
                },p);
    For the different api calls (The way I have used "/me" you can visit Graph API explorer)
    Please revert back for any issues that you find.
    I am working on a tutorial that allows one to use the Facebook Single Sign-On Feature in order to authenticate and authorize. Read more about it here. I will release the tutorial ASAP on my blog.

  • Can I use flash drive in Windows that install on Oracle VM Server

    Dear everyone,
    I install Windows server 2003 on Oracle VM Server x86. I can use .iso file by copy iso file to /OVS/iso_pools and add resource. But I want to use flash drive on Windows server 2003 that installed on Oracle VM. I don't know how to do or it can do. I want to plug flash drive in Oracle VM Server and can use it on Windows server 2003
    Thank you so much for advance
    Fujimaru

    It looks like you will not be able to use it without continually stopping and starting the guest and editing the vm.cfg file to add the physical device once it is mounted on the DOm0

  • Can I use Flash Player plugin version 11.2.202.228 with my Firefox ESR 10.0.7 instead of the most current Flash Player plugin?

    I am trying the Tor web browser software pack and it comes with Firefox ESR 10.0.7.
    Right now, I'm trying to install a Flash Player plugin because it doesn't have one in this Firefox ESR 10.0.7 already, or this browser just doesn't see the slightly older Flash Player 11.2.202.228 plugin that I already have already installed on this machine.
    '''Is there a way to make this Firefox ESR 10.0.7 browser see the Flash Player plugin 11.2.202.228 that I already have installed on this machine without installing the newest, possibly problematic Flash Player plugin?'''
    I already have the Flash Player 11.2.202.228 plugin installed on this machine, a PC with Windows 7 ULT, because the most current versions of the Flash Player plugin had some problems and they wouldn't allow Flash content to play at all, so I reverted back to a slightly older version of the Flash Player that was reliable, crash free, and most importantly, it works.
    But when I try to play any Flash content in this Tor-Firefox ESR 10.0.7 browser it tells me I don't have a Flash Player on this machine, or installed as a browser plugin or add-on, and it wants me to install the most current Flash Player on this machine, which I DO NOT want to do for the reasons I stated above.
    My other Firefox browser, along with Google's newest Chrome browser and a newer version of the Safari browser for Windows, plus an older Internet Explorer 8, all WORK JUST FINE with the Flash Player 11.2.202.228 that I have installed on this computer and Google Chrome and Safari didn't even require having newer Flash Player plugins installed at all... they just see the Flash Player 11.2.202.228 plugin that I already have on this machine and they play all Flash content perfectly.
    So can I just make this Tor-Firefox ESR 10.0.7 browser see the existing Flash Player 11.2.202.228 plugin that I already have on this machine?... and if so, how do I do that?
    Thanks for any help.
    Also, I'm not able to find an actual community help forum for Tor, even via their "Torproject.org" website... is there one?
    Thanks,
    numetro

    You should actually be using Flash 10.3 (11.2 is insecure).[[Flash 11.3 doesn't load video in Firefox#w_solution-2-downgrade-flash|Solution 2: Downgrade Flash]].
    Also, is there a reason you are using Firefox ESR? It's mean for organizations, and doesn't include all the security and stability fixes that Firefox latest (15.0.1) has.

  • Can I use Flash classes in Flex?

    Hello,
    I need to know if all the flash classes can work in Flex,
    since some Actionscript which use flash classes works as expected
    in flash but NOT in Flex, so I need to understand or know which do
    works and which does not?
    ..and thanks for any response :)
    Regards,
    Jamal

    it is possible to import any UIComponent made in FLASH CS3 or
    even previous versions into Actionscript and use them. The process
    is more complex though.
    I'll try to explain:
    First make sure that when you created the UIComponent it
    actually exists as a class with in the flash movie, this is give it
    a LINKAGE NAME.
    Second compile this SWF or SWC and put it in the path of your
    flex Proyect.
    Third use de [EMBED] compiler command to include this class
    into your AS class, the way to do it is this:
    [Embed (source="/assets/UICOMPONENT.swf")]
    [Binddable]
    private var UI:Class;
    Once you do that you can use the class each time you want:
    var tmp:MopvieClip= new UI();
    if You don't want to load the hole movie, you can add
    elements of it, just read the documentation on the EMBED Command.
    One thing I've used though is to clone child element's of the movie
    and use them in my class later.
    Some tips I've found out:
    1.- The object created is a MovieClip whith one Child Element
    that's a Loader class.
    2.- You have to implement a Listener to make sure the Embed
    element is loaded before use it or you'll get an error.
    3.- You'll then be able to access all the elements in the
    movieclip created with Flash CS 3 or 2.
    4.- I've noticed that there are some compiling isues when
    using filters in button frames, I've only used the CS2 Actionscript
    preview and not CS3 so I don't know if this was solved.

  • Can I use flash drives to transfer data from one MBP to another at a differ

    I've looked and cannot find any info on the use of flash drives. Can I use a flash drive to transfer data from one MBP to another one at a different location? (ie; school Apple and home MBP) Grade tests and papers at home, enter data into home computer, then put it on flash drive and carry flash drive to school, transferring data to school desk top? Are certain flash drives preferrable over others, name brands, size, etc?

    Yep, you sure can. Just about any drive will work as mentioned above. But I'm partial to SanDisk and PNY. I've used both and they work great! Currently I carry both a 2GB SanDisk Micro Cruzer and a retractable 2GB SanDisk Cruzer, both really nice. Replaced my oldie but goodie 256MB PNY drive that I've been using since they first came out.

  • Can we use Flash Player 11 abilities through Flex SDK 4.5.1?

    Hi All
    As you know BitmapData has some limitation for image size and resolution in Flash Player 10 (maximum resolution is 8192) and for Flash Player version 11 and later, Adobe fixed this limitation and depends on OS we can have all type of huge resolutions in BitmapData.
    But my problem is now I'm using Flex SDK 4.5.1 which base Flash Player is 10.2.159.1.
    So is there any possibility to use this benefit of Flash Player 11 with my current Flex SDK with implementing a restriction based on Flash version with something like Capabilities.version or not?
    Thanks in advance

    Tanx, But I must keep my current version of Flash Player and I'm not able to change swf-version or target-player through compiler settings arguments or etc... I just need these feature for BitmapData.
    Can I use something like this to check if my object has new methods of Flash Player or not:
    if(myInstance.hasOwnProperty("newMethodInFlashEleven")) myInstance[newMethodInFlashEleven]();
    Is there any new method for BitmpaData class in Flash player 11, to check it based on that?!

  • Can't Use Flash Player

    I keep getting message that I must update Adobe Flash to the
    latest version. When I try, says "Version 10,0,12,36 successfully
    installed," yet when I try to use it, I get the same message "Must
    update to the latest version." Any suggestions>>

    What exactly do you mean by "can't use"?

Maybe you are looking for

  • Iphone 4 replaced dock flex connector/still not recognized by Itunes and charges very slowly

    I have an Iphone 4 Cdma Verizon. Had to replace dock flex connector after replacing screen.  The phone is not recognized by Itunes or the computer for that matter also when making or receiving calls , mic does not work unless i switch to speaker mode

  • Scroll Bar code in Awt Required Plz Help me

    Hi, My requirment is to add Vertical Scrollbar to the table.There are 12 rows in a table like from January to December. I am able to see data of rows as jan,feb,mar,apr only . i want to see the data of rows of next months by adding vertical scroll ba

  • PL/SQL Introspection - USER_IDENTIFIERS in Oracle 10g

    USER_IDENTIFIERS is a new view as of 11g that will show profile info about stored PL/SQL. For more info, see Tom Kyte's article here: http://www.oracle.com/technology/oramag/oracle/07-nov/o67asktom.html I need to replicate part of that functionality

  • I want to import from my old computer to my new

    Hello, I want to import/export my libary of music from my old computer to my new. Please help

  • How to stop auto-mount of server?

    I am trying to troubleshoot an issue on a client's iMac that I am providing tech support for. It was originally configured by another IT person who is now unable to be contacted. The iMac seems to have some sort of auto-mount in operation that period