Updating text and pictures

Our company has a website done entirely in Flash. I have no
experience in Flash, but my boss wants me to make some simple
updates to the website. He wants me to change some pictures and
some text.
Is this something that I should be able to do easily given
that I have no Flash experience? How do I go about making the
updates? I appreciate any help.
Thanks,
Sisilla

Didn't you backup your phone before attempting a maor operation like a software upgrade?
If you haven't backed up your data anwhere, your data are gone.

Similar Messages

  • I updated to 5.0 beta and the page on the screed is smaller than the previous version and I cant get the zoom to work to increase the text and pictures.

    the text and pictures is very small or at leat much smaller than in the prior version and the zoom will not make it bigger.

    Hi Idreier,
    I'd try starting Firefox in [[Safe Mode]]. If you don't have the issue while all of your add-ons, extensions, and themes are disabled, you can try adding them back in one by one until you find the culprit.
    Hopefully this helps!

  • IPad, Acrobat Reader, Content (text and pictures) no longer showing, just blank pages

    Hi,
    I have a user who successfully opened a .pdf attachment from outlook mail and then opened it in Acrobat Reader on the iPad and then edited it and moved it to a created folder.
    Everything was working fine and the user highlighted text in the .pdf document too.
    What then happened is when the user subsequently opened the file, the highlights were shown but not the content (text and pictures).
    I checked they had the latest version via the apps store updates and noted there had recently been an update which had been applied.
    I did check also in the diagnostics to see if there were any acrobat files, but there were none, I also turned on 'send diagnostics' in case this this will help in the future.
    I rebooted the iPad by pressing and holding the power and home buttons until the apple logo appeared.
    Checked again to see if I could view the .pdf  content (it's around 8.5 MB file with 32 pages), still nothing showing apart from the yellow highlights that the user had done.
    From within Acrobat Reader on the iPad I chose to open the file in iBooks to see if I could read it there.  I could successfully open the file in iBooks and the front page thumbnail was showing (I did note that in Acrobat reader the thumbnail was white).
    I found the email with attachment and opened it again in Acrobat Reader and it opens correctly, suggesting somehow the previous copy had become damaged?  I have now saved this good copy over the top of the existing bad copy and all is OK except that the user has lost the highlights previously made.
    Can you give me some idea of how this file has become broken in Acrobat Reader on the iPad and how I can avoid it happening again.
    Many Thanks.

    Thanks for replying.
    This is the first time it has happened, the user has several folders containing files (on their iPad), (some .pdf's with additional highlights) these files are typically company agm board packs so contain pages of text and photo's too.
    I put it down the fact that when I checked the app store for updates there had recently been an update and the user had not rebooted their iPad for some time, hence some of the underlying adobe reader files were perhaps between versions.
    I don't know how you handle files when performing an update, do you close the app, flush files from memory and do a clean update?
    I can confirm that the .pdf file had not been sent  as an email attachment after having added the highlights.
    Because the acrobat document contains so many pictures (32 pages and 8.5MB) when scrolling through it takes several seconds for some pages to appear, and others with text and pictures quite a while for the text to become sharp, I presume this is because the Acrobat Reader cannot open the 8.5MB file in one go and has to keep swapping it out of memory.  Having reached the end if I scroll back to the beginning it takes 10's of seconds before the first page re-appears, otherwise it's just a white page.  Interestingly in iBooks the pages appear almost immediately when viewing.
    The iPad in question is model MD368B/A, 64GB, Software Version 7.1.1 (11D201) and has 28GB Memory available.  Usage tells me Adobe Reader is taking 328MB and is version 11.3.1
    I have just finally browsed back to recent documents, opened 2 or 3 other documents and then this one again (from recent) and it is now broken, just shows white pages (and on the thumbnail too) with my test highlights. so I can now apparently reproduce it.
    Hope this all helps you re-produce
    Regards,

  • Menu button linked text and pictures

    Hi,
    I am currently studying a Digital Film Making course and at this point we are being taught how to use DVD Studio Pro. We are currently creating menus that when you have a button selected (but not activated) it will display a picture and text within that menu telling you a bit about what that button will link to, obviously when you move to a different button the text and picture will change. I am trying to accomplish this in Encore does anyone know if this is possible and if so how to do it?
    Cheers,
    Gordon

    Encore does not provide a simple version of this technique. You can fake it by having the button autoactivate and go to a duplicate menu with only the desired picture/text different.
    I suspect many users would like this as a feature in Encore. It is asked about often.
    feature request

  • I uploaded the new firefox and all of my texts and pictures became small. ive tried the zoom, enlarging the texts, and even add-ons and nothing is working. how can i get it back to were it was before i downloaded the new firefox?

    ever since i uploaded the new firefox i cant get my texts and pictures back to the size i had them before. ive tried everything i could think of to get this problem fixed. now my texts are running into each other because the texts windows are so small and the texts are so large. i love firefox but ever since i uploaded this new one i cant use it.

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    * http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use one of these extensions to adjust the default font size and page zoom on web pages:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • Print text AND pictures

    Hi,
    I have a psc 1355 AIO. When I have written a document in Open Office Writer with text and pictures and want to print the document, it suddenly comes out with text and an empty space where the pictures should have been. It has never done that before (it´s an exelent printer!). I have gone through everything I can think of but can not find what is wrong!
    Can anyone give me a hint. Thanks!!

    What printer model? What operating system? How is the printer connected - USB, wired LAN, Wireless LAN, bluetooth? Are there any error messages?  What program are you printing from?
    The symptom you describe could be caused by an empty (or defective) black cartridge.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Is there any way to display a file that contains text and pictures

    Hi all,
    I was wondering if java has any way to display a file that contains both text and pictures. I have tried using the RTFEditorKit and using an RTF file and it only diplays the text contained in the file and omits the pictures all together.
    code:
    import java.awt.*;
    import java.io.*;
    import javax.swing.*;
    import javax.swing.text.rtf.RTFEditorKit;
    public class Test
         JScrollPane scroll;
         JEditorPane edit=new JEditorPane();
         RTFEditorKit kit=new RTFEditorKit();
         public Test()
              final JFrame frame = new JFrame();
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         edit.setEditorKit(kit);
         edit.setEditable(false);
         try
              kit.read(new FileReader(new File("Installation.rtf")),edit.getDocument(),0);
              catch(Exception e)
                   JOptionPane.showMessageDialog(null, e);
         frame.getContentPane().add(new JScrollPane(edit));
         Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
              frame.setBounds(0,0,screenSize.width, screenSize.height);
         frame.show();
         public static void main(String[] args)
    new Test();
    Please help!
    thanks in advance,
    Denise

    Not good as that usually means the project itself was corrupt.
    Any chance you sync'd to Creative Cloud? That's the only way I know of that backs up your PS Touch (PSDX) files.

  • HT4623 i am having trouble sending texts and pictures.  If I have imessage on, nothing goes or everything goes to family phones

    i am having trouble sending texts and pictures.  If I have imessage on, nothing goes or everything goes to family phones

    On each devoce Look at
    Settings > Messages > Send and receive from
    Make sure these settings are correct.
    Then look at MMS in the same area. Male sure MMS is turned on and check to ensure your carrier included MMS in your cellular plan.

  • When exported to pdf, I lost random text and pictures

    Hi,
    This is the first time I've used InDesign, and I have experienced a pretty big problem the night before I'm to send it to print.
    I'm using CS5 and when I went to export it, I chose some simple options I read
    Standard - PDF/X-4:2008
    Compatibility - Acrobat 5 (PDF 1.4)
    I made a couple more adjustments and when it went to a pdf, there are 4 pages missing a couple pictures and a few pages of font.
    I couldn't figure it out, so I decided to just pull my fonts and pictures and try again but it won't let me.
    It shows all the font layers and the pictures, but you can't see anything or select them. The confusing thing is that in one circumstance, half the article is gone. I tried to delete the font layers, and pull it down again from the previous page, but it won't work either, it gives me an error of over set text.
    Does anyone know what in the world happened? It was ready for print one minute after months of work, then, kablooey!!
    when it was finished exporting it gave me an error that stated something about 1 error with background
    Can anyone help me?

    guitchick17 wrote:
    when it was finished exporting it gave me an error that stated something about 1 error with background
    Sounds like you are having trouble withthe background export (new to CS5, and a little buggy inthe initial release). Have you updated to 7.0.4? If not, do that and try again, then post back with the result.

  • Restored iPhone to fix a ringer failure, but lost all my texts and pictures in the process. Then, my backup failed to mount. Is there any possibility of recovering them?

    So my iPhone 4S stopped ringing, and I was missing all of my calls. The speaker works, it's not on silent, and I'd exhausted most every other option (messing around with accessibility options and various soft resets), to no avail.
    So I reset it to factory settings, logged in with my Apple ID, and lo and behold, my backup failed to take. All my apps got restored, but my texts and all of my pictures are missing.
    So here's what I want to find out.
    1. Does the reset procedure involve writing over all old information with 0s?
    2. If not, is it possible to recover the data, in full or in part, through some alternative methods?
    The phone is out of warranty, so I'm willing to try whatever it may take to get this data back.
    Thanks in advance.

    Apps have never been included in the backup, so is there actually a backup?
    Have you failed to use the device as designed, meaning syncing contacts to a supported application on the computer or a cloud service?
    There are some 3rd party programs that claim to be able to extract data (like sms) from a backup, try a google search.
    Unless you're willing to spend and extremely large amount of money, there is no way to recover the data that may still exist on the iPhone.

  • Text and Pictures

    Hi Everyone,
    I have a iPhone 3G, is there anyway that I can send pictures with a text and reicve text messages with a picture without having to go to my o2 account on the web to view them?
    Thanks
    Neil45156

    Hello and Welcome to Apple Discussions. 
    Text "MMS" to 1010.
    You'll get a picture message back a little while later.
    mrtotes

  • IPhone 5S not receiving texts and pictures from Android without data on

    I have a 4 month old iPhone 5S and for some reason I'm not able to receive texts and photos from my friends who have Android phones. The only time I receive them is when I turn my data on. I have a very limited data plan and I would prefer to only turn it on in the case of an emergency, not to receive texts from friends. As of now, it seems that my phone is perfectly able to send texts to them, I just can't receive them.
    HELP!

    iOS: Troubleshooting Messages
    A cellular data connection is needed to receive and send MMS per the above link.

  • Imovie text and picture problem

    I have this movie clip and on that clip I made the text effect focus, so the movie clips gets unclear. (all that its working fine)
    BUT.. then I would also like to have a picture next to the text, but now this picture get also unclear, but I want it clear as the text.
    Any ideas?
    Thanks;)

    No problem at all (well, perhaps a tiny one).
    The x'es only the rectangles are created with the Rectangle Frame Tool, rather than with the Rectangle Tool -- or, for that matter, with the Text tool. TheX will disappear as soon as you click inside it with the text tool. They are to indicate two different basic objects, and may get a different default Object Style applied.
    The usual way to draw a frame designated to receive text is dragging one out with the Text tool.
    The dotted lines may be a problem -- that indicates the frames are created on a master page, rather than on the page you are working on. You cannot click-and-type in a frame that resides on a master page; you have to 'release' it first (Ctrl/Cmd + Shift + Double Click, with the black arrow). There are arguments for and against defining actual text frames on master pages; you'll have to decide for yourself what to use.
    This image shows rectangles and rectangle frames on a master page (left) and 'immediately' on a normal page (right):

  • Is it possible to create a horizontal slider that includes both text and pictures?

    I need to create a horizontal slider that includes both an image and selectable text, but I can't seem to figure out how to go about this in Muse. So far all I have been able to do is to use the Image description as the static text, but this text will not slide horizontally, it will just change, and the picture will slide underneath it.
    I want both the picture of the phone, AND the text next to it to slide horizontally when the user clicks the next/previous buttons. The placement of the text needs to change depending on which message will be in the next slide, so it will be impossible to use the image description for this purpose.

    Thanks for posting.
    You can achieve this by using slid show. Add image to the slide and there is a text box at the bottom of the slideshow box, which you can drag and place on the image within the frame. Please refer the screenshot below.
    Kind Regards
    Aishvarya Rastogi

  • Where are my texts and pictures

    I just switched from verizon to tmobile. i backed up my vzw phone and when i restored it onto the tmobile phone 90 percent of pictures and all my texts were gone. ive waited a few hours on wifi and plugged in nothing else has loaded. also my apps and things are not on it. the i cloud on my  computer says it was last backed up today, but wont let me access anything but a back up from two years ago.... help?

    You can't access an iCloud backup from your computer.  The only backups you can access in iTunes are backups on your computer made with iTuens (which sounds like they are two years old).
    Go to Settings>iCloud>Storage & Backup, scroll to the bottom and see if it says Stop Restoring...  If it does, it is still restoring the backup.  If it is, but is not making any progress, you can try turning it off, then back on to see if that will get it going again.  Also, be sure it's connected to wifi and your charger.  (If it isn't connected to an external power source, wifi will automatically turn off to conserve battery power, thereby interrupting the restore process.)
    Otherwise, you can tap Stop Restoring, then erase it and try restoring the backup again.  Or, if you still have the other phone, back it up to your computer using iTunes (connect it to your computer, open iTunes, then go to File Devices>Back Up), then restore the iTunes backup to your new phone instead.

Maybe you are looking for

  • Spatial Wish List for 2015...

    Here are my top two spatial wish list candidates for 2015. Feel free to join in! #1. Allow DBAs to create and rebuild spatial indexes in any schema (as long as you have create any index rights), as you can with any other index type. Currently, even w

  • Mail pdf attachments not delivered

    Since upgrading to Mavericks, several people on my newsletter distribution have complained that the pdf newsletter attachment did not reach them (using Mac mail and now Mavericks 10.9.5).  If I send from my work account (a PC using Outlook and MS Exc

  • New Mouse Problems

    I am running 2 desktops (G4, G5) and a Laptop (G3). Sometimes I run them together as a network and sometimes I run them as individual computers. I have been doing this for over a year with no problem. Just this week, my mouse began clicking to "show

  • I can't transfer music to my ipod nano

    I can't transfer music from my library onto my ipod nano

  • Delay opening form Printers

    Hello, I have a problem with acrobat reader 9 on my pc.After I  open a file PDF then print it click on file-print. Takes about 1 minute before open the form Printers and Acrobat Read not responding. with word or excel not happening Can 'be? Thanks an