Undefined problem when attaching swf

Hi all,
I am trying to complete what should be a pretty standard
activity, but am having many problems. The basic premise is this. I
have a container swf whose job is to load data via remoting and
then based upon that data build other swfs and then populate them
with that data. The container swf works fine for the first half.
Here is the code I use to attach the movies (using test data here,
eventually I'll use a for loop to do this many times).
var aListings = new Array();
var mcl = new MovieClipLoader();
var mc = this.createEmptyMovieClip("listing" + i,
getNextHighestDepth());
mcl.loadClip("/Listings/AdminListingsGrid/templates/GridTemplate5Test.swf?ListID=0",
mc);
aListings.push(mc);
I'm creating an array, then a movie clip loader. Creating an
empty movie clip then loading it with an external swf, sending a
little data along as well. The external swf is controlled by an
actionscript class as well. Then I'm adding the clip I loaded to an
array for easy reference when populating the data. The trouble I'm
having is that I can't seem to access any of the public methods of
the new object. I trace them out and they are simply not getting
called. I've added x-ray to the container class and noticed that
the object I'm adding keeps picking up an undefined Class property.
It will say undefined.movieclip.object, while all other objects
will say something like com.blah.blah.movieclip.object. Anyone run
into this before or have ideas on what I can do? Help is
appreciated in advance.
Thanks
Robert

Pablo,
This new message with two image files attached, was received in good order. The two photos displayed in correct size, unlike the previous messages. Since no text was included I could not confirm they were sent in Plain Text. What took place as you composed this latest message? Did the images still display small?
Did you change to always use Plain Text in Mail Preferences/Composing before any test sending in Plain Text?
Edit -- I now have your second email. The screenshot is odd, but nothing of the sort was seen when received. The fact that you have had Growl is likely involved here, and it likely is not compatible, yet, with the latest OSX. Are you sure you have removed everything related to Growl? In Home/Library/Mail are there any folders or files named Bundles?
Ernie
Message was edited by: Ernie Stamper

Similar Messages

  • Having problems when exporting .swf file as an animated gif

    Hi:
    I was wondering if anyone has ever had any issues exporting a
    flash file as an animated gif? When I do so, the image quality is
    very compromised and the animation is distorted. I know this is not
    very specific question, but I have never encountered this issue
    before, and I am trying to help a co-worker. I don't understand why
    it looks exactly the way we want it to look as an swf file, but not
    as an animated gif? Can anyone point me in the right direction as
    to what to look for as the potential source of this problem? I have
    the swf file, although this would not be very helpful as I don't
    have access to the flash file (but I can send it to you if that
    would help). We tried unchecking the feature to optimize the image,
    and changed the color pallete to adaptive, but this didn't solve
    the problem. I also tried removing any unnecessary layers prior to
    the export. Basically, I'm not sure as to how to proceed and what
    may be causing the problem. I also want to mention there is a
    placed image on the stage. Could the type of image placed be
    causing the problem when exporting to a gif file, but not as a
    .swf? If anyone could help, I would really appreciate it! Thanks.
    Sara

    I also wanted to mention that the swf file uses sound. I am
    reading an old book that I have on Flash and it's saying that Flash
    and Shockwave Flash enter a special mode when they encounter a
    stream sound in which the animation is forced to keep up with the
    sound track, if the animation frames can not be drawn quickly
    enough, some frames are skipped. I am also reading that the
    animated gif format does not support sound. Again, the only
    reference I have is for a very old version of flash, and I'm not
    sure it applies to CS3. I am now just thinking that the sound may
    be the issue.

  • Problems when attaching a photo from Iphoto 6 to my .mac mail

    When I click on attach I don't get to the Iphoto library but either to a certain photo or just somewhere on the computer and I have to find a way to get to the library and to originals or modified.
    It never used to be this way!
    Also when I click attach I get to photos I have deleted and to duplicates with no names on them.
    How do I delete these unwanted photos?

    First, the easiest way to add a photo to an email is to click on the Mail button in iPhoto. That creates a new email in iMail with the photo(s) already attached. That's how iPhoto has been designed to work.
    As far as the deleted,etc. files, are you emptying iPhoto's trash after moving the photos to it? Can you get the file path for those files you're taken to?
    Yes I understand that and that is what I do when I want to start a NEW email BUT when I reply to a person's email and want to include a photo or a file I click on ATTACH, and then I get a pull down menu. On the left side it lists ONE particular photo and in the middle above it lists a few photos or Heidi's Mac or other places/files/ photos I have already used in the last few days.
    I then play around with it till I get to IPhoto Library and originals or modified and THEN I get a list of photos Roll 1 Roll 2 etc. Some just have the name of a photo and if I click on THOSE I just get a url (cannot figure out how to move them to the originals or modified) and other ROLLS are photos that I want deleted as they are duplicates that have not been "fixed" in IPhoto.
    Yes I do delete the trash all the time.
    Am I making any sense and if so can you help? It is frustrating to have to go through so many unwanted photos!

  • Strange Problem when importing .swf

    I have posted the exact files I am having this issue with. If
    anyone is up for looking at them.
    So I have a Flash3.0 Project
    http://www.shieldcogroup.com/flash/mia_effects.fla
    It has a masking effect and it looks like this.
    http://www.shieldcogroup.com/flash/mia_effects.swf
    When I import it to a seperate flash3.0 project.... it keeps
    the one part of a grouped symbol and looses the rest of the grouped
    symbol... this leaves only 1 thing out of many that remains masked.
    Not sure if it matter but the first shape I created is the one that
    it is keeping. The volleyball.
    If it helps with the incentive it is picture of a hot girl..
    So when I go to import
    http://www.shieldcogroup.com/flash/mia_effects.swf
    Into
    http://www.shieldcogroup.com/flash/mia_site.fla
    It looses info.... any insight into this? It is very strange
    behavior.

    I noticed that when you scrub the timeline in the .fla you
    get a different result then if you run the movie..... how can that
    be?

  • Browser problem when the swf is rebuilt

    Hello,
    I'm having the following tricky problem.
    I'm using Chrome,Firefox and Internet Explorer for testing my Flex apps.
    today I've noticed that I built my aplication after some changes in the code and both Firefox and Chrome dont reflect the changes. Its like they are stuck in the previous version.
    Internet Explorer is running the application fine.
    Any ideas on what the problem could be?

    There are a couple things you can check:
    Clear your browser cache Chrome and Firefox do this differently and it depends on which version you are running.
    Make sure "Build Automatically" is on (Under "Project") or force a build in the same place. Note: you cannot select "build project" if automatically builds is selected.
    Force a rebuild after "cleaning" your projects (Under "Project" > "Clean...")
    Check your run configurations (Under "Run" > "Run Configurations..." or "Debug Configurations...") make sure the URL being launched is ok.
    Check your default browser (Under "Window" > "Preferences" > "General" > "Web Browser")
    If you're keeping your browser open, make sure you refresh after the build completes.
    I hope this helps!
    Best,
    J. Phillip Camp

  • I have a problem running linear SWF's in Dreamweaver

    I have about a day to fix a problem I am having.
    Basically i created a short story in Flash and linked each SWF file to the next scene via buttons, to make it as quick loading as possible. When previewed in Flash to see if it works, it works fine. When each SWF is previewed in a Browser, it works fine.
    Scene1 -> Scene2 -> Scene3, and so on.
    It worked fine when i previewed it in Flash, but as soon as i place the SWF in Dreamweaver, it plays the 1st scene automatically, but won't play the linked SWF when i click on the next button (When previewing)..
    Any ideas?

    Most likely the problem is that the paths to the 2nd, 3rd, etc .swfs is not correct.
    This is a very common problem when using .swfs and other Flash assets.
    All of the SWF files are in the same folder
    whether or not the .swfs are in the same folder is not at all important,
    you MUST have all 5 in the same folder
    actually you can place the .swf files where ever you want.You could even place them in 5 different folders if you want. The main thing to remember is that when you call or link to each .swf, you link as though the .swf in in the same folder as the Web page... NOT the actual, physical location of the .swf.
    When previewed in Flash to see if it works, it works fine. When each SWF is previewed in a Browser, it works fine.
    While it may seem counterintuitive, because they work in Flash and the Web browser is an indication that the pathing is WRONG!! as odd as that may seem!
    The reason the links work when tested in Flash is that the pathing is assuming that all the .swfs are in the same folder, so then path from one to another is... as you say
    Scene1 -> Scene2 -> Scene3, and so on.
    but that is NOT the correct pathing relative to using .swfs on a Web page outside the folder the .swf files are in.
    it plays the 1st scene automatically, but won't play the linked SWF when i click on the next button
    Sure, that's because you know that from the Web paqe the path to the .swf is..."/flash_folder/scene1.swf" (or whatever the actual pathing is).
    But the path from "scene1.swf" to "scene2.swf" is NOT as you diagramed above, rather you need to path relative to the Web page, since "scene1.swf" is now (in effect) located on the Web page.
    So the correct path from scene1 to scene2 would be ..."/flash_folder/scene2.swf", then from scene2 to scene3 is similarly pathed, etc.
    When all is said and done and the navigation is correctly pathed, when testing the .swfs directly in Flash... the links WILL NOT WORK!! Why, that's because the pathing from one scene to another is coded in the .swf as though the .swf is located in the same folder as the Web page.
    And just a slight clarification on relative verses absolute addresses.
    Relative addresses declare a path reltive to the physical location of the file. So "relative" (or from the location of) the scene1.swf, the path to scene2.swf is simply "scene2". The path relative to (or from the location of) the Web page might be  "/flash_folder/scene2.swf"
    Absolute addresses on the other hand decribe the physical location of a file on a Web server and include the http://www.mysite.com part of the path.
    ../secondscene/swf/2.swf' - this is absolute linking
    is not really an absoloute address, it's a relative address (which may or may not be root relative)... saying that from this location (relative to this location), go up one folder level then into the "secondscene" folder, then into the "swf" folder and find the "2.swf" file.
    The actual absolute address for that file would be
    http://www.mysite.com/secondscene/swf/2.swf'
    Using absolute addresses are useful on dynamic Web sites like WordPress if for example you have a file that you want to access from many location or folder levels in the site.
    Absolute addressing would also be useful for you if, for example, you wanted your scene linking .swf pathing scheme to work from different sub folder levels on your site. The root relative pathing shown above would not work for example from this page:
    www.mysite.com/about_us/friends/meet_us.html
    you would have to create anew pathing layout.
    Using absolute pathing to the .swfs on the other hand would allow the browser to find all the .swfs regardless of where you place the link to the .swf on the entire Web site. The "Absolute" path or URL to that .swf is always:
    http://www.mysite.com/secondscene/swf/2.swf'
    You can even use absolute links on a completely different Web site and still find the .swf (like YouTube embed code, etc.).
    Best wishes,
    Adninjastrator

  • I am unable to sync my iPad after upgrading to latest operating system.  iTunes can't see my iPad when attached to PC.  Anyone else having this problem?

    I am unable to sync my iPad after upgrading to latest operating system.  iTunes can't see my iPad when attached to PC.  Anyone else having this problem?

    Nicholas...
    You may need to restart the Apple Mobile Device.
    Follow the instructions here >  iOS: Device not recognized in iTunes for Windows

  • Problem loading flv over network when accessing swf through html

    hi all,
    i have website that loads images and videos for my company.
    it's an internal thing that's meant to be shown in a network folder
    that people can access.
    my problem comes when i try to load videos in. on my local
    machine, everything works fine, if you launch the swf directly from
    the network folder, everything works fine. the problem comes when
    you launch the html that the swf is embedded in. my netconnection
    is successful, but when i try to load the flv using netStream.play
    (using a local path like "videos/myVid.flv") if get a
    NetStream.Play.StreamNotFound error.
    local paths work fine when loading images etc but not videos
    (even when i put the video into the images folder or vice versa).
    the only way i can get this working is if i put absolute paths into
    the video ( like "\\myServer\flash\videos\myVid.flv")
    i'm thinking this is a sandbox problem. when you open the swf
    directly, it's running on the network, so it's ok to access network
    files, but when you open the html, it's being loaded to your local
    computer, and isn't able to do it? both times when i print out the
    sandbox type it's "localWithFile", but it just doesn't work in the
    browser. but then i don't get why xml loading and image loading
    works, but not video. i've also changed the export to
    localWithNetworking and tried Security.allowDomain("*") but nothing
    worked.
    this works fine if the files are uploaded to a webserver,
    btw.
    i've
    put
    up a zip file with the relevant files (though you'll have to
    stick in your own flv), though unless you have a network handy it's
    going to be a bit hard to test it.
    any help or points in the right direction would be
    appreciated though
    thanks

    Your files work fine with my FLV and when I try to follow
    your instructions. Two days ago we had a situation that was almost
    like what you've described, except that the swf would work, the
    html work work (when opened directly, like
    "file:///Users/colin/Desktop/video%20bug/video_bug.html", but would
    not work when opened via http. If that is your real situation then
    you may have the same issue we had, which is that our server had
    its MIME type set wrong for handling FLVs.

  • Suddenly I am unable to attach files in yahoo email while using firefox, but when I use IE, there is no problem in attaching files. The problem is existing for last 5 days.

    Even files of small size are not getting attached in yahoo mail when I use firefox. However there is no problem when I use IE.

    Thank you jscher2000. Yes my PDFs do contain the .pdf extension. I tried your excellent idea to utilize the drag and drop method, but I still get the same error message with PDFs. I have no problem attaching photos or Word documents with either method; just PDFs.
    For further diagnostics, I started composing my email in Safari, attached all my pdfs and saved my email as a Draft.  I then went to Firefox, opened the draft to continue working on it, and voila!  There are all the pdfs I attached previously while in Safari.  I was able to send the email with attachments through Firefox with no issues. The attachments went through and were able to be opened.
    I am mystified, as Firefox has been trouble-free with my email account, and I have never had this particular issue till today. I made no changes to anything else on my computer, but I did notice very late last night that Outlook had one of those typical messages at the top of my Inbox to refresh my browser since Outlook had been updated. I refreshed and shut down for the night, and when I rebooted this morning that is when I discovered this brand new glitch with attachments. I'm assuming this has something to do their last update.

  • Problem when updating Management Engine (ME) firmware - photo attached

    Hello All:
    I have encountered a perplexing problem when attempting to update the firmware in the Intel Management Engine.  The firmware update is posted on the W520 driver page (it is package 83rf32ww).  The problem is the error message shown in the photo below.
    The update process starts when the MEUpdate.CMD file is selected within the DOS window, but after a few seconds, the error message at the bottom of the picture appears.
    Any suggestions would be appreciated.
    Thanks,
    Michael
    Solved!
    Go to Solution.

    Yes, except you're running it from C:\Windows\system32 rather than the expected C:\DRIVERS\WIN\ME.
    Basically, you have to navigate to the folder FIRST, then run the file.
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Variable problem (Example .fla/swf inside)

    I have a plane movieclip which chooses a plane sprite randomly. When you drop a bomb the bomb should choose the sprite fitting the plane that it was dropped by. (Plane 1 drops bomb 1, plane 2 drops bomb 2)
    This works if I have one plane already on the stage, and no others. However, if I attach more plane movieclips it drops only bombs with the same sprite. (plane 1 and plane 2 only drop bomb 1)
    Here is an example fla/swf:
    http://dl.dropbox.com/u/6414392/plane%20example.zip
    I commented the code a little, its not much. If you delete the controller movie clip and put the plane on the stage then it will work. Use it like it is and it doesn't.
    This is driving me nuts, but I am probably only missing one little thing that makes it not work when attaching movieclips.

    Now only the first appearing plane drops a bomb, the others don't drop anything at all.
    Couldn't you take a look at the .fla? Or simply the .as files I attached? Because right now, I'm not sure if I just put it there wrong. Its probably harder to see whats wrong without taking a look at it too.
    The code now looks like this:
    var bomb = _root.attachMovie("Bomb","bomb"+_root.getNextHightestDepth(),_root.getNextHightestDepth() ,{bombType:plane_type});
    I don't know what to do. I don't get how to tell the bomb from which plane it came. All the other problems I encountered so far, I could wrap my head around and learned from it. But this is a tough nut to crack.
    Edit: I'm really sorry to be so thick and daft. I hope you don't give up on me, I really want to get this!
    Edit2: Ok I tried around with it, and now this happens: (its the .swf, no need to download)
    http://dl.dropbox.com/u/6414392/Plane_Example.swf
    This is the code I used:
    Plane.as:
    class Plane extends MovieClip
         var plane_type;
         function onLoad()
         //choose random frame (plane image)
         plane_type = Math.floor(Math.random()*2+1);
         //Go to the frame
         gotoAndStop(plane_type)
              function onEnterFrame()
                   _x-=4;
                   if (Key.isDown(Key.DOWN))
              var bomb = _root.attachMovie("Bomb","bomb"+_root.getNextHightestDepth(),_root.getNextHightestDepth() ,{bombType:plane_type});
              bomb._x = _x-20;
              bomb._y = _y+20;         
    Bomb.as
    class bomb extends MovieClip
         var gravity;
          var bombType
         function onLoad()
         //Change bomb picture to the same number that is bomb_type (which is set in the Plane Movieclip)
         gotoAndStop(bombType);
         gravity = Math.random()* 4+ 2;
         function onEnterFrame()
         _y+=gravity
         _x-=2
         _rotation-=gravity
    This is so frustrating, I've wasted hours on this.

  • Problem in attaching a xml file in Email Notification

    Hi,
    I am new to BPEL. I am using 10.1.3.4 Jdev. Facing a problem in attaching a xml file in Email Notification process. I do not get any email when ever the attachment is a xml. Whereas when the attachment is a pdf, i get the pdf in the mail. I have put the mime type as text/xml. Used ora:doc() to read the xml. Dont know what i am missing. Please help me out. Thanks.
    Edited by: friendsforever on Oct 6, 2010 1:05 AM

    actually i want that when a user open my website register form then he must attached their resume in it
    so i want to know how can i make a field of attaching.
    please reply
    I am waiting for your reply

  • SQL Server 2008 R2 { An Error occured when attaching database(s) }

    Hello Guys!
    I just installed SQL Server 2008 R2 a couple of days ago, on the first day use i can attach database(.mdf) with out any problem.
    on the day 2, i keep getting this error:
    http://img515.imageshack.us/img515/14/1212i.png
    TITLE: Microsoft SQL Server Management Studio
    An error occurred when attaching the database(s).  Click the hyperlink in the Message column for details.
    BUTTONS:
    OK
    after clicking the Hyperlink this window open:
    http://img34.imageshack.us/img34/8766/hyperg.png
    TITLE: Microsoft SQL Server Management Studio
    Attach database failed for Server 'STARGAZER-PC\SQLSTARMAX'.  (Microsoft.SqlServer.Smo)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600.1+((KJ_RTM).100402-1539+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Attach+database+Server&LinkId=20476
    ADDITIONAL INFORMATION:
    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    Unable to open the physical file "E:\New folder\DataBase.MDF". Operating system error 5: "5(Access is denied.)". (Microsoft SQL Server, Error: 5120)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600&EvtSrc=MSSQLServer&EvtID=5120&LinkId=20476
    BUTTONS:
    OK
    in that day i reinstall SQL Server 2008 R2, because I'm so confused. after that i try to attach i still got the same error, what i did is i share the folder where the database is.
    i open SSMS and try to attach and i attached without any error...
    i think this is the 4rth day, untill now everytime i want to attach a database i got this error, and even i try to share the folder where the database is i still got that error.
    any advice guys?
    Thanks a lot
    jhules
    if you want to be happy, find something you love to do and do it for free, then find someone to to you for it.

    The Error clearly shows that MDF files and LDF files are not matching or LDF file is corrupted.
    You can follow either of the one option below
    1. Restore a recent backup rather attaching the MDF file
    2. Attach  single MDF file without LOG File( Warning: All the log transactions will be gone and new log file will be created)
    EXEC sp_attach_single_file_db @dbname = 'AdventureWorks2008R2',
        @physname = N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Data\AdventureWorks2008R2_Data.mdf';
    Thanks, Aditya Badramraju, _______________________________________________________ Please mark answered if your question is completely answered; vote it as helpful to help others find a solution quicker. This posting is provided AS IS with no warranties
    and confers no rights. _______________________________________________________

  • Error when attaching checklist reference to cProject structure

    Hi,
    I have created a checklist template for cProjects. When attaching the checklist reference to a cProject project I am able to select the checklist, but when pressing the continue button, I get an error message:
    The following error text was processed in the system: Invalid parameters were transferred when calling.
    The termination type was: RABAX_STATE
    When checking the runtime error in ST22 the Exeption is CX_DPR_FATAL_ERROR.
    The ABAP call stack was:
    Method: CHECK_TEMPLATE_FOR_REFERENCING of program CL_DPR_CHECKLIST_T============CP
    Method: DO_ACTION_SET_REF_CHECKLIST of program CL_DPR_API_CHECKLIST_R========CP
    Method: DO_ACTION of program CL_DPR_API_CHECKLIST_R========CP
    Method: IF_DPR_PROVIDER_ACTION~DO_ACTION of program CL_DPR_API_APPLICATION_OBJECT=CP
    Method: DO_ACTION of program CL_DPR_API_BUSINESS_OBJECT====CP
    Method: IF_DPR_PROVIDER_ACTION~DO_ACTION of program CL_DPR_API_BUSINESS_OBJECT====CP
    Method: IF_DPR_CORE_SERVICE_PROVIDER~DO_ACTION of program CL_DPR_API_CPROJECTS_CSP======CP
    Method: IF_DPR_CORE_SERVICE_ACCESSOR~DO_ACTION of program CL_DPR_API_CORE_SERVICE_MNGR==CP
    Method: REPORT_ACTIONS of program CL_DPR_UI_CHANGE_MANAGER======CP
    Method: REPORT_ACTION of program CL_DPR_UI_LOG_DETAIL==========CP
    What could cause this problem? I have checked the SAP notes related to this. There seem to be some problems with summary tasks (note 1014441) and roles (notes 1023248, 878905), but my error messages seem to be different.
    Iu2019m using SAP RPM 4.5 (CPR xRPM 450_700: Support package 0009)
    Any help appreciated

    Did you replicate the datasource ?

  • Problem when creating a sales order with reference by BAPI

    I am facing one problem when creating Sales Order.
    <b>The scenario is like this while creating SO With reference to an Order type, a new SO will be automatically created with a diff order Type</b>.
    I am using "BAPI_SALESORDER_CREATEFROMDAT2".
    I am calling this BAPI in USEREXIT_REFRESH_DOCUMENT.
    Am I using the right exit to call this Bapi ?
    <b>Problems are like :
    1. Ref Sales Order creating without Sales Unit .
    2. "Object Status does not exist" error msg is coming for Header and Item level(when clicking the status tab and then object status pushbutton).</b> But if testing the bapi from SE37 in test sequence....no such problem persists.
    As for example in case of sales unit,in the debugging mode i have seen that BAPI uses a perform to fill the values in the VBAP structure.But after that when it come back to the main program VBAP remains blank.This ocuurs when the BAPI is called from the exit whereas  if tested from SE37, VBAP retains the value.
    Can u suggest in this ? This is very very urgent............
    Thx in Adv.........................

    Thanks........
    Your suggestion was a great help to me.I have used a custom FM and called it in <b>starting new task</b>.
    Since i am a university fresher working in SAP for nearly 1 year.....can you please explain me the difference between <b>in update task</b> and <b>starting new task</b>.Why the problem was occuring for which you have suggested to call a custom function module.
    what is V1 update and V2 update?Is it attached with asynchronous ans synchronous update.It would be a great help to me if you kindly clear my confusions....
    thanks in advance.

Maybe you are looking for

  • 9.2.0.6 on RHEL 5 x86_64. Install Hangs: Link Pending... Copying naeet.o

    I am trying to install 9.2.0.6 on RedHat EL 5 (x86_64). I am getting a known error, where the Installer hangs on 18% completion. The step it hangs at is "Installing Oracle Required Support Files 32 bit 9.2.1.0" and the text above the status bar is "C

  • Transfer of Windows 7 from HDD to SSD on same computer!?

    Hi, Ordered a new Solid State Drive for my computer so it will boot faster when i install my OS onto it. I have Windows 7 currently installed onto my HDD. Problem is how do i get my OS (Windows 7) from my Hard drive to my SSD? Have important files on

  • Copy layers or pieces of a layer from one page to another, without masters?

    How can I copy layers or pieces of one page to another? I created a master, and I want to create a second master that uses much of the same setup, but I need to go in and input a background photo. However, the only quick way to get the menus and head

  • External iSight camera (FireWire) acting flakey with Skype

    My once reliable & rock-solid Apple iSight camera just started acting strange, sometimes it will provide picture perfect video and now suddenly when using Skype the picture has a venetian-blind effect with the video inverted upside down (interlacing

  • Error during "Process Flow" deployment

    Hello everyone, I am having trouble deploying my first "Process Flow" object. I am using OWB 9.2 and WF 2.6.2 on Windows XP. Here is the error I am getting: RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database