How to load html in loader

Hi,
I am loading one swf file in loader. but it was notatall
loading here. That movie size is more than 1mb. But if i open the
same file with html script, the move is able to open in the browse.
So, can i load that html in my loader. Can anybody give sample code
to load html in loader. Or any other better tycnique.
my html script:
<!-- saved from url=(0022)
http://internet.e-mail -->
<html xmlns="
http://www.w3.org/1999/xhtml"
xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<title>FFG temp landing pg</title>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="875" height="600" id="FFG temp landing pg"
align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="rotation.swf" /><param
name="quality" value="high" /><param name="bgcolor"
value="#ffffff" /><embed src="rotation.swf" quality="high"
bgcolor="#ffffff" width="875" height="600" name="FFG temp landing
pg" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash" pluginspage="
http://www.macromedia.com/go/getflashplayer"
/>
</object>
</body>
</html>
Thanks

Hi,
I as trying to play swf move only. I am able to play file of
small size, but this file is too large. I think that might be the
probelm. But, i am able to play the file from the html code i
given. But i want to embid this in my mxml applcation. If anybody
have idea, please reply me.
Thanks again.

Similar Messages

  • How to load external storage html file in web view

    hi all,
        how to load external storage html file in web view, please help me
       " ms-appdata://local/index.html" not working
    veerasuthan veerakesan

    It need be read as string. Then load the string by  Webview.NavigateToString.
    Sample as below
    string htmlstring = string.Empty;
    try
    var htmlfile = await Windows.Storage.ApplicationData.Current.LocalFolder.OpenStreamForReadAsync("a.html");
    using (System.IO.StreamReader streamReader = new System.IO.StreamReader(htmlfile))
    htmlstring = streamReader.ReadToEnd();
    webview.NavigateToString(htmlstring);
    catch(Exception ex)
    Debug.WriteLine(ex.ToString());
    在現實生活中,你和誰在一起的確很重要,甚至能改變你的成長軌跡,決定你的人生成敗。 和什麼樣的人在一起,就會有什麼樣的人生。 和勤奮的人在一起,你不會懶惰; 和積極的人在一起,你不會消沈; 與智者同行,你會不同凡響; 與高人為伍,你能登上巔峰。

  • How to load html page or website in flash as3

    hi
    how to load html page or web link (www.google.com)  in flash as3.
    please help me...

    Use the navigateToURL function...
    var url:String = "http://www.wherever.com";:
    var req:URLRequest = new URLRequest(url);
    navigateToURL(req);
    OR in one line...
    navugateToURL(new URLRequest("http://www.wherever.com"));

  • How may load an external (html) file in swf? Anyone!!!!!

    hi all,
        How may load an external html file in swf? such as google.com in a movieclip.
    anyone may help me.........????????

    With Flash, you can't do this.
    Just with FlashBuilder and Air (something like HTMLLoader  , not sure now)
    I mean loading in a movieclip..
    Of course you can open a page to display in a browser.

  • How to load html web in flash?

    How to load html web inside flash as2/as3?

    Hi spoboyle, thanks for your reply!
    Will the above methods works for a web app if I want to load something like these in flash?
    <iframe src=http://www.flickr.com/slideShow/index.gne?group_id=71332142%40N00 frameBorder=0 width=500 height=500 scrolling=no></iframe>
    or maybe this
    <object width="400" height="300"> <param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fabefilm%2Fsets%2F74457524564396771%2Fshow%2F&page_show_back_url=%2Fphotos%2Fabefilm%2Fsets%2F7215 7622564396771%2F&set_id=72121762456636771&jump_to="></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=109615"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=109615" allowFullScreen="true" flashvars="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fabefilm%2Fsets%2F72153224564396771%2Fshow%2F&page_show_back_url=%2Fphotos%2Fabefilm%2Fsets%2F72237624564396771%2F&set_id=72427624564396771&jump_to=" width="400" height="300"></embed></object>
    UPDATED: I downloaded the wrapper and read the README and docs. Im still unable to use it, how do I use it inside my flash to load html?

  • How to load data into html:select using Struts ?

    How to load data into <html:select> using Struts ?
    I can not load an array or collection (static or dynamic data) into drop down list control by <html:select /> Struts.
    please use:
    <html:select >
    <html:options />
    </html:select >
    Please help me. please detail it. thanks a lot.
    Message was edited by:
    tranminhman

    In order to load a collection or array of data you can use <html:select> with <html: options collection="" name=""/>
    here collection attribute refers to the Arraylist or Array of data and name is the name of the Form bean.
    Hope this helps...
    Chaitanya V

  • How to load file.html in  JEditorPane

    Hello
    how to display HTML file including images in JEditorPane
    the file is on local system
    thanks

    This is how I read contents of a file and put it into my JEditorPane.
    I don't know if it will incliude images or not, but it might.
          try {
               editorPane1.read(new FileReader(getFile),null);
             catch(IOException e)
                       e.printStackTrace();
         

  • How to load site in a reinstalled Dreamweaver

    Hello,
    I had to move from a desktop PC to a laptop. I had to install
    Studio 8 all over again and I have all the files I was using
    earlier in my desktop.
    When starting Dreamveaver I can see the folder structure in
    "files/assets/snippets" but I don't know how to load the main
    folder where my work is stored. (Where was doing my work earlier in
    the desktop)
    Example:
    I was working with a site named A. This is a folder named "A
    " that should appear under the "files/assets/snippets" window.
    All I see after the reinstall is the Desktop and all the
    folders in my HD along with the folder that I was working with.
    The "Manage Sites" small window is blank right now.
    How do I place the folder (site?) "A" back in the
    "Files/Assets/Snippets" column so I can open my HTML's already
    created, access the icons and other folders below "A" ?
    thank you
    pakoppan

    "> The "Manage Sites" small window is blank right now.
    Did you export your site definitions to a folder that you
    could move by FTP
    or portable device to the laptop? If so, all you need to do
    is import the
    site definitions and make sure your folder structure is
    identical to your
    other computer.
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner''s
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development

  • How to load the data from informatica into bw & how to report the data

    Hi friends,
    how to load the data from informatica into bw & how to report the data
    using cognos.(i.e how to access the data in sap bw using cognos 8 BI suite).
    Thanks,
    madhu.

    Inorder to report BW data into Cognos you can extract data from using Open Hub to the DB table from which Cognos reads.
    For BW informatic integration refer following docs:
    http://www.aman.co.il/aman/pfd/DataInteg_BR.q103cd.pdf.pdf
    http://h71028.www7.hp.com/enterprise/cache/3889-0-0-225-121.html
    http://devnet.informatica.com/learning/ePresentations.asp
    http://72.14.203.104/search?q=cache:C741L86Q19oJ:devnet.informatica.com/showcase/resources/Essbase_DataSheet.pdfinformaticapowerconnect(BI)&hl=en&gl=in&ct=clnk&cd=3
    http://www.informatica.com/customers/utilities_energy/fpl_group.htm
    http://www.informatica.com/solutions/resource_center/technote_sapbw_65241004.pdf#search=%22Informatica%20to%20Bw%22

  • How to Load Website in Movieclip. Flash AS3.0

    hi, we need to load website in movieclip. (www.adobe.com). how to load the in flash swf file in the site.
    thks

    If you are creating an AIR application you can use the HTMLLoader class.
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/html/HTMLLoader.h tml

  • How to load new planning application in EPM 11.1.1.2-DIM ESSBASE ADAPTER

    how to load new planning application in EPM 11.1.1.2-DIM ESSBASE ADAPTER

    If you trying load metadata into planning using DIM then have a look here :- http://www.oracle.com/technology/obe/hyp_fp/DIM_Planning/OBE_Dim_Planning.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to load an applet in a swing frame?

    Hi All,
    Can any one tell how to load a HTML applet in a Swing frame, I have a requirement where in the swing frame must contain a HTML applet.
    Thanks in advance...
    Panneer.

    Panneerselvam wrote:
    Can any one tell how to load a HTML applet in a Swing frame, I have a requirement where in the swing frame must contain a HTML applet.You don't. The requirement reeks of the ridiculous.
    Also, what is an "HTML" applet and how is it different from a regular applet or JApplet? I feel a case of jargonitis coming on.

  • Does anybody know how Oracle load large N-Triple file into Oracle 11g R1?

    Does anybody know how Oracle load large N-Triple(NT) file into Oracle 11g R1 by using sql*loader according to their benchmark results?
    Their benchmark results indicate they have over come the large data set problem.
    http://www.oracle.com/technology/tech/semantic_technologies/htdocs/performance.html
    It means they have loaded LUBM 8000(1.068 Billion+ Triples) into Oracle successfully, but there is no detailed steps provided. For instance, 32-bit or 64-bit platform they used, only one NT file being used corresponding to one dataset or several NT files?
    Is there any exception occured during the loading process if the NT file beyond 60GB? When using jena to generate NT file against LUBM(8000), the size of the NT file would definitely beyond 60GB.
    We are dividing such large NT file into several small ones? Is it a good approach? I'm hesitating to do so!

    A Linux 32-bit platform was used for bulk-load of LUBM-8000 1.106 billion (before duplicate elimination) RDF triples into Oracle.
    Multiple gzipped N-Triple files were used to hold the LUBM-8000 data. zcat was used on all these files together to send the complete data into a named pipe. SQL*Loader used this named pipe as the input data file to load the data into a staging table in Oracle. Once the staging table was loaded, the sem_apis.bulk_load_from_staging_table API was used to load the data into Oracle Semantic Store.
    (Additional details in http://www.oracle.com/technology/tech/semantic_technologies/htdocs/performance.html )
    Thanks.

  • How to load adobe flash on on vista system

    how to load adobe flash player on vista operating system

    Hi,
    Can you check the following document for the solution: http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html?
    With regards,
    Prabhu

  • How to load MI Client on blackberry stimulator

    Hi,
    Can someone tell me how to execute the MI program on blackberry stimulator.
    Are there any docs available describing how to load MI client on blackberry stimulator & then execute the MI program.
    Regards,
    sandeep

    Hi Sandeep,
    I do not think this is possible to run MI Client on a blackberry (OS, Memory and so on), as MI Client only runs on PPC2003SE with at least 64 mb. Check out the PAM in service marketplace for mi client.
    I guess you mix up Mobile Sales Online running on Blackberry, but here the appp is running server side (J2EE / WebDynpro )and BB is only rendering HTML pages.
    Rgds Thomas

  • How to load balance two link (resilient link)

    How to load balance (if can) or failover two Fiber channel like as below?
    interface GigabitEthernet0/1
    switchport mode trunk
    channel-group 1 mode active
    channel-protocol lacp
    interface GigabitEthernet0/2
    switchport mode trunk
    channel-group 1 mode active
    channel-protocol lacp

    Hi
    You can use this "port-channel load-balance src-dst-ip", this will do a XOR on source & destination IP addresses and choose the interface G0/1 if the first bit of the result is 0 or the interface G0/2 if the first bit of the result is 1.
    But you can check the path used with that command: "sh etherchannel 1 port-channel"
    You can load balance with the mac-addresses too (it is the default mode I think)
    http://www.cisco.com/warp/public/473/4.html
    Rate if it helps.
    MB

Maybe you are looking for

  • Won't start up or crashes within minutes

    I have a Power PC G5 which up until this week worked fine. Now, it will start up but crashes within minutes, no matter what I do (check mail, open Safari, open Address Book). Sometimes it doesn't start up at all. I press the power button and it start

  • Clusters as data structures

    I am looking for the best and simplest way to create and manage data structures in Labview. Most often I use clusters as data structures, however the thing I don't like about this approach is that when I pass the cluster to a subroutine, the subrouti

  • Property "labelFor" of the label is empty

    Dear Experts, I have created a simple project which contains a view and a service call and an ALV top of list. Without the top of list, the project works perfectly. However, after I added the top of list, The error message looks like the following: N

  • To add Hebrew as input language in Curve 8520

    Hello, I'm just newly entering the BB world, my first real major issue is adding Hebrew as input language to Curve 8520. Like to verify that I can read Hebrew on it, dont need to have Hebrew system, but all what i need is to be able to write Hebrew.

  • Sequence file Version number. How to prevent the automatic resetting build version number whilst auto-incrementing revision number?

    Hi, I've got my environment set this way that each save of the sequence file increase the revision part of version number. However, during that increase the build counter is reset to 0. How to prevent it? TS 4.2