Adobe edge generated text is not editable with dreamweaver or notepad ++ is there a work around?

How can I enable a client to update there text regularly via code editor on their server (not wysiwyg)? Want to be able to update text that was originally generated within Adobe Edge.
Edge appears to convert the text to some kind of symbol, as when the text is changed in notepad++ the actual text content does not change on the finished file, and only the original text is viewable on the browser.
Is there some way to do this?
With flash it was easy to edit a .txt file via text field var - is there something similar with Edge?
been trying to work this out for several months now.
any working examples would be appreciated.
thanks

Hi alayna,
Here's a link to the example file:
https://creative.adobe.com/share/dcbe9fc1-845b-476a-838a-8379f556872e
It's pretty straightforward - it's a .js file containing only variables that gets saved in the same directory as the Edge Animate HTML file:
Then add a script tag to the HTML file generated by EA pointing to the path of the .js file:
Finally, add a handler to the Stage creationComplete event, which sets each text field to a separate variable:
That's all there is to it!
hth,
Joe

Similar Messages

  • Adobe Interactive Form text field not editable

    Hello,
    I created an Adobe Form using transaction SFP and placed a textfield on the body page.
    I then created a Web Dynpro application using SE80, placed Interactive Form container on the view. I also checked the flag 'Enabled' and provided the templateSource as my Adobe Form name.
    When I test the WD application, the text field is not editable.
    Can you please advise what needs to be done?
    Thanks
    Sagar

    Hi...
    Place the following code in domodifyview
    data:
        lr_interactive_form type ref to cl_wd_interactive_form,
        lr_method_handler   type ref to if_wd_iactive_form_method_hndl.
      check first_time = abap_true.
      lr_interactive_form ?= view->get_element( 'INTERACTIVE_FORM' ).
      lr_method_handler ?= lr_interactive_form->_method_handler.
      lr_method_handler->set_legacy_editing_enabled( abap_true ).
    Thanks
    Gopal.

  • Property List error: Unexpected character b at line 1 / JSON error: JSON text did not start with array or object and option to allow fragments not set.

    Hi,
    I have a MBP 13' Late 2011 and Yosemite 10.10.2 (14C1514).
    Until yesterday, I was using Garmin ConnectIQ SDK and all was working fine.
    Yesterday, I've updated my system with latest security updates and Xcode updates too (Version 6.2 (6C131e)).
    Since, I can't launch the ConnectIQ simulator app, I have this message in console :
    8/04/2015 15:19:04,103 mds[38]: There was an error parsing the Info.plist for the bundle at URL Info.plist -- file:///Volumes/Leto/connectiq-sdk-mac-1.1.0_2/ios/ConnectIQ.bundle/
    The data couldn’t be read because it isn’t in the correct format.
    <CFBasicHash 0x7fa64f44e9a0 [0x7fff7dfc7cf0]>{type = immutable dict, count = 2,
    entries =>
      0 : <CFString 0x7fff7df92580 [0x7fff7dfc7cf0]>{contents = "NSDebugDescription"} = <CFString 0x7fa64f44f0a0 [0x7fff7dfc7cf0]>{contents = "Unexpected character b at line 1"}
      1 : <CFString 0x7fff7df9f5e0 [0x7fff7dfc7cf0]>{contents = "kCFPropertyListOldStyleParsingError"} = Error Domain=NSCocoaErrorDomain Code=3840 "The data couldn’t be read because it isn’t in the correct format." (Conversion of string failed.) UserInfo=0x7fa64f44eda0 {NSDebugDescription=Conversion of string failed.}
    I have looked at this file and it looks like a binary plist
    bplist00ß^P^V^A^B^C^D^E^F^G^H
    ^K^L^M^N^O^P^Q^R^S^T^U^V^W^X^Y^Z^[^\^]^^^_ !"$%&'()'+,^[\CFBundleNameWDTXcodeYDTSDKName_^P^XNSHumanReadableCopyrightZDTSDKBuild_^P^YCFBundleDevelopmentRegion_^P^OCFBundleVersi    on_^P^SBuildMachineOSBuild^DTPlatformName_^P^SCFBundlePackageType_^P^ZCFBundleShortVersionString_^P^ZCFBundleSupportedPlatforms_^P^]CFBundleInfoDictionaryVersion_^P^RCFBundleE    xecutableZDTCompiler_^P^PMinimumOSVersion_^P^RCFBundleIdentifier^UIDeviceFamily_^P^QDTPlatformVersion\DTXcodeBuild_^P^QCFBundleSignature_^P^ODTPlatformBuildYConnectIQT0611[iph    oneos8.1o^P-^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@©^@ ^@2^@0^@1^@5^@ ^@G^@a^@r^@m^@i^@n^@.^@ ^@A^@l^@l^@ ^@r^@i^@g^@h^@t^@s^@ ^@r^@e^@s^@e^@r^@v^@e^@d^@.V12B411RenQ1V14C109Xiphoneos    TBNDLS1.0¡#XiPhoneOSS6.0YConnectIQ_^P"com.apple.compilers.llvm.clang.1_0S8.1_^P^Tcom.garmin.ConnectIQ¡*^P^AW6A2008aT????^@^H^@7^@D^@L^@V^@q^@|^@<98>^@ª^@À^@Ï^@å^A^B^A^_^A?^AT^    A_^Ar^A<87>^A<96>^Aª^A·^AË^AÝ^Aç^Aì^Aø^BU^B\^B_^Ba^Bh^Bq^Bv^Bz^B|^B<85>^B<89>^B<93>^B¸^B¼^BÓ^BÕ^B×^Bß^@^@^@^@^@^@^B^A^@^@^@^@^@^@^@-^@^@^@^@^@^@^@^@^@^@^@^@^@^@^Bä
    I guess it is a normal format but my system seems to be unable to read binary plist ?
    I tried some stuff with plutil
    plutil -lint Info.plist
    Info.plist: Unexpected character b at line 1
    Same for convert
    plutil -convert xml1 Info.plist
    Info.plist: Property List error: Unexpected character b at line 1 / JSON error: JSON text did not start with array or object and option to allow fragments not set.
    I also try to download a fresh version of the connectIQ SDK and no changes.
    Any idea ?
    Thanks

    Step by step, how did you arrive at seeing this agreement?

  • I have Firefox 10.0.2. and OSX 10.6.8. and the latest PDF adobe reader, and still can not open with the browser PDF files.Can someone help,pls?Thanx

    Dear Ones,
    I have Firefox 10.0.2. and OSX 10.6.8. and the latest PDF adobe reader, and still can not open with the browser PDF files.Can someone help,pls?Thanx

    see if this is helpful : [http://support.mozilla.org/en-US/kb/Opening%20PDF%20files%20within%20Firefox Opening PDF files within Firefox]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Adobe Type 1 Font is not compatible with Windows 8 64bit?

    I found that Adobe Type 1 fonts are not compatible with applications that run on Windows 8 64bit. When used, the appearance of fonts on the screen is not correct. Even worse, the font does not appear at all in the CorelDRAW X6. Strangely, when printed, the fonts were no problems. How can I make these fonts can be used in Windows 8 64bit? For additional information, these fonts appear normally when reviewed through the Windows Fonts folder, but does not display correctly when used in the application.

    I believe I have a similar issue. I do have the latest Windows updates.
    I'm on a new Win8 system, and I installed my Adobe type collection (bought years ago with ATM) by copying the .pfm and .pfb files to Windows\Fonts (there's no right-click > install for fonts on Win8 it seems; copying the font files to the font directory is what I've read as the install procedure.)
    Windows then shows an error about .pfb incompatibility, so I selected "skip" for those files.
    The result is that my fonts are installed and usable BUT this really screws up IE10 for certain websites. For example, I get blank pages for sites like wordpress.org and validator.w3.org. There doesn't seem to be any way to fix this other than doing a system restore to a point before the fonts were installed. Removing the font files from the Windows\Font directory doesn't help. I don't use IE10 with any regularity but I need it to work for testing purposes.
    Is there a way to install these fonts? Is there a way to uninstall them (other than a system restore) if they affect IE10?
    It's really hard to install on a one-by-one basis as need arises because I can't tell what the font names are from the file names. There's no application, like a type viewer, that will show me the fonts if I double click the file. (I just ran into this now... I need to use a Garamond type face but have no idea which one it is by looking at the .pfm and .pfb files.)
    I would consider buying Font Folio if this is the answer but it's only available for a minimum of 5 licenses? I'm a freelancer and only need one licence.
    Should I just use an online tool to convert my .pfm/.pfb files to an OpenType or similar format?
    Thank you in advance!

  • The people's posted videos no longer work on my ipad  Note: I am using the Facebook app, I am not using safari  Please don't tell me to use adobe flash player, it is not compatible with ipad, but it used to work nevertheless.

    The people's posted videos no longer work on my ipad
    Note: I am using the Facebook app, I am not using safari
    Please don't tell me to use adobe flash player, it is not compatible with ipad, but it used to work nevertheless.

    Facebook videos are still working for me in the Facebook App (using iOS 7.0.6).
    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

  • I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?,

    I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?

    Thanks, Flex harUI, for the direction in regards to isolating build changes. That aside (still working on it), can you offer any direction in regards to my original question on SDK and AIR compatibility? I'm specifically looking for a version compatibility mapping or anything that definitively states, "Flex SDK x.y.z works with the following versions of AIR". This information is crucial for us in order to more specifically plan our own roadmap built upon these two frameworks as we consider both existing installations of our software and future distributions.

  • My iphone 3gs is not communicating with itunes and in windows there is an exclamation mark

    my iphone 3gs is not communicating with itunes and in windows there is an exclamation mark next to the usb device.  tried removing itunes and reloading, all softwares up to date. just got a new iphone 4s which is on charge but not switched on and used.

    For Windows Vista/7 http://support.apple.com/kb/HT1923 uninstalling and reinstalling iTunes
    For Windows XP http://support.apple.com/kb/HT1925.
    Make sure you follow these instructions completely with the phone disconnected from the computer. After the reinstallation, reconnect the phone and it should load the new USB driver.

  • My new iPhone 6 will not pair with BMW. Previous iPhones have always worked fine

    my new iPhone 6 will not pair with BMW. Previous iPhones have always worked fine

    Hi, thanks for the reply - it's on 8.1 already!

  • I gave my granddaughter a mini.  She says she can only text message to other IOS devices.  Is this true?  If so, is there a work around app?

    I gave my granddaughter a mini as a gift.  She says she cannot text message to non Apple users.  Is this true?  If so, is there a work around app?

    With the imessage app that is pre installed on the device it only works with idevices. But there are many free apps for texting. For example text free is a great one.

  • I have a Netgear NAS which uses  Stora software. Mavericsks will not let me install the software as it is not from an approved developer. Is there any way around this?

    I have a Netgear NAS which uses  Stora software. Mavericks will not let me install the software as it is not from an approved developer. Is there any way around this?

    There is, but why do you need the s/w installed? The NAS should have a web admin interface, accessible via ip address (http://<ip address>) which should allow all the needed configuration that is required for it to work with machines running os x.
    Try to install as little s/w as you need to do something in Mavericks or any OS as it is usually the cause of future issues or problems.
    If you're intent on installing the s/w, go to System Preferences > Security & Privacy > General and If you have tried to run it before, it should be listed there. You can then "un-block" it should you wish.

  • I cannot open without adobe flash player, is there a work around?

    I cannot open without adobe flash player is there a work around?

    Go to the App Store and download a browser app like Puffin, which will give you some Flash ability.  Check the App store to see if the site you are trying to watch the video from has an App. 

  • Adobe Edge Animate Cloud installation not recognized by Adobe Application Manager

    I installed Adobe Edge Animate with a direct download from the website.  In order to have it be recognized by Adobe Application Manager, I trashed the App and downloaded it again through the Adobe Application Manager and installed it.  After restarting the  computer, the Adobe Application Manager still does not recognize the app and it is listed as "Install"  Please advice as how to make Adobe Application Manager recognize Adobe Edge Animate so it is listed a "Up to date"?

    Stefan,
    I don't think your problem has anything to do with you downloading Edge Animate directly from the website. I setup all Creative Cloud programs through Adobe Application Manager on a clean-installed Mac. Everything looked good for a few months but now Edge Animate and Touch Plug-in Apps always show as "Install" in Application Manager. I installed both like 3 times using the application manager (even though I already had them installed) and that made no difference either. I think problem lies in the application manager. Maybe some Application Manager update that was supposed to fix another issue caused this bug. I'm hoping Adobe is aware of this and working on a fix. While it's purely a cosmetic problem, it's quite annoying to see apps already installed showing up as not installed.

  • Adobe Edge generated animations won't play on Android Devices (PDF Stack animation only iOS)

    Hi,
    I'm was using Adobe Edge 1.0.1.204.X (Windows 7 64bit) to generate a simple animation in order to export it as OML and place it in Adobe Indesign CS6 (Windows 7 64bit).
    The animation is as follows:
    Backgroundpicture (1024x768) fades in
    Three textboxes fade in one-after-one
    Then I exported the Edge-Project as .OML and placed (CTRL-D) it on my Indesign Folio.  When I try to test the Folio locally on my Windows machine it throws the following error: PDF-Stack only supported by iOS Devices. Then I tried it on my Android Phone and it threw the same error. Does Adobe plan to integrate the PDF-Stacks into Windows and/or Android Viewer?
    Best
    Marcel

    PDF format is not supported on Android, save your folio as jpg or png.
    By the way everything you describe can be easily done in DPS, andy reason to be doing it in Edge Animate? just curious :-)
    Cheers
    Alistair

  • Adobe XI - Hightlight text tool not working

    Just downloaded adobe XI and the hightlight text tool not working.  How can I get this to work.

    I guess you can always use the box tool in drawing markups to draw a box around the text then play with the colors until you get close to what you want.
    The only thing I don't like about that (besides it being a PITA) is that it covers the text with color as well where the highlight tool does not.

Maybe you are looking for

  • Scheduling agreement type LP

    Hi Experts, We have a schedulling agreement (type LP) with quantity of 100 EA. Delivery schedule is maintained with 150 EA and while saving we get a message that 'Scheduled quantity 150 EA greater than target quantity 100 EA' and allows us to save by

  • ...monitoring HD...

    ...I will be filming a project in HD and would like to monitor the result on HDTV. 720P or 1080i? Can monitoring work with a Canopus ADVC110 converter? If anything else I would like to know. Thanks to all.

  • No batch in second company code

    Hi, I have very specific requirement i.e. i am maintaining batch for a material in plant 1000 in company code 1000. This company code has already been implemented. Now i do't want batch management for the same  material in plant 2000 in company code

  • Has anyone been able to install cediag 1.3.2 (DIMM Management tools)?

    Document ID:     205430 http://sunsolve.sun.com/search/document.do?assetkey=1-61-205430-1 I receive the below error when trying to pkgadd SUNWcest. I've tried it on 2 different boxes including a SB1K running Solaris 10. The file in question exists, p

  • Tip for Mail users regarding attaching files (icon view)

    defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes Say bye-bye to *inline attachment view* once and for all!