Need help creating custom .swf skin and exporting for use

Please, can anyone help...
I am currently working on a projects that needs to have a custom flash skin player.
I have tried copying and editing excisting skins, but when I export the swf and fla into the crrect folders, I am able to select it from the skin list- however it doesn;t show in the player.
Am I exporting/publishing this in the correct way and to the right folders?
If anyone can give me a tip of how to achieve this that would be great, or a link to somewhere that may have the infor I'd be happy,
Cheers
Cliff

Hi,
Do you mean skinning FLVPlayback palyer?
Warm Regards
Deepanjan Das
http://deepanjandas.wordpress.com/

Similar Messages

  • Create Custom list form and validate fields using sharepoint designer 2010

    Hi All,
    I have a requirement to create a custom job application form which will be filled and submitted by anonymous users. I have a an option to create custom user control web part but I wanted to
    create it using custom list form using SharePoint designer. My requirement is below
    Date of birth (user age should be above 22yrs )
    Email Validation
    Phone validation
    Resume attachment (should attach only word documents or PDF)
    Qualification (If other is selected then show textbox else hide)
    Can above validations be done using SharePoint designer (JavaScript or validation controls)? Or do I have to create custom control web part?
    MercuryMan

    Hello,
    I think jquery/javascript can be used to put validations on those fields. Fortunately some of validation can be done via sharepoint itself like: email, phone, age. For Attachment and Qualification fields use jquery/JS.
    See below link for column validations:
    http://thechriskent.com/2012/08/15/validate-phone-number-columns-in-sharepoint/
    http://sharepointsolutions.com/sharepoint-help/blog/2011/12/how-to-validate-an-email-address-using-column-validation-in-sharepoint-2010/
    See this for attachment:
    http://stackoverflow.com/questions/4234589/validation-of-file-extension-before-uploading-file
    For qualification:
    http://sharepoint.stackexchange.com/questions/88064/hide-show-field-on-list-form-based-on-value-from-another-field
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Need help with buying graphics card and ram for MSI 865PE NEO 2-V

    Hi,
    I want to buy 1GB of ram for motherboard MSI 865PE NEO 2-V I need help with finding correct parts.
    I also want to buy 512Mb or 1GB graphics card.
    as i said before i need help with finding correct ones so they match motherboard, I would appreciate if any one would post link to cheap and fitting parts.
    I found graphics card allready, i just need to know if it will fit.
    the card is
    NVIDIA GeForce 7600 GS (512 MB) AGP Graphics Card
    Thanks for help.

    here you can see test reports for your mobo:
    http://www.msi.com/product/mb/865PE-Neo2-V.html#?div=TestReport

  • Need help to change id name and password for second hand ipad payyed good money for it bought it at swapmeet cant find the old owner very fusterating please help

    please help me set my password and id name for my ipad its not fair i bought it from a person for a high price and apple wont help you out. but you can reset anyother computer by your self with no problem

    I am afraid you cannot activate the iPad without the Apple ID and Password of previous owner.

  • Need help creating custom objects and adding them to an array.

    Hi Everyone,
    So I'm dinking around in Powershell today and I'm failing at creating an array of custom objects.  I want to create a HTML report that builds out after every MDT image update. To do that, I need to collect my data on what's contained in each build.
    Here's my current script in progress -
    function Parse-Dependents($fullname){
    #PARAMETER SWITCHING
    if(!($fullname)){
    $dependents = get-dependents
    if($fullname){
    $dependents = get-dependents -fullname $fullname
    #SPIN THROUGH ARRAY OF GUIDS FROM GET-DEPENDENTS
    foreach($d in $dependents){
    #SPIN THROUGH EACH APP IN APPLICATIONS.XML
    foreach ($app in $apps){
    #IF MATCH THEN ADD OBJECT WITH PROPERTIES
    if($d -match $app.guid){
    #ADD APPLICATION MATCH TO THE ARRAY
    $applications = @{
    'Name' = $app.ShortName;
    'GUID' = $app.Guid;
    'Version' = $app.Version;
    'Last Modified Time' = $app.LastModifiedTime;
    'Last Modified By' = $app.LastModifiedBy;
    'Install Directory' = [string]'\\my\path\to\MDT\' + $app.WorkingDirectory.TrimStart(".","\")
    'CommandLine' = $app.CommandLine;
    new-object -typename PSObject -property $applications
    #RETURN MATCHED ARRAY
    return $applications
    It all works great until I look at my output and see that I get my expected properties and array, but at the end it's created additional empty entries for each of my initial properties I assigned.  So I get my list of apps like this :
    powershell.ex... OrgChart Plugin  \\my\mdt\server\ XX\user                     9/22/2014 5:... {ffee7497-0c...
    And then below it :
                     CommandLine                                                                                    
                     Name                                                                                           
                     Install Direc...                                                                               
                     Last Modified By                                                                               
                     Version                                                                                        
                     Last Modified...                                                                               
                     GUID                                                                                           
    And these are all listed under the Name property.  I'm still pretty new to PS (8 months or so now), and rarely have to create a custom object, but this seems like a case for doing so to create a custom html report.  Any ideas would be greatly appreciated.
    Ryan

    It's not really all that strange.  
    If you look at your script, you're not outputting the hash table until both loops finish.  The values are dependent on the properties of the $app objects enumerated in the inner loop, and only outputting an object if the dependent ($d) matches the $app
    guid property.
    At the end, you're outputting the hash table without that test, so it's going to have values based on the last $app in the loop, regardless of whether the guid matches the dependents or not.
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • Need to Create a Wall Barrier and Detection for Maze Game

    Hi, I have a basic maze that I created the artwork in Photoshop and brought it into Flash as a PNG file.  My trouble is that my car object is going through the wall.  Could someone help me on correcting this.  I've been trying for hours to fix this but was unsuccessful.  I'm hoping someone out there has some advice on how to get it to work.  Thanks in advance.
    Iz

    Hi - I put in the codes for the upPressed (to test it) and these are the errors that came up. 
    Scene 1, Layer 'Actions', Frame 1, Line 110
    1120: Access of undefined property speed.
    Scene 1, Layer 'Actions', Frame 1, Line 110
    1120: Access of undefined property i.
    Scene 1, Layer 'Actions', Frame 1, Line 110
    1120: Access of undefined property i.
    Scene 1, Layer 'Actions', Frame 1, Line 114
    1120: Access of undefined property wallhitBool.
    Scene 1, Layer 'Actions', Frame 1, Line 112
    1120: Access of undefined property i.
    Scene 1, Layer 'Actions', Frame 1, Line 110
    1120: Access of undefined property i.
    Here is the updated program:
    import flash.events.KeyboardEvent;
    stop();
    /* Move with Keyboard Arrows
    Allows the specified symbol instance to be moved with the keyboard arrows.
    Instructions:
    1. To increase or decrease the amount of movement, replace the number 5 below with the number of pixels you want the symbol instance to move with each key press.
    Note the number 5 appears four times in the code below.
    wallDet1_mc.enabled= false;
    wallDet2_mc.enabled= false;
    wallDet3_mc.enabled= false;
    wallDet4_mc.enabled= false;
    wallDet5_mc.enabled= false;
    wallDet6_mc.enabled= false;
    wallDet7_mc.enabled= false;
    wallDet8_mc.enabled= false;
    wallDet9_mc.enabled= false;
    wallDet10_mc.enabled= false;
    var upPressed:Boolean = false;
    var downPressed:Boolean = false;
    var leftPressed:Boolean = false;
    var rightPressed:Boolean = false;
    carP_mc.addEventListener(Event.ENTER_FRAME, fl_MoveInDirectionOfKey_3);
    stage.addEventListener(KeyboardEvent.KEY_DOWN, fl_SetKeyPressed_3);
    stage.addEventListener(KeyboardEvent.KEY_UP, fl_UnsetKeyPressed_3);
    stage.addEventListener(Event.ENTER_FRAME, everyFrame);
    function fl_MoveInDirectionOfKey_3(event:Event)
        if (upPressed)
            carP_mc.y -= 5;
        if (downPressed)
            carP_mc.y += 5;
        if (leftPressed)
            carP_mc.x -= 5;
        if (rightPressed)
            carP_mc.x += 5;
    function fl_SetKeyPressed_3(event:KeyboardEvent):void
        switch (event.keyCode)
            case Keyboard.UP:
                upPressed = true;
                break;
            case Keyboard.DOWN:
                downPressed = true;
                break;
            case Keyboard.LEFT:
                leftPressed = true;
                break;
            case Keyboard.RIGHT:
                rightPressed = true;
                break;
    function fl_UnsetKeyPressed_3(event:KeyboardEvent):void
        switch (event.keyCode)
            case Keyboard.UP:
                upPressed = false;
                break;
            case Keyboard.DOWN:
                downPressed = false;
                break;
            case Keyboard.LEFT:
                leftPressed = false;
                break;
            case Keyboard.RIGHT:
                rightPressed = false;
                break;
    function everyFrame(event:Event):void {
    var mazehit:Boolean = false;
    if (upPressed) {
    mazehit=false
    for(i = 0; i < speed; i++) {
    if(carP_mc.hitTestObject(this["wallDet"+i+"_mc"])){
    wallhitBool=true;
    break;
    if(mazehit){
    carP_mc.x -= 5;
    if (downPressed) {
    //for(var i:int = 0; i < speed; i++) {
    if(carP_mc.hitTestObject(wallDet1_mc))
    if(carP_mc.hitTestObject(wallDet2_mc))
    if(carP_mc.hitTestObject(wallDet3_mc))
    if(carP_mc.hitTestObject(wallDet4_mc))
    if(carP_mc.hitTestObject(wallDet5_mc))
    if(carP_mc.hitTestObject(wallDet6_mc))
    if(carP_mc.hitTestObject(wallDet7_mc))
    if(carP_mc.hitTestObject(wallDet8_mc))
    if(carP_mc.hitTestObject(wallDet9_mc))
    if(carP_mc.hitTestObject(wallDet10_mc)) 
    carP_mc.y -= 5;
    mazehit = true;
    //break;
    if (leftPressed) {
    //for(var i:int = 0; i < speed; i++) {
    if(carP_mc.hitTestObject(wallDet1_mc))
    if(carP_mc.hitTestObject(wallDet2_mc))
    if(carP_mc.hitTestObject(wallDet3_mc))
    if(carP_mc.hitTestObject(wallDet4_mc))
    if(carP_mc.hitTestObject(wallDet5_mc))
    if(carP_mc.hitTestObject(wallDet6_mc))
    if(carP_mc.hitTestObject(wallDet7_mc))
    if(carP_mc.hitTestObject(wallDet8_mc))
    if(carP_mc.hitTestObject(wallDet9_mc))
    if(carP_mc.hitTestObject(wallDet10_mc))  {
    carP_mc.x += 5;
    mazehit = true;
    //break;
    if (rightPressed) {
    //for(var i:int = 0; i < speed; i++) {
    if(carP_mc.hitTestObject(wallDet1_mc))
    if(carP_mc.hitTestObject(wallDet2_mc))
    if(carP_mc.hitTestObject(wallDet3_mc))
    if(carP_mc.hitTestObject(wallDet4_mc))
    if(carP_mc.hitTestObject(wallDet5_mc))
    if(carP_mc.hitTestObject(wallDet6_mc))
    if(carP_mc.hitTestObject(wallDet7_mc))
    if(carP_mc.hitTestObject(wallDet8_mc))
    if(carP_mc.hitTestObject(wallDet9_mc))
    if(carP_mc.hitTestObject(wallDet10_mc))
    carP_mc.x -= 5;
    mazehit = true;
    //break;
    /**onClipEvent(enterFrame){
        if(this.hitArea(carP_mc._x,carP_mc._y, true)){                   
            carP_mc._x=carP_mc._x;
            carP_mc._y=carP_mc._y;
    //Keyboard Listener on stage
    //stage.addEventListener(KeyboardEvent.KEY_DOWN, theKeysDown);
    //stage.addEventListener(KeyboardEvent.KEY_UP, theKeysUp);
    //Makes MazeArt follow the movement of the path_mc
    /*addEventListener(Event.ENTER_FRAME, onNewFrame01);
    function onNewFrame01(e:Event):void{
        maze_mc.x=wallDet1_mc.x;
        maze_mc.y=wallDet1_mc.y
    function Car_P(e:KeyboardEvent):void
        //maze_mc.addEventListener(KeyboardEvent, wallDet1_mc);
        //wallDet1_mc.addEventListener(KeyboardEvent.KEY_DOWN, maze_mc);

  • HT201303 Whose butt will be kicked for such a ignorant decision about the region and card usage? Apple will now dictate where i have to live, and where i need to creat a bank account and ask for card? This is rediculus!

    Where is the benefit and what kind of another virtual measure it gives us?

    I have absolutely no idea what it is you're on about. If you have a question or issue that you'd like us, your fellow users and the only people who participate here, to help you with, please calm down and post your issue in complete detail so we have some idea as to what to suggest. If you just want to rant, try Apple's feedback pages:
    http://www.apple.com/feedback

  • MOVED: Need help with buying graphics card and ram for MSI 865PE NEO 2-V

    This topic has been moved to Retired motherboards.
    https://forum-en.msi.com/index.php?topic=163057.0

    here you can see test reports for your mobo:
    http://www.msi.com/product/mb/865PE-Neo2-V.html#?div=TestReport

  • Creating custom interface panels in LabVIEW for use in VBAI.

    Greetings everyone,
    I hope that someone can give me some insight with the following problem. I have on my bench a 1742 Smart Camera and a computer loaded with VBAI 3.6 and LabVIEW 8.6 Pro (all the latest and greatest stuff). Up to this point, everything was going along smoothly until I attempted to use my own custom inspection interface panel in VBAI.
    I first created a simple test panel in LabVIEW with a few controls/indicators and saved it in version 8.5 (as required by VBAI 3.6). But when I tried to select this panel in the Configure Inspection Interface dialog in VBAI, I get the message "There is no VI at the path you specified" (even though the VI is clearly there). Perplexed, I visited this website and found others that have run into a similar problems, but apparently no solutions were found.
    Looking into this further, I did the following:
    1) I downloaded the image_with_switch_control.vi from here. NOTE: File size is 51,732 bytes.
    2) I opened VBAI, verified that I could select this VI in VBAI's Configure Inspection Interface panel with no problems, then closed VBAI.
    3) I opened this "known good" VI in LabView 8.6, verified that it was saved in LabView 8.5, and then saved it to LabVIEW 8.5 using "Save for Previous Version...". NOTE: File size is 50,500 bytes.
    4) I tried to load this new/same Ver 8.5 VI in VBAI's Configure Inspection Interface panel again and got the message "There is no VI at the path you specified".
    Now if I open a known good Ver 8.5 VI in LabVIEW 8.6, make no changes, and save the very same VI back in Ver 8.5, I should have no issues choosing it as an interface panel in VBAI. But this is not the case. Am I missing something or is there is a wrench in the works somewhere?
    I was really expecting to have the ability to create my own custom interface between the computer and camera (as cited in the documentation), so if anyone can point out a solution, I'd greatly appreciate it.
    Dallin Katt
    Message Edited by And.Pkg on 10-16-2008 09:00 AM

    In the Breakpoint forum is an ongoing thread "Monthly Bugs" that lists bugs posted in the forum. It is maintained by the forum users for the forum users.
    I have already submitted yours. Its no garantee that it is a bug or that it is spotted by NI. You could always contact your local NI application engineers and have them report it as a bug, if they think it is you will receive a CAR ID.
    If so please post it as a reply on your forum post, so people that see this can look at the solved issues in the next LV release to see this particular bug has been solved.
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

  • Digital Publishing Suite Help | Creating custom viewer apps for the iPad and iPhone

    This question was posted in response to the following article: http://helpx.adobe.com/digital-publishing-suite/help/create-custom-viewer-app-ipad.html

    The Approval Status section is no longer in DPS App Builder, but this reference wasn't removed. You can submit your app to the gallery using this form:
    https://adobeformscentral.com/?f=ozjJFvlBionBofBtd-wjbQ#

  • Create a new set of skin and style for OC4J

    hi, I have created a new set of skin and style
    for example,
    just duplicated folders s_oracle10 , sk_oracle10 and rename them as s_oracle10b , sk_oracle10b (in \OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res)
    however, I found that there is no new choice - oracle10b in the dropdownlist for selecting style.
    how to create a new set of skin and style ??

    I have read Oracle® Business Intelligence Suite Enterprise Edition Release Notes Version 10.1.3.4.1 E10404-25
    =====================================================================
    In Chapter 10, the section "About Skins and Styles" contains incomplete
    information. The following information should appear after the section's first
    paragraph:
    Respective Web servers require resource files like styles to be deployed
    appropriately for those applications. For example, when using OC4J as is common
    in Oracle BI deployments, skins, styles and images need to be duplicated in the
    following directories:
    – {OracleBI}\oc4j_bi\j2ee\home\applications\analytics\analytics\res
    – {OracleBI}\web\app\res
    As a rule, customer-specific files like custom styles should live in the
    {OracleBIData} folders so these are not lost during upgrades. In this case, the
    custom style would then be deployed to OC4J as described above and to the
    following directory: {OracleBIData}\web\res
    ===================================================================== copied from the pdf
    we need to copy the new set to two directories.
    however, I found that resources of the new set are from {OracleBI}\oc4j_bi\j2ee\home\applications\analytics\analytics\res
    not from {OracleBI}\web\app\res
    if there is a upgrade or redeployment, will the new set be removed or replaced.
    why isn't load from {OracleBI}\web\app\res?
    how to configure to make it load from {OracleBI}\web\app\res?
    thanks

  • Need help " Can't find a valid editor for this file extension" not sure why I am getting and this or what to do.

    also say explorer not reading SWF files and I have to reload them? Not sure what that is either,
    Thanks
    Jim

    Hi Nancy
    Trying to update my site got to make some changes.  Do you work on sites via remote? I am on Cloud.
    : Nancy O. 
    Sent: Monday, September 01, 2014 3:47 PM
    To: James Neidner
    Subject:  Need help " Can't find a valid editor for this file extension" not sure why I am getting and this or what to do.
    Need help " Can't find a valid editor for this file extension" not sure why I am getting and this or what to do.
    created by Nancy O. <https://forums.adobe.com/people/Nancy+O.>  in Dreamweaver support forum - View the full discussion <https://forums.adobe.com/message/6692200#6692200>

  • I need to create a fillable form and then generate a reports.

    Hello everybody. I need to create a fillable form and then generate a report using numbers. You know, for example if you have customers, I need to be able to write the usual , name, last name, address, and some other details and then using a standard letter I would like the form to be able to populate these fields automatically in a standard pre formatted letter by our company and then be able to print it.
    Any help to point me in the right direction I would appretiate very much.
    I have iwork 9 installed in my macbook pro

    This is acalled a mail merge and is solved using a combination of Numbers (or address book) and Pages.  To get detailed help how to performa a mail merge start in Pages, then in the help menu type Mail Merge:
    Also download the help files for Numbers and Pages here:
    http://support.apple.com/manuals/#
    Page 247 in the Pages User's Guide has details how to perform a a mail merge.
    Post back with specific questions if you need to.
    Regards,
    Wayne

  • Unable to create any files under '/' and /export/home as root user

    Dear Forum,
    Please help me on this problem.
    In my server I cant create any files under / and /export/home . But I can save files under /var, /tmp ,/opt
    #cd /
    #touch tempfile
    touch: tempfile cannot create
    #cd /export/
    # ls -lp
    total 2
    drwxr-xr-x   9 root     root         512 Oct 20 11:09 home/
    # cd home
    # touch testfile
    touch: testfile cannot create
    # id
    uid=0(root) gid=0(root)
    # df -kh
    Filesystem             size   used  avail capacity  Mounted on
    /dev/md/dsk/d0         9.9G   5.5G   4.2G    57%    /
    /devices                 0K     0K     0K     0%    /devices
    ctfs                     0K     0K     0K     0%    /system/contract
    proc                     0K     0K     0K     0%    /proc
    mnttab                   0K     0K     0K     0%    /etc/mnttab
    swap                    22G   1.2M    22G     1%    /etc/svc/volatile
    objfs                    0K     0K     0K     0%    /system/object
    /dev/md/dsk/d3         9.9G   6.8G   3.0G    70%    /usr
    /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap2.so.1
                           9.9G   5.5G   4.2G    57%    /platform/sun4u-us3/lib/libc_psr.so.1
    /platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap2.so.1
                           9.9G   5.5G   4.2G    57%    /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
    fd                       0K     0K     0K     0%    /dev/fd
    /dev/md/dsk/d5         7.9G   2.5G   5.3G    33%    /var
    swap                    22G   400K    22G     1%    /tmp
    swap                    22G    48K    22G     1%    /var/run
    /dev/md/dsk/d4          20G   4.7G    15G    25%    /opt
    /dev/md/dsk/d6          63G    36G    26G    58%    /data
    # more /etc/vfstab
    #device         device          mount           FS      fsck    mount   mount
    #to mount       to fsck         point           type    pass    at boot options
    fd      -       /dev/fd fd      -       no      -
    /proc   -       /proc   proc    -       no      -
    /dev/md/dsk/d1  -       -       swap    -       no      -
    /dev/md/dsk/d0  /dev/md/rdsk/d0 /       ufs     1       no      -
    /dev/md/dsk/d3  /dev/md/rdsk/d3 /usr    ufs     1       no      -
    /dev/md/dsk/d5  /dev/md/rdsk/d5 /var    ufs     1       no      -
    /dev/md/dsk/d6  /dev/md/rdsk/d6 /data   ufs     2       yes     -
    /dev/md/dsk/d4  /dev/md/rdsk/d4 /opt    ufs     2       yes     -
    #10.183.103.11:/backup  -       /backup nfs     -       yes     rw
    /devices        -       /devices        devfs   -       no      -
    ctfs    -       /system/contract        ctfs    -       no      -
    objfs   -       /system/object  objfs   -       no      -
    swap    -       /tmp    tmpfs   -       yes     -
    10.183.103.11:/nfs_backup/NCMDB1 - /rman_backup nfs 0 yes rw,bg,intr,hard,timeo=600,wsize=32768,rsize=32768
    Regards,

    Please have the output of /etc/mnttab
    /dev/md/dsk/d0  / ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1540000 1382602314
    /devices /devices        devfs dev=5400000     1382602306
    ctfs /system/contract ctfs    dev=5440001     1382602306
    proc    /proc proc    dev=5480000     1382602306
    mnttab  /etc/mnttab mntfs   dev=54c0001     1382602306
    swap /etc/svc/volatile       tmpfs xattr,dev=5500001       1382602306
    objfs   /system/object  objfs dev=5540001     1382602306
    /dev/md/dsk/d3  /usr ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1540003 1382602315
    /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap2.so.1 /platform/sun4u-us3/lib/libc_psr.so.1   lofs dev=1540000     1382602313
    /platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap2.so.1 /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1 lofs    dev=1540000     1382602313
    fd      /dev/fd fd      rw,dev=5700001  1382602315
    /dev/md/dsk/d5  /var ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1540005 1382602315
    swap    /tmp tmpfs   xattr,dev=5500002 1382602315
    swap /var/run        tmpfs xattr,dev=5500003       1382602315
    /dev/md/dsk/d4  /opt ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1540004 1382602318
    /dev/md/dsk/d6  /data ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1540006 1382602318
    -hosts  /net    autofs nosuid,indirect,ignore,nobrowse,dev=57c0001     1382602321
    auto_home /home   autofs  indirect,ignore,nobrowse,dev=57c0002 1382602321
    NCM1:vold(pid393) /vol    nfs ignore,noquota,dev=5780001      1382602322

  • Uber Noob Needs Help Creating website!

    I need help creating my webpage: It has a textbox on it were
    the user enters a URL and it then redirects the end user to that
    URL when they press the GO Button. It also has a check box saying
    "Hide my IP", If the end user clicks this box and then clicks go
    they will be directed to the website they stateted in the Textbox
    but this time it shall mask there IP Address so they can bypass
    proxys and surf anonomosly. Please can someone give me some HTML
    code i could use for this site or a Link to a website that can give
    me the code.

    I assume the application is connecting to Oracle using an application ID/password. If so, check to see if that user has a private synonyn to the table. If so drop it since you have a public synonym.
    Verify that the public synonym is in fact correct. Drop and recreate the public synonym if you cannot select against the synonym name using an ID that can perform select * from inhouse.icltm where rownum = 1. That is if this other user cannot issue select * from icltm where rownum = 1 without an error.
    Check that the application ID has the necessary object privileges on the table.
    Queries you need
    select * from dba_synonyms
    where table_owner = 'INHOUSE'
    and table_name = 'ICLTM'
    You may find both public and private synonms. Either fix or delete. (Some may reference someelses.icltm table if one exists)
    select * from dba_tab_privs
    where table_name = 'ICLTM'
    and owner = 'INHOUSE'
    Note - it is possible to create mixed case or lower case object names in Oracle by using double quotes around the name. Do not do this, but do look to see that this was not done.
    You could also query dba_objects for all object types that have the object_name = 'ICLTM'
    HTH -- Mark D Powell --

Maybe you are looking for

  • IR report value from function error

    i have ir report and one column value coming from function,when open the IR report its giving error.. IR report code SELECT CS_ID ,CS_NAME, Util_func(PASS_ID) as "ALERT_DAYS"   from "CSD_MASTERS" Function code FUNCTION  Util_func(PASS_ID NUMBER) RETU

  • I tried to install my adobe creative suite 6 design standard but it wont let me install. How can i install it?

    My mother purchased Adobe Creative Suite 6 Design Standard back in 2012. When she purchased it for me, i did not need it at the time. However I am now a second year architect major at Hampton University and i need the Adobe Suite to use for my repres

  • Hp laserjet printer pro m1217 print file was not accepted Mac

    Hi  I connected my printer wirelessly via Bonjour. It is connected but for some reason doesn't print, giving me an error message: "print file was not accepted." Any help is greatly appreciated. David

  • ESS: Room Booking in MySAP ERP 2004

    Hi All, I am creating Room Booking service. I dont find any standard link in ESS. Has anyone created Room Booking in MySAP ERP 2004. Is any workflow attached with this service. Can PP30 transaction serve the purpose.. I dont the correct functionality

  • Install Mac OS on MacBook but CD drive doesnt work

    I have a black 13 in. MacBook (Late 2007) running 10.5.8 and I would like to update to the latest version of Mac OS but the CD drive on it doesn't work (I accidently dropped my MacBook and now CDs wont go inside the drive) I also have an 27 in. iMac