Build and test Flex 4 in Hudson?

Hi
May I know how to build and test Flex 4 web application in the continuous integration server like Hudson?
I think tutorials have been describing of how to develop Flex 4 application using Flash Builder. Is it possible to build Flex application from command line (so that it can also be called from Hudson)?

I was able to convert a VI that contains a call to a library function (in this case, a DLL) into a DLL.  I have isolated my problem to passing a hardware handle through multiple layers of library calls...  My handle is a U32 that I am passing as a value at each layer. 
I talk to my hardware via a DLL provided by my third party vendor.  I have some LV code and a call library function in a subVI.  When I convert my subVI to a DLL, my hardware does not respond as it should -- it behaves as if I have not opened a session with it even when I have already opened a session.
I remember reading somewhere that handles had to be initiated from the same process...  does anyone know the details of how this works?
Regards,
mlloyd

Similar Messages

  • How to Build and Deploy Flex application in EP6

    Hi All,
    Can anyone tell how to build and deploy Flex application in EP6.
    I want to build a normal application in flex and present it through iviews. How do I configure my Iiview to have flex component running in Portal Environment.
    Thanks
    Deepak

    A good book to start with is Enterprise JavaBeans by Monson-Haefel (O'Reilly press). It covers deployment of EJBs on J2EE servers. Also check out sites specific to your server, sometimes they have specific requirements (like Weblogic).

  • Environment needed to build and test Flash islands ?

    Hi Everyone,
    I'm a Flex developer and I know very little about SAP technologies. I'm very interested in Flash Islands and the possibilities that they bring to the table. I attended Thomas Jung's talks at TechEd and I think I know how to build an Island on my own .. actually I've already kinda built one that I think would work. The documents at Mentor Workshop google code site were very helpful http://code.google.com/p/sdn-mentor-handson-2008/downloads/list
    Now the problem I have is that I have no where to test these Islands that I build (Thomas was gracious enough to help me test my first Island in WebDynpro and I hear its working) ... I don't work for a company and do not have access to a company installation ... so I would like to setup my own basic test Netweaver instance where I could tryout my Islands. I'm hoping that someone here could walk me through the steps I need to get started ... which version should I install? from where? Once the install is done do I need to do anything else? what do I do with all the .nugg and transport files provided here... http://code.google.com/p/sdn-mentor-handson-2008/downloads/list
    etc.
    I would really appreciate your help,
    Thank you,
    Mrinal
    http://weblog.mrinalwadhwa.com

    Hi. First thing you need is a NetWeaver ABAP system. You can download the trial from here.
    https://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/80fd9a0a-e306-2a10-c896-b84c77c13ed2
    Once this is installed, then you can install SAPlink, which will help you in importing the .nugg files.  If you don't have any NetWeaver ABAP experience, this may be a challenge for you.
    Regards,
    Rich Heilman

  • Unknown error while trying to build and test web service

    Hi,
    I get this error while building my web service.It says "An unexpected exception
    occurred while attempting to process the classes and annotations for this Web Service.
    Error: Unknown KNEX string: description.null"
    Pasted below is the output on the IDE and the server.
    Please help!!
    Workshop output
    Charges.jws     0     An unexpected exception occurred while attempting to process the classes
    and annotations for this Web Service. Error: Unknown KNEX string: description.null
    Server output
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(Native Method)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:928)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.crackClass(WsdlTypeBagImpl.java:386)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addType(WsdlTypeBagImpl.java:522)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.filter(WsdlTypeBagImpl.java:606)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:940)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addParamHolder(WsdlTypeBagImpl.java:121)
    at weblogic.knex.wsdlgen.Schemas.addPartHolder(Schemas.java:45)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.createMessage(TypeXlatorImpl.java:221)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaOp(TypeXlatorImpl.java:721)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaService(TypeXlatorImpl.java:831)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdlService(TypeUtils.java:1388)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdl(TypeUtils.java:1459)
    at weblogic.knex.dispatcher.DispFile.makeDispClass(DispFile.java:2528)
    at weblogic.knex.dispatcher.DispFile.makeDispFile(DispFile.java:611)
    at weblogic.knex.dispatcher.DispUnit.makeDispUnit(DispUnit.java:50)
    at weblogic.knex.dispatcher.DispCache.ensureDispUnit(DispCache.java:584)
    at weblogic.knex.dispatcher.HttpServer.doGet(HttpServer.java:297)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5352)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:718)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet
    (WebAppServletContext.java:3032)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2466)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    Thanks and Regards,
    SSN

    Hello,
    You might try asking your question to the WebLogic Workshop news group: weblogic.developer.interest.70beta.workshop
    Thanks,
    Bruce
    SSNarayan wrote:
    Hi,
    I get this error while building my web service.It says "An unexpected exception
    occurred while attempting to process the classes and annotations for this Web Service.
    Error: Unknown KNEX string: description.null"
    Pasted below is the output on the IDE and the server.
    Please help!!
    Workshop output
    Charges.jws 0 An unexpected exception occurred while attempting to process the classes
    and annotations for this Web Service. Error: Unknown KNEX string: description.null
    Server output
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(Native Method)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:928)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.crackClass(WsdlTypeBagImpl.java:386)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addType(WsdlTypeBagImpl.java:522)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.filter(WsdlTypeBagImpl.java:606)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:940)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addParamHolder(WsdlTypeBagImpl.java:121)
    at weblogic.knex.wsdlgen.Schemas.addPartHolder(Schemas.java:45)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.createMessage(TypeXlatorImpl.java:221)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaOp(TypeXlatorImpl.java:721)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaService(TypeXlatorImpl.java:831)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdlService(TypeUtils.java:1388)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdl(TypeUtils.java:1459)
    at weblogic.knex.dispatcher.DispFile.makeDispClass(DispFile.java:2528)
    at weblogic.knex.dispatcher.DispFile.makeDispFile(DispFile.java:611)
    at weblogic.knex.dispatcher.DispUnit.makeDispUnit(DispUnit.java:50)
    at weblogic.knex.dispatcher.DispCache.ensureDispUnit(DispCache.java:584)
    at weblogic.knex.dispatcher.HttpServer.doGet(HttpServer.java:297)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5352)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:718)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet
    (WebAppServletContext.java:3032)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2466)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    Thanks and Regards,
    SSN

  • BOXIR2, How to Build and Test OLTP Connection

    Hi Everybody,
    In BOXIR2. I have added OLTP LIC Keys. I am not sure about how to test the OLTP connection is working or not.
    Please provide steps for below Items:-
    1.     Steps to configure the connection for OLTP
    2.     How to test the OLTP is working or not?
    I would be grateful for for you help
    Thanks,
    Srinivas

    Hi Debraj,
       You should be able to do that in SM59 of the XI Box.
    Create the connection under "HTTP Connections to R/3 System".
    Provide the Target Host IP Address.Service Number and Path Prefix.
    Select the logon procedure as SAP Standard.
    SSL Inactive.
    Provide Logon details.
    Regards,
    Ravi

  • [svn:fx-trunk] 5386: * Fix for Flex Builder JUnit tests.

    Revision: 5386<br />Author:   [email protected]<br />Date:     2009-03-18 08:03:11 -0700 (Wed, 18 Mar 2009)<br /><br />Log Message:<br />-----------<br />* Fix for Flex Builder JUnit tests.<br /><br />tests Passed: checkintests, performance testsuite<br /><br />Needs QA: YES<br /><br />Needs DOC: NO<br /><br />API Change: NO<br /><br />Reviewer: Pete F.<br /><br />Code-level description of changes:<br /> <br />  compiler/CompilerAPI.java<br /><br />    Changed the deleted Map used in validateCompilationUnits() and<br />    some of it's helper methods from <String, Source> to <QName,<br />    Source>.  This allows us to track when a definition is deleted<br />    from one SWC in the library path and then added by another SWC in<br />    the library path.  All the definitions dependant on the definition<br />    need to be recompiled and we were missing this before.<br />    Specifically, the Flex Builder JUnit tests were switching from<br />    airglobal.swc to playerglobal.swc midstream.  As a result, we<br />    weren't recompiling classes that depended on<br />    flash.display.DisplayObjectContainer, because it looked like it<br />    hadn't been deleted.<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java

  • How do you have a single test case run on multiple platforms in both a Deploy/Test build and via MTM?

    I am wanting to have a scheduled nightly build execute my testcases for multiple platforms/configurations.  I have multiple VMs running in these environments but the method Microsoft provided
    (without digging into customizing the build template) doesn't provide any functionality for this.  This is a basic use case for automation that I can't believe they would miss.  Has anyone run into this and found a solution.  Is it just that
    you have to completely customize the template?
    For a more complete use case...
    I have 4 customers that have different configurations and different OS platforms on top of a generic configuration.  I want the build/deploy/test build to automatically run my 152 test
    cases to at minimum those 5 environments.  I want this to run every morning at 1am and the tests should in the different environments in parallel (ie all of customer 1 tests run at the same time as customer 2 tests...). I also don't want to have to create
    152 * 5 test cases since that will bloat things and cause more management/maintenance headaches.

    I am wanting to have a scheduled nightly build execute my testcases for multiple platforms/configurations.  I have multiple VMs running in these environments but the method Microsoft provided
    (without digging into customizing the build template) doesn't provide any functionality for this.  This is a basic use case for automation that I can't believe they would miss.  Has anyone run into this and found a solution.  Is it just that
    you have to completely customize the template?
    For a more complete use case...
    I have 4 customers that have different configurations and different OS platforms on top of a generic configuration.  I want the build/deploy/test build to automatically run my 152 test
    cases to at minimum those 5 environments.  I want this to run every morning at 1am and the tests should in the different environments in parallel (ie all of customer 1 tests run at the same time as customer 2 tests...). I also don't want to have to create
    152 * 5 test cases since that will bloat things and cause more management/maintenance headaches.

  • How to display rich content with URL in adobe flash builder and flex for mobile apps?

    Hi,
      In Apple IOS SDK, I used the WebView control to display the rich text with Bullets, different font style, images within the text and the URLs also within the text as HTML content.
    Clicking on the URLs automatically opens the respective webpage in Safari.
    In Adobe Flash Builder, I don't see any control straight away equivalent to Apple WebView control.
    How to implement the same using adobe and flex?

    Thanks for your reply, its nice to know its not just me.
    the error i got when submitting to the App store where due to native support for IPHONE 5 which is now mandatory (from May 1st), looking around the internet the common soloution seemed to be upgrading to Air 3.7.
    The strange erorrs on 3.7 revolve around compiling a standard / production build (fast build works fine)
    the error is always the same (snippet shown below):
    Error occurred while packaging the application:
    Undefined symbols for architecture armv7:
      "__ZN7avmplus8Debugger9debugLineEi", referenced from:
          __ZN7avmplus9MethodEnv9debugExitEPNS_13CallStackNodeE in AOTBuildOutput-4.o
          __ZN7avmplus11BaseExecMgr22debugEnterExitWrapperNEPNS_9MethodEnvEiPj in AOTBuildOutput-4.o
    I have completly failed to work out why, but my gut feeling is its something to do with how the mac is compiling the code in standard build and unable to find a library it needs.
    cheers
    Toby

  • Can I build a test over several pages, and give instant pass/fail feedback.

    I want to build a test over several pages.  I would like to have buttons where you click on the answer, and at the end of the test show pass/fail and answers to failed questions.  I also want to show the percentage to the test answers, such as 76% out of 100%.  I would like to adjust the percentages depending on the  amount of answers per questions.  Let's say there are 7 questions for the test, a passing score would be 71%, if there are 5 questions, a passing score would be 80% and so forth.
    I am sure there are many questions regarding this, feel free to ask any and I will answer as much as possible.
    I have Keynote 09, Numbers 09 and Pages 09, I would prefer to work with Keynote and hopefully use  the other  two as needed.

    chrisfrommarion wrote:
    Thanks, while it worked on yours it doesn't work on mine, any other ideas?
    Are you holding down the "d" key, all by itself, just after the system shuts down for a restart?
    And how long did you hold it down?
    I held mine down for about 40-50 seconds. Then I lookat at my routers WAN light and it was flickering so I let up on the d key.
    If that does not work then maybe there is something wrong with your MBP. Is that the reason you want to run this test, something isn't right with your unit?

  • Error opening test scripts in Build and Debug with Screens

    Hello,
    I am testing scenarios in the Build and Debug with screens mode in OPM. I save each scenario as a test script by clicking the Export button and saving. Some test scripts are able to be opened again, yet when I try to open others, I get the error message shown at the link below and am unable to load the test script.
    http://imgur.com/uqh80
    This did not happen previously, it just started today. All of these test scripts were created today, and the attributes have not been changes since the test scripts were created. This is seriously hindering my scenario testing ability.
    Does anyone know how to rectify this problem?
    Thanks,
    Christine

    Hi Kristy,
    I am in OPM 10.2.
    To troubleshoot, I tried redoing the test scenarios that werent working from scratch (rather than building off a previous scenario), and this time it worked. I am not sure why it works now and didnt before, and I am also not sure if they will continue working.
    I will continue creating the scenarios and will be sure to update if it fails again. In the case it does fail, I will try your export recommendation.
    Christine

  • Developing Iphone App using Flash Builder and Flex Air Mobile

    I started developing an Iphone app using the trial version of Flash Builder and was pretty impressed with how easy it was, then i hit problems:
    Trying to submit my app, I was getting invalid binary, using google i tracked this down to a change in the Apple App Store meaning that all apps needed to have native iphone 5 support, which meant updating to Air SDK 3.7
    Updating to AIR SDK 3.7 was a nightmare (mainly as a result of my failure to read the small print)
    Once I got SDK 3.7 to  work with flash builder / flex mobile i though i was there.
    However now i can produce a fast build but everytime i try and produce a standard / production build i get strange errors (air 3.8 does the same).
    My Question is - before i actually buy Flash Builder has anybody actually achieved the following:
         Building an Iphone App using:
         Flash Builder 4.7    (running on OSX)
         Flex Mobile 4.6
         Air 3.7
    If so how ?
    cheers
    Toby

    Thanks for your reply, its nice to know its not just me.
    the error i got when submitting to the App store where due to native support for IPHONE 5 which is now mandatory (from May 1st), looking around the internet the common soloution seemed to be upgrading to Air 3.7.
    The strange erorrs on 3.7 revolve around compiling a standard / production build (fast build works fine)
    the error is always the same (snippet shown below):
    Error occurred while packaging the application:
    Undefined symbols for architecture armv7:
      "__ZN7avmplus8Debugger9debugLineEi", referenced from:
          __ZN7avmplus9MethodEnv9debugExitEPNS_13CallStackNodeE in AOTBuildOutput-4.o
          __ZN7avmplus11BaseExecMgr22debugEnterExitWrapperNEPNS_9MethodEnvEiPj in AOTBuildOutput-4.o
    I have completly failed to work out why, but my gut feeling is its something to do with how the mac is compiling the code in standard build and unable to find a library it needs.
    cheers
    Toby

  • Flash Builder and Flex 4 Press Coverage

    Could someone post some links to some of the  BIG BANG press coverage of the Flash Builder and Flex 4 releases ?

    What is an example of the code that is the source of the error?

  • Adobe Flash Builder pureMVC_As3 2.0.4 login works in Flash Builder when developing and testing but does not when deployed.

    I have Adobe Flash Builder 4.7 with air 15. I am using as3 PureMVC swc. The application works and logins to my server during development and testing. But the issue comes when I deploy the application in IOS 8. The login does not work. Can anyone help. Thanks in advance.

    Just as an add on note.  What we can't determine is when the SWF file is run either in a a flash player 9 or with IE
    it does not work. (i.e. no email and variable that is sent back is undefined)  In flash player 10, it warns about some
    security settings.
    but in FLASH CS4 authoring environment, using the test movie, ctrl+enter, it runs like a champ, sends the email, gets
    the variable back.
    The server its being run on is a LAN based IIS server for Intranet use.  So the local PC is connecting to it fine in "Test movie" mode.
    but if you run that swf any other way, its does not work for love nor money!  How do you debug for that!  The asp code was even cut down
    to a simple HELLO WOLD example and that still did not work.  Of course it did work in Test Movie mode!

  • Flex4 automated builds and license key

    When working in Flex3, we were able to include the following configuration file with the license key:
    <flex-config>
        <licenses>
            <license>
                <product>flexbuilder3</product>
                <!--professional-->
                <serial-number>1234-1234-1234-1234-1234-1234</serial-number>
            </license>
        </licenses>
    </flex-config>
    Testing in Flex4, my QA person reports that he receives a message saying:  "License not prestent.  With teh trial version only limited replays are allowed " when QTP executes their tests.
    I had fashioned a config file after the one we used in our Flex3 build for Flex4:
    <flex-config>
        <licenses>
            <license>
                <product>flashbuilder4</product>
                <serial-number>1234-1234-1234-1234-1234-1234</serial-number>
            </license>
        </licenses>
    </flex-config>
    In the examples I have found on Adobe's site for Flex for they all just say to specify the product name.  I guessed based on Flex3 name that it should be flashbuilder4.  This was a guess on my part since I haven't found an actual example.  Does anyone have any suggestions on inserting a licnense key for Flex 4 in an ANT build?
    --Thanks

    Actually, mxmlc and fcsh ARE standard Adobe products.  They come with the SDK.  More importantly, they are free, so you can compile your flex apps without a license key.  You could hack together a build server using a cron job to fire up a bash script to pull down your release from svn, then invoke the mxmlc compiler (./mxmlc ....) and deploy the file.  One of the projects I was able to build using Hudson/maven, I'm not sure on the specifics though.

  • Flash Builder 4b2 or Flex Builder 3

    Starting a new project to rewrite a beefy Flex 1.5 application. Should I start with Flash Builder 4b2 or Flex Builder 3? Storyboards will be complete next week and I expect to reach end of job by February of 2010. Some customization of components will be required, but am hoping that current libraries are more rich than the 1.5 libraries (lots of customizations).
    Thanks for your thoughts/recommendations.
    Nick

    The first thing you need to consider is your time frame, its a very close call as to whether or not you should avoid the risk of how stable FB4 will be by the time your project is supposed to be in the testing stage (by stable, i mean more as in are there still pending changes to the ide/sdk that could break your code in a major way). I think that by xmas it may be reasonable to say the ide/sdk won't be prone to many big changes(fingers crossed).
    So within your time frame 4-5 month timeframe FB4 is starting to look like the right choice.
    The Next thing to consider is which Flashplayer do you wish to target 9+ / 10+ . FB4 allows you to write your app using either the flex 3.4 sdk or the flex4.0 sdk. 
    The 3.4 SDK would be used if you are not ready to target flashplayer 10 and the plus side is that the 3.4 sdk won't be going through as heavy a change schedule as 4.0 sdk, the down side is you don't get to use all the new shiny bits of flex.
    The 4.0 SDK is not yet fully stable and has issues that could see your code breaking once the fixes are applied, with 4.0 you need to target flashplayer 10 but unless you work with digital media agencies who tend to be on the rotting edge of technology this isn't a real problem. So all the possible issues with the 4.0 SDK are also the pluses, latest flashplayer support, lots of new shiny bits which slowly but surely will be more feature rich than the old SDK.
    So if you are confident and are prepared to add abuffer into the project timeline to cope with possibility of code changes required to cope with SDK/IDE updates using Flex 4 is the right choice.
    OK thats my 2 cents worth
    David

Maybe you are looking for

  • Help With Repair Permissions!

    Hi All, I have a June 2009 17" 2.8 UMBP. I keep getting regular Spinning Beach Balls, Lock Ups, Delays and a whole host of Trackpad Issues much like many people are experiencing with the 1.7 Firmware Update which only is supposed to affect the 13" &

  • Seeing traffic on both standby and primary servers in a serverfarm

    Hi, Is it normal to see traffic on the secondary server in a serverfarm like the below output. If its secondary it shouldnt be recieving any traffic until the primary goes down or offline. rserver: 192.168.10.40 192.168.10.40:8000 8 OPERATIONAL 3 118

  • Unable to download and install adobe acrobat x1

    I bought and installed Adobe Acrobat XI pro from a retail outlet and registered it on my Adobe Account. I have no changed computers and was trying to re-install the software, however the disc is scratched and so I was trying to download and install f

  • How many physical Network Adapter required for to implement NVGRE Gateway ?

    Hello Guys, Would like to know how many physical Network Adapter required to implement network virtualization including the technologies such as Windows Azure Pack| system center 2012 R2 & Hyper-V 2012 R2. Thanks  NM-BG

  • Ecoding FLV's for Psuedo Seek

    I use Sony Vegas Pro to Edit video for release on the web. I render a mp4 and then used Adobe Encoder CS5.5 to convert the mp4 to a Flv for use in a flash player. I now need to have my Flv's be able to Psuedo Seek in the Flash player.  I am not sure