Mixed AS Versions using frames

I have a site with two frames. Is it possible to load one
HTML document in one frame that contains an SWF published using AS
2.0 and another HTML document into the other frame that contains an
SWF published in AS 3.0?
I am not sure how this works in a browser that has the Flash
Player version 9 installed - can it handle both versions
concurrently if they are in different HTML doc and frames?

SymTsb - thanks for the response!
I guess I am just not sure exactly "how" the Flash Player
Plugin actually works inside a browser. I know the FlashPlayer9
will play EITHER an SWF saved using AS2.0 or AS3.0, but never
considered how it handled "mixed" versions. So I guess what you are
saying is that even without using "frames", if I were to link two
separate SWFs within the same HTML page that one could use AS3 and
the other AS2 and they would co-exist - is that right? If so, will
the AS2 SWF slow down the play performance of the AS3 SWF or are
they handled totally separate by the Player?

Similar Messages

  • Installing same versions of Frame maker on one system (7.0 and 7.2)

    I am using Frame maker 7.2 for creating user manuals. The tool we are using for generating OLH is
    Web Works Publisher for frame maker 7.0. Currently I have installed FM 7.0 and WWP on virtual machine
    while I work directly on FM 7.2 version and only use 7.0 from Virtual machine while creating OLH
    This is a very complicated process as I have to copy all my files into the virtual machine folder
    and then create Help files.
    Can we install both 7.0 and 7.2 version on the same system (not virtual)
    so that when I document the manuals on 7.2 fm, I can close the files and open the same file in 7.0
    versions to generate help files.

    Yes, you can have multiple versions installed on the same machine. I have one that's running 7.2, 8, and 9... no problems.
    As far as 7 and 7.2 go, if it was me, I'd just go with 7.2. There isn't a difference in the file format, so files can be opened with either version. And 7.2 is more stable, has fewer bugs, and better import/export filters.
    Art

  • Paste doesn't work on IPad, on sites that use frames

    I work for MindBody Inc. and a client of ours brought to my attention that paste simply doesn't paste on our site. This is quite annoying for them, and in trying to find a fix, I discovered that a fairly moderate bug in Safari on the IPad. Paste just simply doesn't work in frames.
    Does anyone know how I would go about submitting a bug to Apple?
    The test:
    I've created the following test
    frameTest.html
    <html>
    <head>
    <title>Iphone frame test</title>
    </head>
    <frameset id="mainFrameset" rows="98,*" frameborder="0" framespacing="0" NORESIZE>
    <frame name="topFrame" src="brianTest.html" frameborder="0" noresize scrolling="NO" >
    <frame name="mainFrame" src="brianTest.html" frameborder="0" scrolling="YES">
    </frameset>
    </html>
    brianTest.html:
    <html>
    <head>
    <title>Testing IPad Paste</title>
    </head>
    <body>
    Testing: <input type="text" name="test" />
    </body>
    </html>
    When browsing the frameTest.html paste doesn't work. It shows up but clicking it pastes nothing.
    Going to brianTest.html, paste works as expected.

    Same problem with Atomic Web Browser on the websites using frames.
    All the "identify web browser as" options have been tested, unsuccessfully.
    It seems that the new iPad 4.2 iOS version solves the problem. I will test it on monday and post the results here. Stay tuned, or check it by yourself...
    Message was edited by: Yoda65

  • Example of using frames in JSF

    I am considering using frames in my JSF/JSP page but am having trouble getting started. I'd like to display my page as
    Frame 2 | Frame1
    Frame 3 |
    I started using iFrames in my JSP page but because I needed Frame1 to be resizable, I dropped iFrames and started using Frames.
    I wrote my JSP page to contain these frames. My JSF project compiles successfully but at runtime, my page appears blank in the browser window.
    Can someone give me an example of using frames in a JSF/JSP page or point out the error in my JSP.
    My page looks like:
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
    <ui:page binding="#{Page1.page1}" id="page1">
    <ui:html binding="#{Page1.html1}" id="html1">
    <ui:head binding="#{Page1.head1}" id="head1">
    <ui:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>
    </ui:head>
    <ui:body binding="#{Page1.body1}" id="body1">
    <frameset rows="16%,84%">
    <frame name="top" src="faces/overview/overview.html"/>
    <frameset cols="30%,70%">
    <frame name="left" src="faces/overview/leftPage.jsp"/>
    <frameset rows="20%,80%">
    <frame name="right" src="faces/overview/rightPage.jsp"/>
    <frame name="right2" src="faces/overview/rightPage.jsp"/>
    </frameset>
    </frameset>
    </frameset>
    </ui:body>
    </ui:html>
    </ui:page>
    </f:view>
    </jsp:root>
    thanks,
    tsc

    <frameset> should not be the child of the <body> element. It should be the child of <html> element.
    This works:
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
    <ui:page id="page1">
    <ui:html id="html1">
    <ui:head id="head1">
    <ui:link id="link1" url="/resources/stylesheet.css"/>
    </ui:head>
    <frameset cols="30%,70%">
    <frame name="left" src="faces/Page1.jsp"/>
    <frameset rows="80%,20%">
    <frame name="top" src="faces/rightPage.jsp"/>
    <frame name="bottom" src="faces/bottomPage.jsp"/>
    </frameset>
    </frameset>
    </ui:html>
    </ui:page>
    </f:view>
    <ui:form binding="#{bean.form1}" id="form1"/>
    </jsp:root>
    thanks,
    tsc

  • How to find Mobile device OS name and version using Flex?

    is there anyway to get device information like OS name and version using flex 4.5.1 or 4.6 SDK. i am developing a project in Flex which needs to identify the end user mobile platform like Android, iOS.. and its version like Android means 2.1,2.2,etc..
    Anyone can help me on this?

    I don't know that there is a proprietary driver. In fact, I'm sure there isn't because I never installed one. I figured there was some code file somewhere that dealt with keyboards. Yes, I have dealt with the developer, they say to tell Apple there is a problem. I have been putting it off and waiting to update since 10.6.3, so the problem is getting a little old. Do I even know there is a problem? I'm not sure what this means. I do know that when I update my operating system past 10.6.2 my keyboard no longer works, and I have to use a stock Apple keyboard to run a time machine reinstall. Why else would I be going through this?

  • JDBC version used with JDeveloper

    Hi,
    I am trying to connect JDeveloper with SQLite database using Generic JDBC driver. The driver I could find is JDBC 3.0 compatible. I am able to make a connection in the database navigator and browse through the database object. I am also able to create business components (EO, VO and AM) using a table in SQLite database. So connection works well. However when I test the Model by running Application Module, I get the below error.
    (oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper) JBO-29000: Unexpected exception caught: java.lang.AbstractMethodError, msg=org.sqlite.RS.isClosed()Z
    As I understand from the JDBC driver forum, the driver does not implement the abstract method isClosed() since it is not used in JDBC 3.0. I assume that JDeveloper/ADF is using JDBC 4.0.
    My questions are
    i. is there a way by which I can confirm the JDBC version used by JDeveloper?
    ii. Can I change it to use JDBC version 3.0?
    My Jdeveloper version is 11.1.2.2.0 and Java version is 1.6.0_24.
    Thanks & Regards
    Binuraj Nair

    SQLite 3.6 seems to be the supported version as per Oracle JDeveloper 11g Release 2 (11.1.2) Certification
    Make sure you are using the drivers as per the same.

  • How to retrieve the date of the itme's version using Ecmascript

    Hello, all
    I'd like to retrieve the date of minor and major versions using ecmascript. Here is my script so far.
    I am getting ID from query string in URL, then passing it to access file.
    What I don't understand is to how to instantiate Version class and loop through version to retrieve created date.
    Can someone help?
    <Sharepoint:ScriptLink name="SP.js" runat="server" OnDemand="true" localizable="false"/>
    <pre class="brush: javascript;">
    <script language="ecmascript" type="text/ecmascript">
    //Get ID of the document
    function getParameterByName(name) {
        name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
        var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
            results = regex.exec(location.search);
        return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
    var v_id = getParameterByName('ID');
    alert(v_id);
            var item;
            var list;
            var file;
            function fileMajorandMinorVersion() {
                var clientContext = SP.ClientContext.get_current();
                if (clientContext != undefined && clientContext != null) {
                    var webSite = clientContext.get_web();
                    this.list = webSite.get_lists().getByTitle("List Title");
                    this.item = list.getItemById(v_id);
                    this.file = this.item.get_file();
                    clientContext.load(this.file);
                    clientContext.executeQueryAsync(Function.createDelegate(this, this.OnLoadSuccess), Function.createDelegate(this, this.OnLoadFailed));
             function OnLoadSuccess(sender, args) {
                var version = "Major Version: " + this.file.get_majorVersion() + '\n' + "Minor Version: " + this.file.get_minorVersion();
                alert(version)
            function OnLoadFailed(sender, args) {
                alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
            </script>
    <input id="btnFileMajorandMinorVersion" onclick="fileMajorandMinorVersion()" type="button" value="File Major and Minor Version"/>
    vlad

    In order to loop through the version collection and display last version date here is the script that works for me:
    <Sharepoint:ScriptLink name="SP.js" runat="server" OnDemand="true" localizable="false"/>
    <script language="ecmascript" type="text/ecmascript">
    //Get ID of the document
    function getParameterByName(name) {
        name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
        var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
            results = regex.exec(location.search);
        return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
    var v_id = getParameterByName('ID');
    function convertShortDate(par_date) {
       var var_date = new Date(par_date);
       var day = var_date.getDate();
       var month = var_date.getMonth() + 1;
       var year = var_date.getFullYear();
       var result_date = month+'/'+day+'/'+year;
       return result_date;
            var item;
            var list;
            var file;
            var versions;
            var _version;
            function set_LastCertDate() {
                var clientContext = SP.ClientContext.get_current();
                if (clientContext != undefined && clientContext != null) {
                    var webSite = clientContext.get_web();
                    this.list = webSite.get_lists().getByTitle("Archer Pages");
                    this.item = list.getItemById(v_id);
                    this.file = this.item.get_file();
                    this.versions = this.file.get_versions()               
                    clientContext.load(this.file);
                    clientContext.load(this.versions)
                    clientContext.executeQueryAsync(Function.createDelegate(this, this.OnLoadSuccess), Function.createDelegate(this, this.OnLoadFailed));
             function OnLoadSuccess(sender, args) {
             var output = "";
             var certdate = "";
             var listItemEnumerator = this.versions.getEnumerator();
             // loop through the version items
             while (listItemEnumerator.moveNext())
              var oVersionItem = listItemEnumerator.get_current();
              certdate = oVersionItem.get_created();
              $("input[title='CertificateDate']").val(convertShortDate(certdate));
            function OnLoadFailed(sender, args) {
                alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
           document.write("<input name='Button1' type='button' value='Populate Certificate Date' onclick='set_LastCertDate()'/>");
        </script>
    vlad

  • Is it possible to partially export a video using frame blending?

    For example, I have a video intro that, after being uploaded and processed on YouTube, looks very choppy. However, if I export it using frame blending, it looks perfectly fine. The down side is that the rest of the video looks somewhat more blurry, as frame blending tends to do. I like how fluid the intro is when frame blended, but I perfer the rest of the video when it's just exported normally. I found an option called frame blend under the clip's video options, making me think that I could fix my problem, but it didn't seem like it did anything at all when I exported it. Is what I'm trying to achieve actually possible, or will I just have to deal with it, one way or the other?

    1.  I export in H.264 with the preset HDTV 720p 29.97 fps High Quality. I would use the YouTube preset, but it compresses the audio to a point where it sounds terrible. I'm sure there's a way to fix this, but I don't know enough about it to do so myself.
    2.  My sequence also runs at 29.97 fps.
    3. The intro consists of several game capture clips all .avi at what I think is 29 fps. Many of the clips are sped up to at least 200%.

  • I am using iMac OS 10.7.2 with Garageband'11 6.0.4. I can't record sound from  mixer Behringer X1622USB using USB out. when I connect the mixer to iMac via USB  appears USB Audio CODEC on Sound and preferences but no sound from mixer to iMac. Need help.

    I am using iMac OS 10.7.2 with Garageband'11 6.0.4. I can't record sound from  mixer Behringer X1622USB using USB out. when I connect the mixer to iMac via USB  appears USB Audio CODEC on Sound and Preferences but I can't get no sound from mixer to iMac only sound from iMac to mixer. I only can record sound using microphone line in. Please help.

    Eric,
    Thanks for your reply. Realtek audio works only in playback. There is a stereo mix in the mixer but the recording controls are not operable with no sliders in the mixer for any recording option. Slider controls appear to be grayed out. Can't figure out how to enable them. Downloaded newest drivers to no avail.
    The M Audio control panel has no apparent option for recording stereo mix. Adobe ignores the sound from the DVD or CD and shows flatline.
    I'm trying to record the sound from the DVD not rip the track.
    When I go to Audio Driver Setup and select Audition 3.0 windows sound, there is no input device installed.
    I'm thinking of going back to a decent internal Soundblaster card like I have on my 8 year old machine I am replacing.

  • Using Frames in HtmlB.

    Hai All,
    I have created a JspDynPage component. In my Jsp file , i have used <frames> tag. But nothing is dispalyed on the iView.
    I need to know whether we can use <frames> tag inside htmlB.
    <%@ taglib uri= "tagLib" prefix="hbj" %>
    <hbj:content   id="myContext">
    <hbj:page      title="PageTitle">
    <hbj:form        id="myFormId">
    <frameset rows="64,*,64">
      <frame name="top" scrolling="no" noresize src="top.jsp">
    <frameset cols="150,*">
        <frame name="contents" target="main" src="MenuContent.jsp">
        <frame name="main">
    </frameset>
      <frame name="bottom" scrolling="no" noresize src="foot.jsp">
    </frameset>
    </hbj:form>
    </hbj:page>
    </hbj:content>
    Regards,
    Eben

    Hi Eben,
    there is an HTMLB element for iFrames. It is called <a href="https://media.sdn.sap.com/javadocs/NW04s/SPS7/hb/com/sapportals/htmlb/htmlcontainer/IsolatedHtmlContainer.html">IsolatedHtmlContainer</a>. Have a look into it.
    Perhaps it might solve your problems.
    Best Regards,
    Martin

  • Firefox 4 is not saving pages (using frames) I visit in the history list, but Firefox 3 does. What could be wrong (may be related to no-cache)?

    When using FF 3, I can go back through the history using the arrows on the toolbar. When using FF4, I can't. This applies to an internal site where the page uses frames and the header pragma "no-cache". This also happens in safe mode.

    thom
    I was reading the above post about typing in code to darwin, i have a similar problemWell,posting all that isn't necessary, and disguises your new post. I take it you mean you typed in the tail command and saw those messages?
    localhost launchd:server 3d27 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[47]: exited abnormally: HangupDespite the word "abnormally", this is in fact normal and recurs frequently. The lookupd process is told to "hang up", i.e. quit, when it is done, and will restart as necessary.
    I don't know what the "initcardwithstoreprefs failed" means: you need to set it in context of the other messages. But the main purpose of using the tail command is to look for "loginwindow exited" messages, and then see what came before them.
    So, give a bit more detail about your problem: for a start, on which of your machines is this happening? Have you tried disconnecting any USB devices except for mouse and keyboard? In fact, give a lot more detail

  • I have just downloaded itunes. I cannot install QT as an older version is in place. Cannot remove the older version using CP. Any ideas?

    I have just downloaded itunes. I cannot install QT as an older version is in place. Cannot remove the older version using CP. Any ideas?

    Many thanks.
    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. (The results from mydigitallife and Major Geeks are worth checking.)
    After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any QuickTime entries and click "Remove".
    Quit out of CleanUp. Restart the PC, and try another iTunes install. Does it go through properly this time?
    Message was edited by: b noir

  • Update Column value after current item is Approved and then publish major version using Sharepoint 2013 designer workflow

    Hi,
    We have a requirement to update a column value once the item has been approved.
    Following settings have been made in the publishing articles list:
    Require content approval for submitted items : yes
    Create major and minor (draft) versions
    Who should see draft items in this document library? :Only users who can edit items
    Require documents to be checked out before they can be edited? : yes
    I have createdatu a Sharepoint 2013 workflow to check if Approval sts of current item = 0 i.e. Approved , then check out and update the item and finally checkin the item. Everything works fine till this point except that the minor version of the item is
    checked in. Due to this the updated columns are not published to others.
    Also, I created a Sharepoint 2010 workflow to SET CONTENT APPROVAL = APPROVED and started this workflow from my list workflow above, but the item does not get checked-in and always shows "In Progress" status with comment "The item is currently
    locked for editing. Waiting for item to be checked in or for the lock to be released.".
    Please let me know where I am missing out so that once the item is approved, column value gets updated and current item is still in Approved status.
    Thanks

    Hi,
    According to your post, my understanding is that you want to update Column value after current item is Approved and then publish major version using Sharepoint 2013 designer workflow.
    You will get into this kind of Catch-22 situation trying to set the Content Approval Status in SharePoint Designer workflow:
    - You must check out the document before you can change the Content Approval Status
             - You can't change the Content Approval Status once the document in checked out
    Since you set the Require documents to be checked out before they can be edited=Yes, you will need to check out the document when run the workflow on the item. But you cannot approve a document when it is checked
    out. So the logic in workflow conflicts.
    As a workaround, you can use the Start Another Workflow action to start the normal Approval workflow on the document.  The built-in Approval workflow can work with a document that’s not checked out.
    The designer approval workflow also can work with a document that’s not checked out.
    You can create two workflow using SharePoint Designer 2013.
    First, create a SharePoint 2010 platform workflow.
    Then, create a SharePoint 2013 platform workflow.
    Then when the SharePoint 2013 platform workflow start, it will start the SharePoint 2010 platform workflow to set content approval status, then the SharePoint 2013 platform workflow will update current item value.
    More information:
    SharePoint Designer Workflow Content Approval Issue
    SharePoint 2010 Approval Workflow with Content Approval
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Find product name and version using JNDI

    Is there any consistent way to find the directory servers product name and version using JNDI. Our software is being used with iPlanet 5.1 and SunOne Directory Server and I need to distinguish between them. Currently I use some code (see below) to look for an object under o=Netscape root branch. But the object I am looking for is apparently (so my sys admin tells me) created as part of the administration server install.
    public static String[] getNetscapeFamilyDirectoryServerDetails(String ldapHost, int ldapPort, String principalDN, String principalPassword) throws NamingException {
    try {
    NamingEnumeration result = performLdapQuery("ldap://" + ldapHost + ":" + ldapPort,"o=NetscapeRoot?nsproductname,nsproductversion?sub?(&(objectclass=nsApplication)(cn~=Directory))",principalDN,principalPassword);
    if (result.hasMore()) {
    SearchResult sr = (SearchResult)result.next();
    Attribute attribute = sr.getAttributes().get("nsproductname");
    String productName = (String)attribute.get();
    attribute = sr.getAttributes().get("nsproductversion");
    String productVersion = (String)attribute.get();
    return new String[]{productName,productVersion};
    catch (Exception e) {
    if (e instanceof NamingException) {
    throw (NamingException)e;
    return null;
    }

    SELECT i.instance_name, i.host_name, f.release_name RELEASE, i.version, k.patch_level FROM
    v$instance i, fnd_product_groups f, fnd_product_installations k WHERE
    UPPER(SUBSTR(i.instance_name, 1, 4)) = UPPER(SUBSTR(f.applications_system_name, 1, 4)) AND
    k.application_id = '200';

  • How to run 2 different Firefox versions using the same profile

    Is it possible to run 2 different Firefox versions using the same profile and still have browsing history saved? I used to be able to do that up until a week ago. What happened was I was using Firefox version 3.6.28(a very old version of Firefox) which I need to use sometimes and then the current version, 36.01. Earlier I would use both my versions of Firefox and the history would be saved if I used both versions but now when version 36.01 came out, its not saving for some reason. Is this a bug? The history is saving during the current session, but say I close out of Firefox and then go back to Firefox, it will still be saved but when I go to my old version of Firefox, the history is saved but then after I close out of that the history on my new current version is all gone and it starts me all fresh, is there a way to get rid of this so that the history will always be saved even if i switch between versions? I could do that before up until Firefox 35.01 but Firefox 36 isnt saving the history from the old version, is this a bug or not? Now I have to create a separate profile for each Firefox so the history I use on the old version is only saved on that version and the history I have on the new Firefox is another profile so that history from the 2nd profile remains but I dont want that. I want to be able to use the same profile so that the same browsing history can be saved using both versions like it was before, I hope people can understand my problem. If not I can further explain, thanks.

    @ the-edmeister, I understand that the 2 versions are completely different, however how come the history was saving fine when I switched between firefox 3.6.28 to the current one which was Firefox 32, 33, 34, 35 etc? Like I'm surprised how come now at Firefox 36 this problem started, Firefox 36 isnt that much different from Firefox 35 but yet Firefox 35 was still saving my browser history from the old 3.6.28 version, my 3.6.28 version never upgrades but the new Firefox keeps upgrading whenever there is a new release out automatically and then all of a sudden when the new version of 36.01 came out all my history was gone, so isnt Firefox 35.01 also very much different from 3.6.28 as much as 36.01 is? I hope you got what I meant, thank you for helping.

Maybe you are looking for

  • Restrict rows

    Hi, this query is working fine when it has one loan, when i enter multiple loans then it shows me in two lines, how will i stop this. can anyone guide me. select emp_number, emp_name, car_loan, medical_loan, personal_loan, family_visa_bal, personal_t

  • Agent determination position/ rule

    HI Gurus, I am new in workflow. For our project we have created a org structure. Which has O-S-US. There are only two positions Agent and Lead Agent. If I want to send an workitem to lead-agent I can send it to the position. But as our business will

  • Standard Work Flow

    Hi, Can any1 tell me about the standard work flows (not work flow module) available in SAP. We want Purchase Requisition & PO release should be through email. (not SAP Inbox). Thanks, Rashid.

  • Application in JAR file cant find JDBC classes

    Hi, When I run an application from the JAR file the ClassNotFound exception is throw! When I run from the application classes in the directory the program works. The JDBC classes are in the CLASSPATH, the manifest of JAR file is: Manifest-Version: 1.

  • How do i clear history in quick time

    i need to clear all the history from quick time, preview and recents