One not loading script not... Please help.

Hello

I'm a premium of 6 CS - user and have now also used Adobe Story (the free version, given the Pro - version) for a period of time - fortunately.

-However, today - a script does not - it just continues loading and and is never open.  All other scripts, I opened however, and they seem fine.

However - this script same going open on my iphone - app (where I also did a few notes, this I did on any other scripts - do not know if there is a correlation...).

I'm on a Macbook Pro and use of Adobe Story in Safari - browser.

Would be very grateful for help - a pretty desperate situation.

fhpl75 at yahoo dot com

Tags: Adobe Story

Similar Questions

  • IM playing final fantasy 8 on pc and using my xbox controller but in the game that the cursor just keeps scrolling and don't know what can not please help

    IM playing final fantasy 8 on pc and using my xbox controller but in the game that the cursor just keeps scrolling and don't know what can not please help

    Hello

    Xbox articles:

    http://forums.Xbox.com/xbox_forums/b/default.aspx

     

    For more information:

     

    Contact Xbox support:

    http://support.Xbox.com/en-us/

     

    Xbox LIVE Support:

    http://support.Xbox.com/en-us/Xbox-Live/browse?XR=shellnav

     

    Games for Windows LIVE errors:

    http://support.Xbox.com/en-us/Games/PC-games/games-for-Windows-errors-messages

     

    Management of the Windows Live ID:

    http://supportuat.Xbox.com/en-us/pages/Xbox-Live/how-to/Xbox-Live-account-management/manage-Live-ID.aspx

  • I have a table of the adf, I added a column that contains a button that I created, when I click it must remove this row in the table, but it is not, please help

    I have a table of the adf, I added a column that contains a button that I created, when I click it must remove this row in the table, but it is not, please help

    I don't understand. You use vo and eo for you to use business components.

    Again, this kind of code call in trouble.

    You must post the changes to make them visible to the eo find vo. You must then run the query for the changes in the business layer strips then you must update the iterator he table is based on.

    In your code I see that happen, hooch maybe because it is more often than not formatted and undocumented.

    My advice is to do a small test case that you can manage with easy sql. Once you get it to run transfer you the results to the actual application.

    Timo

  • tried everyting to sort the "assertion failed" in LightroomCC, uninstall and installed it again, tried to check the photo folder in the user account, it still does not, PLEASE HELP!

    Had "assertion failure" at the launch of LightroomCC, tried everything help, uninstall and installed it again, tried to check the photo in the user account folder, still does not, PLEASE HELP!

    Thanks for the help.

    My computer scientist has created a new user in my computer and now the 6 Lightroom

    works very well.

    Thank you

  • My submenu does not work on my subpages of muse: that's when I made a change to the captain and now it is not - please help!

    My submenu does not work on my subpages of muse: that's when I made a change to the captain and now it is not - please help!

    The Web site is www.thecupcakebaker.co.uk

    Hello

    It looks like something is bunk of the menu items, pourriez please check again, see you if there are any blank object or anything else

    Let me know if that helps

  • Sending of Photos does not, please help!

    My friend and I have updated Skype when updates a few weeks ago showed. When I send her a picture (and when she sent me), nothing appears. We don't see any which triangle or the error msg.

    For example: I send the picture and watch it load until I see the thumbnail preview. She sees nothing that sent the transfer at all (I tried with mp3 and those worked if this only happens with images) and when she tries to send me a picture, it can also see a thumbnail of the image, but I don't see anything. It's as if nothing has been sent in the first place.

    I use Win7, not sure she uses, but I think it's the same. I tried to update Internet explorer (although some topics here claimed that it is useless, after they have tried) as I have IE8, but he wouldn't let me not updated IE11 or whatever the latest version.

    I see of the solutions so far are so no decommissioning but to a former Skype on both computers. Thing is, we love the look of this new version and would like to avoid downgrading if we can make the image (all image formats as none work right now) work. We transfer a lot of pictures in both directions with our work and it is a necessity. We had to resort to transfer their thanks to yahoo and facebook messenger. It is simply unacceptable to Skype, really, sorry but it's true.

    It was hard enough we have been forced to spend nice MSN, perfect Skype and when Skype finally gets a similar look decent and options, we get this kind of problem? Everything simply unacceptable.

    Please help to solve this problem or we Demote or just give up Skype. This is a major problem and we are not the only ones to have. Transfer files via the Cloud is one thing, that is miffy at best in terms of privacy record of our files (temporary or not) rather than simply transfer, but this also? It must be fixed, at least.

    Help, please! It's very disturbing and constantly frustrating...

    Thank you.

    You can try to uninstall the latest 7.0 version and return to the previous 6.21.0.104 version. In this version the files are always transferred via the old way of P2P.

    http://download.Skype.com/MSI/SkypeSetup_6.21.0.104.msi

  • Skype problem - last version does not, please help

    So I can't install the latest version of Skype. It's really frustrating because whenever I try to install it, an error comes up saying "Failed to get address of procedure for GetLogicalProcessorInformation (KERNEL32.dll)"

    -J' tried to open Skype after installation by clicking on the icon, but the same thing happens.

    -J' also tried uninstall and install Skype several times, but nothing works.

    -J' downloaded Service Pack 3, I've read about this problem and some websites recommended to do this, but again, nothing has worked, same error appeared.

    -I can not download the older versions of Skype, because every time that I install them, it takes me to the login page and so I put my login information, but it won't let me through, and it is said that they released me because I have an obsolete version of Skype.

    Please help, as I don't know what to do, I've tried everything and there is no solution.

    Help will be very appreciated!

    If you receive the same error message after update to SP3, then it means that the installation of SP3 was not successful. Try to reinstall SP3.

    http://community.Skype.com/T5/Windows-desktop-client/Skype-fatal-error-KERNEL32-dll/m-p/2098595#M238...

  • My first while loop inside the PL/SQL block does not, please help

    Hello

    I'm new to PL/sql and struck PL SQL blocks, please help solve this problem.

    declare

    constant v_A number: = 10;
    constant number j: = 3;

    BEGIN

    WHILE j < v_A
    LOOP
    DBMS_OUTPUT. Put_line ('Hai');
    END LOOP;
    END;

    Please help as how to solve this problem.

    Thanks in advance.

    You cannot declare j as in 'permanent' If you want to increment its value. better go to another variable if you intentionally want constant j.

    Something like this:

    declare
    v_A number constant:=10 ;
    j number constant := 3 ;
    i number;
    BEGIN
    i := j;
    WHILE i < v_A
    LOOP
    i := i + 1;
    DBMS_OUTPUT.PUT_LINE('Hai');
    END LOOP;
    END;
    

    ... Vivek

    Published by: Vivek 21 Sep, 2010 02:54

  • Firefox plays Youtube videos not, please help?

    Simple question, yet nothing I've tried has worked. The video is just a black rectangle on the page. It happens with all the videos on Youtube.

    I had version 12 of Firefox and it has not worked, put at 13, still does not. I do not have real player installed, I downgraded Flash 10 something points, disabled the flash Shockwave and still they won't play! SE ticked off and sick of having to use IE.

    Someone help me please?

    Start Firefox in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

    Try disabling hardware acceleration in Firefox.

    Try to "disable hardware acceleration" in the Flash Player.

    See also:

    Blink the window "display settings":

  • Activation of Network Services does not Please HELP

    Hello

    I created a virtual machine with the Oracle_Developer_Day.ova file downloaded from oracle page to test the express tool.

    I m try announced a Web service reference, but the error:

    ORA-29273: HTTP request failed ORA-06512: at "SYS." UTL_HTTP", line 1130 ORA-24247: access denied by access control (ACL) of network list

    I did research and discover that oracle 11 g has no active network services so they must be allowed with the following script:

    DECLARE
    ACL_PATH VARCHAR2 (4000);
    ACL_ID RAW (16);
    BEGIN
    -Did the ACL currently assigned to ' *' and give APEX_030200
    -the privilege 'connect' if APEX_030200 does not yet have the privilege.
    SELECT ACLS IN ACL_PATH OF DBA_NETWORK_ACLS
    WHERE HOST = ' *' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -Before checking the privilege, to ensure that the ACL is valid
    -(for example, does not contain obsolete references to users ignored).
    -If so, we'll spend the following exception:
    --
    -ORA-44416: invalid ACL: 'ADMIN' main outstanding
    -ORA-06512: at "XDB". DBMS_XDBZ', line...
    --
    SELECT SYS_OP_R2O (extractValue (P.RES, ' / resources/XMLRef ')) IN ACL_ID
    OF XDB. XDB$ ACL A, PATH_VIEW P
    WHERE extractValue (P.RES, ' / resources/XMLRef "") = REF (A) AND
    EQUALS_PATH (P.RES, ACL_PATH) = 1;

    DBMS_XDBZ. ValidateACL (ACL_ID);
    IF DBMS_NETWORK_ACL_ADMIN. CHECK_PRIVILEGE (ACL_PATH, 'HR',
    'connect') IS ZERO THEN
    DBMS_NETWORK_ACL_ADMIN. ADD_PRIVILEGE (ACL_PATH,
    'HR', 'connect', TRUE);
    END IF;

    EXCEPTION
    -When no ACL has been attributed to ' *'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN. CREATE_ACL ('power_users.xml',
    "ACL that allows users to be able to connect everywhere."
    'HR', 'connect', TRUE);
    DBMS_NETWORK_ACL_ADMIN. ASSIGN_ACL('power_users.) XML ',' *');
    END;
    /
    COMMIT;

    Note: I have a workspace called HR and a user called HR.

    I run the script and everything works fine but when I try to add the Web service reference I get the same error.

    I Don t know what to do and my time to fixing this problem ends so please if someone can help me I would really appreciate it.

    Thanks in advance

    Hello

    Have you checked what version of APEX you run in your virtual machine? The script below would work for APEX_030200, but if you have a virtual running machine, it's probably APEX_040100 or APEX_040200. Just connect to your database and check what APEX schema is installed, then update your script accordingly and re-run.

    Kind regards
    Marc

  • Flash links does not please help ASAP

    I really need someone to help.  For some reason my flash links are no longer working.  Please check www.secretlyspoiled.com when you click on the links to the photo, he says no defined.  I've updated my .fla and the following errors.

    Scene = scene 1, layer = mov_contr image = 1, line 7 the class or interface 'gs.dataTransfer.XMLParser' could not be loaded.

    Scene = scene 1, layer = mov_contr, frame = 2, line 8 error opening include file gs/dataTransfer/xmlFunctions.as: file not found.
    Help, please!
    Thank you!

    Hey-

    You were ok search and replace, that's what we want to type in the search box and search all. Once you look for .xml - find the code in the first copy of the image and paste it here, I'll be able to see where it points and access roads. If you don't mind, send a friend request in FB and I will be able to guide you through it. If this is not the case, no worries we can do it this way as well.

    -Randy

  • Services of Windows Vista 64 does not, please help!

    Hi thanks for reading.

    Noticed the other day my firewall is not running. A few weeks ago my AVG anti virus asked me if I wanted to move to a premium account for a 30 day trial and contained their own version of a firewall. He said that he would resort to Windows Firewall when finished.

    30 days passed, and he asked me to return to the original settings and the free version. I don't check if windows firewall started running.

    And so back when I noticed.

    What Ive tried: Panel > Security > windows firewall - says "windows firewall does not use recommended settings to help protect your computer" and there is a button for "update settings now" which when you click on it, I get the thing of glass hour for a few seconds and nothing happens.

    Run > services.msc > Windows Firewall - said State 'arrested' firewall service and when you are prompted to start, gives me error 6801

    Also noticed now that windows update and windows Defender will not be updated. Windows update search updates, but up quickly the code Error 80070426 and once again, to enforce > services > windows update/defender does not work.

    Then in flicking around, I have observed under the information system in 'computer' tab, he says: 'this copy of windows is not activated, click here to activate now' and Im thinking it is crazy! I have not had my PC very long, but I have activated vista right after that I installed it when buying. If I click on the link, and it says: 'a problem occurred when Windows tried to activate. Error code 0x80070426

    Edit: just thought of something that can help. Awhile back, before this all started, windows update prompted me one afternoon to install Service Pack 2 and I thought "why not?" Well, after a complete system failure and me to have my friend rally and he manages to get into the command prompt and run 2 types of checkdisk, I go back to my computer. Now, I don't think it off anything, or whatever it may be disabled, but something could have been damaged?

    IM puzzled and any help would be massively appreciated! If anyone needs more info, let me know!

    System information:

    Vista Home Premium 64-bit
    Intel Core2Duo E8400 2x3ghz
    8 GB RAM

    Kind regards

    A1. See...

    How TO do a clean install of Vista: section "If you want to reinstall Windows Vista by running a new installation...". "of http://windows.microsoft.com/en-us/windows-vista/Installing-and-reinstalling-Windows-Vista#section_3

    Once installed the clean, you will have the equivalent of a "new computer" in order to take care of everything on the page following before otherwise connect the machine to a network or the internet and before using a flash drive or the SD card that is not brand new, or has not been freshly formatted:

    4 steps to help protect your new computer before going online
         http://www.Microsoft.com/security/pypc.aspx

    NB: No matter what Norton or McAfee free trial which is preinstalled on the computer when you bought will be reinstalled (but invalid) when Windows is reinstalled. You MUST uninstall the trial for free and download/run the removal tool before installing updates, Windows Service Packs, or updates IE and before installing your new anti-virus application (which will require WinXP SP3 must be installed).

    Norton Removal Tool
         FTP://ftp.Symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    McAfee Consumer product removal tool
         http://download.McAfee.com/Products/Licensed/cust_support_patches/MCPR.exe

    A2. Win7 is fabulous in my humble OPINION. You can format the partition and do a clean install of Win7, Yes.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Homegroup does not, please help.

    Hello. I recently installed Windows 7 Home Premium on all my computers. The problem is, I chose the third option for this part of the installation and now I can't start my homegroup correctly. The error displayed "Windows cannot configure home group on this computer.

    I followed the steps of these sites and started tweaking the Services.msc
    http://support.Microsoft.com/kb/827328 http://www.SevenForums.com/Network-Sharing/17839-HomeGroup-functionality-Broken.html http://www.SevenForums.com/Network-Sharing/271796-changes-Advanced-Sharing-Settings-not-Saving.html after some progress, I was finally able to connect to the homegroup, but when I go in the homegroup settings, all the stuff that I would like to share my homegroup is not checked. I try to check everything up, but when I return to the same settings, everything is not checked again. I tried to go to the settings for sharing advanced and checked everything. Checked to see if he was saved and he did, but when I again homegroup settings, it simply refuses to save.

    Is it possible to fix this? More, is there any other easier and faster way to do this? I have 20 in the whole of the PC (cybercafé) and configuring each one with these complex and tiring steps will take a long time. Any help is appreciated, thanks.

    > Moreover, HomeGroup Troubleshooter did not help at all.

    You probably don't want use the homegroup in an internet café, because then all computers will see files from other computers.  When people go to an Internet café, they expect that their session is private and no one else can see.  Then, when they log off, they expect that you have the options set to clear their cache temp too.

    ---

    However, if you want to use the homegroup in a setting like this, you will probably need to open some ports in the firewall and make sure that IPv6 is enabled on your network.  See here: http://www.microsoft.com/en-us/download/details.aspx?id=10561

  • Dell Inspiron 1525 primer not - please help!

    Hello, I hope someone can help me because my computer is no longer under warranty.  Thursday, my Dell Inspiron 1525 (bought in 2008) under the Vista operating system worked perfectly.  No problem at all.  Friday morning, I went to turn on the computer and turn on the 2 blue lights lower-left (the power and one next to it), the computer sounds like he's going to start and then it beeps once and dies.  He will continue to do over and over all a few seconds until I turn the unit off manually.

    I tried the trick out the battery and the power cord, press the power button and then connect the battery and cord, but it still does not work.  The computer will not start up using just the cord (and not the battery) and vice versa.  Anyone have any ideas on what might happen, or how I could solve this problem?

    Thank you in advance for any help you may offer.

    Hey, I have just the same problem and after a lengthy investigation and research, I fix it by deleting the RAM of the laptop, then it works fine.  so try to remove one of the RAM if it still does not remove the other and it will work... (:

  • commitKey = 2 works do not (please help!)

    Okay, so I have a combo box (SName) and I have a textbox (Sender_Name). That's what I have to do. I need the combo if something is selected other that the other $ Sender_Name = the SName value. Otherwise, if the other is selected in the drop-down list then the textbox becomes visible and the value is the default value. But this is where I'm having a problem. I need this value to change if the user types the text in (which I work) but when you enter the drop-down list (SName) offshore the commitKey for entry doesn't seem to work. Tab, clicking off works fine but to enter is not. Any help is greatly appreciated. Thank you.

    This part of Javascript was put in the section onBlur (run javascript) of my drop-down list field (SName):

    var Name = this.getField('Sender_Name');
    var SN = this.getField('SName');
    if (((event.commitKey = 1) && (SN.value == "Other")&&(Name.value != Name.defaultValue)) || ((event.commitKey = 2) && (SN.value == "Other")&&(Name.value != Name.defaultValue)) || ((event.commitKey = 3) && (SN.value == "Other")&&(Name.value != Name.defaultValue))){
    Name.value = "Please Enter a Sender Name";
    } 
    

    This part of Javascript was put in my javascript format for my drop-down list field (SName):

    var Name = this.getField('Sender_Name');
    var SN = this.getField('SName');
    if (SN.value=="Other") {     
    Name.display = display.visible;
        }
    else{
    Name.value = SN.value;
    Name.display = display.noView;
    }
    

    This offer of Javascript was put in the onFocus (run javascript) to my textbox (Sender_Name) section:

    if(event.target.value=="Please Enter a Sender Name"){
    event.target.value ="";
    }
    

    This part of Javascript was put in my format my textbox (Sender_Name) section:

    function sname(){
    if (!event.willCommit) {
    var value = AFMergeChange(event);
    if(!value) return;
    if(!AFExactMatch(/^[a-zA-Z \ ]{0,38}/, value)) event.rc = false;
    }
    }
    

    and of course the typo in my textbox (Sender_Name) appeal:

    sname();
    

    Got it works the way I need it to be.

    function checkSenderName() {}
    If (! event.willCommit) return;

    var name = this.getField ('Sender_Name');

    If (event.value == 'Other') {}
    Name.Value = "Please enter a sender name ';
    Name.Display = display.visible;
    Name.setFocus ();
    } else {}
    Name.Value = event.value;
    Name.Display = display.noView;
    }
    }

  • Liquefy filter does not, please help!

    Hi friends,

    I use Photoshop CS4 every day all day, this morning my Liquify Filter has stopped working and I'm pulling my hair out trying to figure out why.  I already checked the obvious; I'm working on the correct layer and "show image" is checked.  I've already trashed preferences and restarted the computer and Photoshop.  I have attached a screenshot below (just in case I'm missing something).  The tool itself works (I can see the brush and move it), it is simply not to do something.  Nothing has changed since yesterday, there is no new software updates to install, I sat down just to start working and it did not work.  Can anyone help?  Please?  Very please?

    photo-4.jpg

    It seems that you could have selected to liquefy the reconstruction tool

    (left-hand tools)

Maybe you are looking for