Flash :: Debugging Tool For Flex That Functions Like Silverlight Spy Or FireBug?

Apr 15, 2012

Is there a debugging tool for Flex that functions like Silverlight spy or FireBug?

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Debugging A Flash App Out Of The Authoring Tool?

Jun 18, 2009

I have made an interactive application that runs on boothes that are 24h/24 running.I've tried to debbug it as far as possible from my computers, but when it runs on the boothes, it sometimes happen a bug.How could I log it? Is there a simple way to get what we have in the "input" window of the authoring tool into a log file?..... I've seen some tutos using the debug version of flash player, but in my case it's not working very well because i use some local and distant assets, and it gives me a lot of security warnings.

View 0 Replies

Silverlight :: Sliding Images Web Tool

Oct 28, 2010

We are looking for a sliding image tool like the one on the following home pages:

1) [URL]

2) [URL]

Where can we purchase something similar?

View 2 Replies

Flex :: Why Flash Firebug Doesn't Work

Nov 12, 2010

Why Flash Firebug doesn't work with flex 4.5?

UPDATE:

I have Flex 4.5 and in the main application, in the script tag I write:

import ominds.Firebug;

I use flash player WIN 10,1,85,3 Debug enabled. I export swf as 10.1.85 version.

And when I open the flashFirebug I get this: "No SWF files with the O-Minds package found, you should import the O-Minds package into your flash files. For more information visit: o-minds.com/products/flashfirebug"

View 3 Replies

Flash :: Silverlight - MVVM - Presentation Model In Flex Vs Presentation Model In Silverlight: Advantages And Disadvantages?

Apr 10, 2011

As it is said here: [URL] "If you do a Google search today for "MVVM and Flex", the first post is by somebody who claims that MVVM is not a good fit for Flex. I couldn't disagree more. Out of the box, the Flex framework makes it much easier to implement a Presentation Model than similar MVVM implementations in Silverlight. That is not to say that there aren't good third-party libraries that make it easier in Silverlight, but without any help, it is easier to do in Flex." So MVVM as LOGICAL CONCEPT can be implemented in both but the way it is implemented in Silverlight requires more Plumbing than Flex.

What prevents Silverlight MVVM to be implemented like Flex ? Doesn't Silverlight have same capability in event system to do the same? If yes why does Silverlight do things more complicated what's the advantages then ? Is it about using Class Interfaces which are more strongly typed? What are the disadvantages also ? For example as for implementing MULTIPLE VIEWS for 1 View-Model does Flex implementation make it also more obvious?

View 2 Replies

Silverlight :: Flash Vs Silverlight On Localhost /local File Permission To Access Remote Webservice?

Mar 30, 2011

In Flash user can give permission to localhost and even local html file to access remote webservice.I fail to see the same thing for Silverlight which is a nightmare for testing on local pc.

View 1 Replies

Silverlight :: Play Mp4 Within Webpage Via Silverlight Or Flash For A URL Hosted On Amazon S3?

Feb 7, 2011

i need a webpage (host on my website) that can play the following mp4 file either via silverlight 4 or flash[URL]..i tried various solution like flowplayer and silverlight but none of them work with the URL above. I can play the file fine using Windows media player or VLC.

For silverlight, i always get AG_E_NETWORK_ERROR exception within MediaFailed event. For flash, via flowplayer, IE page is just blank

Can someone tell me what am i missing? i am very frustrated as I have finished encoding, upload, cataloging my videos and now I am stuck at the last step.

View 1 Replies

Flash :: Silverlight - Resources For Cool Silverlight Image Animations?

Sep 5, 2011

I found Vectorlight which is quite good, but are there any tutorials or books about doing cool effects with silverlight. I'm after for resources focused more for a designing and presentation. Mostly the books about Silverlight is focused on doing boring business applications like making grids and forms.

View 1 Replies

Silverlight :: Comparing Flash, HTML, Silverlight, X3D And Unity 3d?

Mar 5, 2011

I have to prepare a comparison between the following technologies to present it to my Project Manager, but I fell that I'm lost I want to compare between them in the following areas:the support of online video streaming the budget of using each one Learning Time will be needed to learn the technology Which one is the standard and will target a lot of users The support if I found any problem Bugs and security issues connection to DB, SOA and web services supporting of multi player

View 7 Replies

Silverlight :: Does Windows Phone 7.3 OS Supports Flash And Silverlight

Dec 26, 2011

I am currently working on a windows phone project where i have test the compatibility and I do not know flash and Silverlight is supported or not on windows phone 7.3.

View 1 Replies

Silverlight :: Hire A Flash Or Silverlight Developer?

Feb 14, 2011

Is there a website where you can go to find developers?

View 1 Replies

Silverlight :: RIA Using Flash Or Silverlight Vs JS Framework

Sep 14, 2010

In creating a RIA, what are the advantages and disadvantages of each approach?

View 1 Replies

Flex :: Use URL Parameters While Debugging In Flash Builder 4?

Jul 6, 2010

How can I use URL parameters while debugging in Flash Builder 4?

View 2 Replies

Firebug :: Use The Function GetDefinitionByName, Which Comes With Flash.utils?

Jul 11, 2011

I have just bought FlashFirebug Pro, so I am able to run ActionScript at runtime.I would like to use the function getDefinitionByName, which comes with flash.utils.i get an error, when I import flash.utils.getDefinitionByName.

View 1 Replies

Debugging Flash Authored Content With The Flex Debugger?

Jan 1, 2010

I am working with a project that is developed in the flash environment, but I love the flex/eclipse debugger in that i can throw a breakpoint in and inspect the vars that are present. Is there a way that I can debug flash in the flex environment?

I have (of course) googled the subject and found that there are several posts on the topic but they are incomplete, missing images, or not working in my environment.

View 1 Replies

Flash :: Flex - Suppress Only [SWF] Traces When Debugging Applications?

Aug 10, 2010

m working on an Adobe Flex application that loads lots of Flex Modules and other Flash sub-applications and Flash resources. Each time one successfully loads the flashlog.txt and Flex Console show a trace like "[SWF] filename.swf - [filesize] bytes after decompression". Specifically:[SWF] Main.swf - 1,361,299 bytes after decompression [SWF] core/Core.swf - 516,390 bytes after decompression

I don't want to disable traces because I am debugging, but these traces are rather noisy. How can I suppress only the [SWF] loaded traces?

View 5 Replies

Flash :: Flex :: Interactive Console In The Middle Of Debugging?

Jan 25, 2012

I tried to search, but couldn't find anything on the topic. In many languages in eclipse you can execute code in the middle of debug session. Usually it's done through the console.

Is there a way to do the same thing in the Flash Builder? EDIT: Ok, i'll to explain better. Is there a way to execute some code in the middle of the debug session? Like in python you can type in console in pydev(eclipse) when the program is paused(being debugged) and run any code you want.

View 1 Replies

Flex :: Debugging Or Watching Static Variables Within Flash Builder 4

Dec 16, 2010

When I set a breakpoint and debug my application, Flash Builder 4 is not displaying static variables within the variables window. I'm using flash builder 4 to execute flex unit tests on one of my AS3 classes. I set a static variable within the [Before] function, which is accessed in each of the tests. I've set a breakpoint within one of the tests to see why it is failing, but I notice that static variables don't appear when I expand the 'this' object within the variables window. (In this case my static variable is the only variable associated with the class, so the only object in the variables window is the "this" object). How to make static variables appear in the variables window?

View 2 Replies

Flash :: Flex - Debugging Through Via Browser - Security Context Error

Mar 14, 2011

I am trying to use a browser to debug my flash app as it needs External Interface. But whenever I try to attach the Flex Debugger to the browser running Flash app, it shows

SecurityError: Error #2000: No active security context.

I already checked the other question with same title as my error but changing code is not the solution here as it is an existing code and I don't get this error while using a debug version or when I am not running connected to a debugger.

View 2 Replies

Silverlight :: Silverlight - 3D Object Viewer In Web Browsers?

Aug 3, 2011

I am looking for a 3D object viewer for my website.

Requirements:

Files: .stl,.wrl, *.3ds *.vrml, *.obj, *.ply, *.skp

display: models in color and non color

Unit of Measure: Meters, Centimeter, Millimeters, Inch

Volume: 3D object viewer has to calculate the orginal size of the model

Rotation&zoom: user can rotate/zoom with mouse and rotate/zoom by clicking buttons

Browser: IE& Firefox

View 1 Replies

Silverlight :: Silverlight - Loop A Mp3 In A Browser With Zero Gap?

Nov 2, 2010

I'm trying to make a guitar practice website, and a critical functionality is to loop over very short mp3 files (a few seconds long), with absolutely zero gap in between. For example, it could a 4-measures-long chord progression, and I want to allow the user to loop over it seamlessly.

I tried using the HTML5 <audio> tag with the loop attribute. Google Chrome gives a small gap between the loops, but big enough to be totally unacceptable for my purpose. I haven't tested the other browsers, but I believe it won't work.A possible workaround is to use ffmpeg to stream repetitions the same audio as an mp3. However, this costs a lot of bandwidth.

For myself I use Audacity to loop without gaps, but unfortunately Audacity doesn't have a web version.So, do you have any ideas how I may loop over an mp3 in a browser with zero gap? I prefer non-Flash solutions, but if nothing else works I'll use Flash.

View 4 Replies

Flex :: Develop An Online Multitouch Scrum-board / Flex Or Silverlight?

Sep 28, 2010

My company want to develop an online multitouch scrumboard for our scrumteams. We are still in doubt between flex and silverlight as platform for the application. (don't want to fire a hole new flex vs. silverlight discussion again) Installation rate & platform independence are not critical to us, because it's just for teammembers and only windows 7 enables multitouch events in flash or silverlight.We would like some pros/cons specifically for this project (multitouch, rich user interface, integration with backends).[code]

View 2 Replies

Flex :: Debugging - Running A Webapp Base Flex Client In IntelliJ?

May 10, 2011

Is it possible to run a Flex client in IntelliJ internally and have it talk to a separately deployed server instance? The server's a java webapp. This will make developing, especially debugging, much easier. What I'm trying to avoid is having to rebuild and redeploy the webapp to get the updated Flex code in it. I want to just build flex and run it against the server.

The flex client is embedded in an HTML page on the server, so in production the users access the client by going to a web page. We're using GraniteDS if that's important.

Update

I'm managed to cobble something together, but it's ugly.I made a copy of our wrapper HTML page and fixed the links to refer to the SWF in target.I setup the IntelliJ run config to point to that HTML page.I set the 'Place SWF file in a local-trusted sandbox' to true

Hardcoded the {server.name}, {server.port}, and {context.root} values in the service-config.xml GraniteDS config file to localhost, etc.

I can mavenize #1, but #3's isn't really a permanent solution. That part is still a problem because I can't check this in.

View 1 Replies

Flex Vs Silverlight For Student?

May 27, 2010

I am a student of computer science and am interested in learning development of RIAs. So which among silverlight and flex is more suitable for me and y?

View 4 Replies

C# :: Porting Silverlight App To Flex?

Mar 30, 2011

Perhaps a dumb question, but if you write a relative simple 2D game in .NET (e.g. for Silverlight) C# and you want to port it to Flex - just because you know C# and don't want to bother with other language, are there any means to facilitate this porting process?

Let's suppose that we are using FRAME BASED development (as Flash is, opposed to TimeLine in Silverlight) using the CompositionTarget.Rendering event.

I pose this question because I would like to try to create a fully functional app in .NET and then port it to Flex.

View 2 Replies

Flex :: Builder 3 Not Debugging?

Jun 7, 2009

I've recently bough Flex Builder 3 and I am completely dissatisfied with its reluctance to debug. It manages to debug a few times, but after that, it just doesn't want to "connect to the debugger".

View 5 Replies

Perhaps Someone Could Recommend A Firebug Extension?

Feb 8, 2011

I use firebug a lot for my work. Recetnly I have begun to start embedding swfs into html pages, and they don't always work (no!) - debugging can be quite a slow process.

Is there a way I can use firebug to peer inside my swf - often the errors are stupid like pulling in assets with incorrect urls. Perhaps someone could recommend a firebug extension?

View 2 Replies

Flash :: Flex - Builder - Tool For Monitoring Memory

Mar 25, 2011

Does Flash Builder have any tool for detailed memory monitoring? When my program is run for a long time it gets slower, and I would like to identify the problem. When I press ctrl-alt-del to check my program memory it is increasing, but I am not able find which part of program is responsible for this increase.

View 3 Replies

Flex :: Debugging - Builder Debug?

Jun 4, 2010

I am running on Windows XP and recently updated Flash Player from v9 to v10.1. And Now, in the Debug Console under Flex Builder, I am getting a lot of debug statements(I think that is assembly). Below is an example, of what I get:

[Code]...

View 2 Replies

Flex :: Enable Debugging On HTC Desire?

Jun 16, 2011

I am building a flex app for mobile. I am running my app with configuration 'run on device' but when I connect to my device through usb I don't see my application launching.

View 1 Replies







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