Loading of html page in Webview on Remote login

I created a webview frame successfully which is able to load any URL or local html page on it.
But here am facing a strange problem with the following link : http://thejit.org/static/v20/Jit/Examples/ForceDirected/example2.html_
When I open this link in my webview and am on a local system then am able to display all the nodes and text successfully but the lines are not getting displayed... Now, the strangest part is that when I open the same link in the same webview but the system being connected remotely from other machine, then am able to display all the text, graphics, lines and nodes successfully with no problem at all. The JDK versions too are same on both the systems so no problem regarding that.
Any suggestion about this weird problem ???..... Am well versed with the Remote Desktop features but this is a strange problem am facing. Kindly help.

Give us the real address, please.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"cliff23" <[email protected]> wrote in
message
news:gdn911$43m$[email protected]..
> Hi,
> I am not sure that this forum is the right place to ask
this question, but
> I
> don't know where to go with this problem. I created a
web page that uses
> javascript to have a slide show placed near the top of
the main page. If
> I
> type in the address of the site starting with
www.xxxxxx.com, the page
> loads
> correctly. If I type in the address starting with
http://www.xxxxx.com,
> the
> page loads, but with broken links for the images that
start the slide
> show.
> This only happens on one of my three computers, leading
me to believe it
> might
> be a setting or something to do with that computer, but
I don't know what.
> I am going to post on the Microsoft forum, but thought I
would try here
> also
> in case there might be a code error when I created the
page.
> Any help would be appreciated,
> Cliff
>

Similar Messages

  • Is it possible to load an html page inside a JavaFX application?

    Hi
    Is it possible to load an html page inside a JavaFX application?
    Thank you!
    Alexandra.

    Actually it is very simple to load an HTML page inside a JavaFX application.
    var html:JTextPane = new JTextPane();
    html.setPage("http://www.berkshirehathaway.com/message.html");
    Stage
        scene: Scene
            content:
                ScrollView
                    node:SwingComponent.wrap(html)
    }A JavaFX application "tainted" by Swing is still a JavaFX application, isn't it?
    Loading an HTML page into a native JavaFX control would be a different story. It is hard.
    I don't think it is a top priority for JavaFX team to develop a control to render HTML. Using a Swing component, which supports HTML well, does not make a JavaFX application inferior. But, if JavaFX team could make a fully functional embedded browser control supporting HTML, JavaScript, etc., I would applaud that effort wholeheartedly.
    Right now, JTextPane inside a JavaFX application will crash the system, display gibberish, hang for ever or go haywire inexplicably, if JavaScript is used in the HTML page.

  • How to Load a html page into Flex the application?

    I want to load separate html page in to my flex application.
    for example
    think I am in my shopping cart and I wanna buy something and pay for that.Then I am try to pay they will load a separate html page into my shoipping cart.
    How can I do that inside flex application?
    Any ideas are appreciated..
    thnx

    Hi snkd,
    You need to make use of iframe to load html content in Flex application.
    Check out the link below...there is also source code included..
    http://www.deitte.com/archives/2006/08/finally_updated.htm
    Thanks,
    Bhasker

  • Swf movie won't load in html page

    I have a flash movie that loads another movie into a place holder container upon opening.
    So, 2 swf files - one is the main movie and the other the one that loads into the main movie.
    Works just fine when testing in flash or clicking on the swf files outside of flash.
    But when I embedd the main movie into my html page - the main movie loads ok, but it doesn't load the child movie. I have both swf files in the directory so I am not getting why it works fine except when placing into html page.
    Any thoughts on this without uploading the actual files or code for everything somewhere?
    Thanks!

    are all 3 files in the same directory?
    if not, you probably have a path error in your loading code.  (the path is relative to the embedding html's location.)
    if yes, you probably have incorrect/incomplete embedding code.  (to test, use the html file generated by flash without editing.)

  • How can I have a Flash SWF file to load a HTML page?

    I'm looking for a way to have Flash (CS5) to load and display a very simple HTML web page. Basically, the SWF file would be a standalone document sent by e-mail (or people would post on their web pages), and this SWF would display the content of another web page (consisting mostly in a live video on a black background)
    How can I have Flash CS5 to do that??
    Thank you!
    -sv

    Yeah maybe I wasn't clear enough... Here's the big picture.
    I run a live TV station, broadcasting 24/7 on the web via a Flash application (a projector basically). The video feed is streaming on my site, as well as on numerous web sites across the net. A Flash projector is also available as a standalone application, people download and use it to watch the movies without opening a web page.
    I am currently changing the broadcast method, from Flash stream to HTTP stream. But since my TV is already posted and linked in many places, I want to change the Flash object on my server with a new one, that has a HTTP stream instead of the Flash stream. It seems that HTTP stream cannot be embedded in a SWF, but it can be displayed on a HTML web page. The solution I came up with is to have a HTML page to load in the Flash player. All I would need to do is to have that HTML page to display the HTTP stream.
    So from there, most of my audience would not need to change anything to watch my streaming TV, while those who downloaded the old Flash projector would need to download a new one.

  • Locate and Load an HTML page from a Jar file

    Hello Everyone.
    I recently wrote a Java Swing application and placed it in an executable jar format.
    I can locate the icons and images like so:
    Image myImg = Toolkit.getDefaultToolkit().getImage(getClass().getResource("some.jpg"));
    setIconImage(myImg);
    However one of the popup frames require the loading of an HTML page in the jar file which when its not in a jar file is accomplished as follows.
    String url = "file:" + System.getProperty("user.dir") System.getProperty("file.separator")"some.html";
    try{
    thePane.setPage(url);
    catch(Exception ex){ex.printStackTrace();}
    Can anyone tell my how to make the frame locate this HTML file when it is in the jar file???????

    For applications, my favorite is the Classloader.
    URL url = Classloader.getSystemResource("some.resource");
    This can be used for any resource; images, sounds, files, you name it...
    -Ron

  • How to a HTML Page that is in remote machine

    Dear All
    I am calling a HTML(which consist of flash files) file from My jsp page that is placed in my storage file system not in my tomcat context.
    like this
    \\my ip address\path\index.html.
    the page open fine because it is in my local netwok so i can directly give my ip address and i can call that page.but i unable to call my page with ip address when i deploy this context in public ip.so i need help regarding this. and also iam unable to call the same page without my ip address like(\\path\index.htm).any suggestion is very much appreciated.
    please help me thanks in advance.

    sir thanks for your suggestion,now iam try loading all the file refered from index.html through the servlet.Now all the .js file loaded correctly but when i refer the swf filethrough the servlet.it loaded only the empty screen becuase it refer some files from same folder,now my problem is how can parse the swf file and refer all the refered file through the servlet. is it possible sir.All the files are system generated scorm content. now please suggest me
    thanks in advance
    thanking u

  • External .swf not loading on HTML pages

    Good morning,
    I'm having trouble and I was hoping someone could shed some light on what I'm doing wrong. I have a main .swf file from which external .swf files are being loaded through the use of buttons.
    When I preview the animation, everything works just fine. The problem occurs when I put the animation on the website where it needs to be. The main animation appears like it's supposed to, but the buttons are not successful in loading the external .swf files. I've made sure that all .swf files are on the server but still nothing. Could anyone help? I'm not sure what the problem is.
    Here's the AS:
    stop();
    var presentationLoader:Loader = new Loader();
    addChild(presentationLoader);
    //Navigation
    presentation1.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation2.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation3.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation4.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation5.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation6.addEventListener(MouseEvent.CLICK, buttonClick);
    function buttonClick(event:MouseEvent):void
    presentationLoader.load(new URLRequest(event.target.name + ".swf"));
    function homeClick(event:MouseEvent):void
    presentationLoader.unload();
    Thank you,
    - Cmarcoux

    For anyone having a similar problem in the future, the solution is in bold:
    stop();
    var presentationLoader:Loader = new Loader();
    addChild(presentationLoader);
    //Navigation
    presentation1.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation2.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation3.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation4.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation5.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation6.addEventListener(MouseEvent.CLICK, buttonClick);
    function buttonClick(event:MouseEvent):void
    presentationLoader.load(new URLRequest("../../media/flash/" + event.target.name + ".swf"));
    function homeClick(event:MouseEvent):void
    presentationLoader.unload();
    For the animation to work on a website, the file path was needed.

  • How to load a html page in a div?

    I appreciate any suggestions. Tks

    Iframe
    http://www.w3schools.com/TAGS/tag_iframe.asp
    Server-Side Includes
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • How to load different html files in one page in order to load them without leaving the main stage?

    Hello,
    I'm new with edge animate, but i fell in love with it.
    I'd like to know, is it possible to load different html pages dynamically in the main stage in order to avoid the preloader to be load?
    I can figure out how to save all the pages of the site, but i can't merge them in a continuous animated browsing experience.
    As sample.
    I've got a index.html and home.html, how to switch form index to home without having a clear division between the two pages?
    I can place all the animations within a file and this will allow me to have a continuous surfing experience but it won't generate specific and google indexable pages within the site.
    Example, index.html will generate www.mysite.com, home will generate www.mysite.com/home. How ho switch dinamically between them and integrate them in a unique fading experience?
    Thanks in advance for any help. I'm a newby, but i would like to learn.
    Fea.

    Look into using the Loader class to load the swf files.  If you want to have it happen in different frames then you can put the code into the different frames.

  • How to create a popup window to load HTML page in AIR application without using any mx or spark?

    How to create a popup window to load HTML page in AIR application without using any mx or spark components?
    I need to load the HTML page in popup in AIR application without using any of the <mx> or <spark> components. I need to open in the application itself not in the browser.(If we use navigateToURL() it will open in th browser)

    Can we achieve this? can somebody help me on this scenario..

  • Video won't pause on html page load

    Hi, can anyone help me out? I placed an flv file in blank
    flash file. then I went to publish it, but when it loads (the html
    page its published) it auto plays the flash video. even though I
    select "paused at start" tick box in the HTML publish settings box.
    any ideas why?

    Hi murphy14,
    Was the video purchased from the iTunes Store?
    If it was contact the iTunes Store support from here: http://www.apple.com/support/itunes/store/browser/
    If it was not, make sure the video is in a supported format or convert it.
    The iPod touch supports the following video formats:
    +"H.264 video, up to 1.5 Mbps, 640 by 480 pixels, 30 frames per second, Low-Complexity version of the H.264 Baseline Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; H.264 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Baseline Profile up to Level 3.0 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats"+
    from http://www.apple.com/ipodtouch/specs.html
    This article: http://support.apple.com/kb/HT1211 will walk you through converting a video file in iTunes. iTunes will convert many video formats but the video may have to be converted with a 3rd-party utility.
    -Jason

  • Lightroom Web Gallery in HTML page?

    Hello,
    I want to export a web gallery from LR 1.3 and insert this gallery into an html web page in Dreamweaver 8. This would be huge! I have researched it and found that it just may not work.
    1 of the errors: the first gallery I made in LR and published online, is the gallery that shows up in the html page.
    Another error: the gallery only shows that its loading (inside html page).
    Attempts:
    1: drop the flash file into the html page and resize it to fit
    2: put the bin in the resources folder and drop the flash file in the html page
    Primary resource:
    http://blog.bluefire.tv/?p=18
    Any help would be outstanding!
    Thank you,
    Tyler Fraser
    www.fraserimagery.com

    Well,
    It's not an Adobe issue, it's a hosting issue.  I have GoDaddy, and, after four or five phone calls, I got someone who really knew what they are doing.  He said they host Unix for Linnus users, and a Windows based for Windows users, so that's not it.  It was a simple matter of moving files.  I was creating a subdomain this time, so perhaps that made it a little more difficult.  Anyway, you name the gallery with the same name as the destination folder.  Then, if the index.html page isn't in the right place, you move it to a place in the tree where it is right.  Call your hosting company if you can't get it right.  Persistence and patience will pay off.
    Kate

  • Preferred size of JEditorPane/ HTML page

    Hi,
    I've loaded an HTML page in a JEditorPane. Since I'm using a layout manager with absolute positioning, I need to know the pane's preferred size.But the preferred size I get is just about (6, 6), although it has a big picture in it. I tried validate() first or to add it with (1,1) to have it set up properly (visible etc.) and then resize it afterwards, but it had no effect. Is there a way to get a preferred size of an HTML page?
    Thanks a lot.
    Greets
    Puce
    Note: Using another layout manager is not a option, since this is a very specialized task.

    I could use this as well. I'm tiling JEditorPanes vertically inside a JPanel using BoxLayout. The problem is that I need to limit the width of the panel, so I need to adjust the sizes accordingly. Any suggestions? I'll give another duke...
    Max

  • External html page into flash

    how to load external html page into flash? (AS3)

    You cannot load an html page into Flash, though you can try to load the html code that it contains into a textfield.  Flash supports only a very limited number of html tags, so it is highly likely you won't get what you are after if you are reading an html file that hasn't been edited for Flash specifically.  Just look up the TextField.htmlText property in the AS3 help documents and it lists the html tags that are supported. 
    For AS3 you need to look into the URLLoader class as far as loadng an extrernal text file goes.

Maybe you are looking for

  • Capture contents from an editable alv

    I'm trying to capture fields from an editable alv. I have an update button in the application toolbar. So when i press this button, whatever changes I have done on the screen, the internal table should get updated. I'm using the function module    RE

  • How do i close an ad?

    I have an ad with no skip or close button on my words with friends ap. how can i close it without removing and reloading the ap?

  • How to stop attribute level validation when entity validator fails?

    Hi, Can you suggest any way to achieve the desired behaviour on the following scenario. Table contains the following columns 1. Grade 2. Grade Rate 3. Status Constraints: 1. Grade and Grade Rate together must be unique. 2. Grade and Grade Rate are ma

  • Low battery warning for my iMac keyboard

    I keep getting a low battery warning for my iMac keyboard even when it has brand new batteries. Is there a way to switch this off or reset it so that it doesn't keep informing me?

  • Missing Lacie - Firewire woes!

    I have tried several forums to find an answer to my headaches, I know I am not alone in this... A brief history, I am cutting a film on FCP5 everythings been hunky dory, then my system hangs. i reboot, no Lacie (Firewire100gig), no media, nightmare!