HTML embeded in Flash and img tag

I'm currently developing an application in flash, which
consist of a hand-drawn screen, in which HTML page appears. To
achieve this I used a TextField with html option. Unfortunately,
TextFiles show only some simple tags – is there any other way
to show more complicated ones in Flash CS3 (and AS3)? I have also a
problem with the <img> tag. Picture loaded via <img>
doesn’t print from TextField. My printing code attached -
webpage_txt is control to print. Do you konw why it doesn't print?
Thanks in advance for help.

Currently, no, there are only simple HTML tags available.
Though, FlashPlayer10 promises to have much greater support for
text, including inline tables, etc.. You may just have to make do
with what you have for now, and wait for the new player.
As for your picture woes, I unfortunately am unable to help
you there, with very little printJob experience myself.

Similar Messages

  • HTML Pages/Macromedia Flash and OBIEE

    Hi there.
    I need to integrate an HTML page and/or Macromedia Flash app's with OBIEE.
    What I'm planning to do is creating a HTML or Flash page, with some fancy art representing different dashboards. When user click one of thos pics, then I must go to the appropriate dashboard. In there, I don't want to show OBIEE Answers ordinary graphs, tables and other objects. I want to show the end user another page that gets info from OBIEE requests and show them in a different way, with a more user-friendly exhibition.
    If end-user wants to go from here to a more detailed view, then It could display OBIEE regular dashboards and graphs.
    I know this won't be easy nor have a simple answer to this question.
    But if I could make myself clear, then you guys could give me some pointers of how could I achieve such results.
    Thanks in Advance!
    Marcos

    You can access the OBIEE data via ODBC but only on Windows machines. If you install the client tools you will get the BI Server ODBC server which you can use to connect any Wep Application to OBIEE. If you want to integrate OBIEE within another site see this post, it might give an idea:
    Re: Sharepoint Integration through web parts

  • ServletServlet and IMG Tag

    System: WebLogic Server 4.50
              Please look at the followin snippet from one of my servlets:
              out.println("<table cellspacing='10' cellpadding='0' border='0'
              bgcolor='#acdfb9'>");
              out.println("<tr>");
              out.println(" <td><IMG align=top border=0 height=100
              src='header_merch_pic.jpg' width=100>"
              out.println(" <font face='Arial' size='+2'
              color='white'><b><i>Magic</i></b></font>");
              out.println(" </td>");
              When I run this servlet as a registered class, it works fine. However
              when I try to run this guy under
              through the ServletServlet servlet (is that like USA Today today), I get
              an error reported on the server
              which states the following:
              Thu Dec 02 16:00:26 CST 1999:<E> <ServletContext-Servlets> Servlet
              failed with ServletException
              Thu Dec 02 16:00:26 CST 1999:<E> <ServletContext-Servlets>
              javax.servlet.ServletException: No servlet found for PATH_INFO =
              /com/novusnet/mrchsrv/java/MagicBannerServlet/header_merch_pic.jpg
              I'm a little confused since the only place where header_merch_pic.jpg
              appear is in an out.println() call, which is simply output to the
              browser and shouldn't be attempted to be loaded as another servlet. If
              the IMG line is removed, the servlet works, I just can't display the
              graphic. What gives?
              Please help,
              Matt
              

    Let me guess something: you set up your webserver to proxy everything
              under the /com/novusnet/mrchsrv/java directory as a servlet. Since you
              used a relative path for the image, Weblogic is looking there for the
              image and expecting it to be a servlet.
              Try an absolute path to the image.
              Matt Schoaf wrote:
              >
              > System: WebLogic Server 4.50
              >
              > Please look at the followin snippet from one of my servlets:
              > out.println("<table cellspacing='10' cellpadding='0' border='0'
              > bgcolor='#acdfb9'>");
              > out.println("<tr>");
              > out.println(" <td><IMG align=top border=0 height=100
              > src='header_merch_pic.jpg' width=100>"
              > );
              > out.println(" <font face='Arial' size='+2'
              > color='white'><b><i>Magic</i></b></font>");
              > out.println(" </td>");
              >
              > When I run this servlet as a registered class, it works fine. However
              > when I try to run this guy under
              > through the ServletServlet servlet (is that like USA Today today), I get
              > an error reported on the server
              > which states the following:
              >
              > Thu Dec 02 16:00:26 CST 1999:<E> <ServletContext-Servlets> Servlet
              > failed with ServletException
              > Thu Dec 02 16:00:26 CST 1999:<E> <ServletContext-Servlets>
              > javax.servlet.ServletException: No servlet found for PATH_INFO =
              > /com/novusnet/mrchsrv/java/MagicBannerServlet/header_merch_pic.jpg
              >
              > I'm a little confused since the only place where header_merch_pic.jpg
              > appear is in an out.println() call, which is simply output to the
              > browser and shouldn't be attempted to be loaded as another servlet. If
              > the IMG line is removed, the servlet works, I just can't display the
              > graphic. What gives?
              >
              > Please help,
              > Matt
              

  • Flash and Html combined elements

    I have a question, basically what I have is a flash site, and
    one of those sections is a news section, when someone clicks on
    that section i want it to open up html webpage within flash and
    then be able to scroll up and down the page because i know it all
    wont fit. I want to do this because it will be easier to update, i
    do not want anything fancy perhaps a picture resized and some text
    under it, when you select the picture it will open in a new window
    full sized. Does anyone know how to do this?

    Here's a good help article that should help to explain the process: Adobe Flash Platform * External API example: Communicating between ActionScript and JavaScript in a web browser

  • Img tag limitation

    this.createTextField("mysmileys",1,10,10,500,300);
    mysmileys.html = true;
    mysmileys.wordWrap = true;
    mysmileys.multiline = true;
    mysmileys.htmlText = "These are smileys <img src='smiley.jpg' /><img src='smiley.jpg' /> who are angry";
    I'm expecting:
    These are smileys which are angry
    But I get:
    These are smileys    which are angry
    This is some limitation of Flash regarding img tags? That an image is place on a new line following the line with the img tag? Or is there a workaround?

    In my own experience with htmlText dealings, which is not at all vast, I've found that incorporating images is a losing battle in terms of controlling where they land and how they behave with text.
    Your best bet might be to just take a screen shot of what you just showed, with the images and text cmbined into an image, and place that in your textfield.  It is probably the easiest solution compared to whatever other finagling you might have to using CSS or something, if that is even possible to use to make it work.
    I did take a look thru Google regarding this issue, but the search terms I used aren't leading to the problem you are facing, except one where the answer appeared to be to not use Flash.

  • [off-topic] How to {code} and {quote} tags?

    Hi Experts,
    In the old JIVE forum, we had two tags - { code } and { quote }   (without spaces)
    In this new forum, quote tags are there... but can anybody please tell me how to bring the { code } tags?
    Like the one used here - https://forums.oracle.com/message/11041702
    ( { code } tags - White vertical stripes )
    -- Ranit

    Yes, the others have the correct answer, but you can also get the quoting lines by playing with the pre syntax in the html editor.  You have to be careful to move the </pre> tags to the right place in the hierarchy, and there seems to be some pre- and post- processing going on that might mess it up anyways - when the system is slow and you go into the advanced editor, you can get a glimpse of some of that happening.  I think that is why they can't get it right, it's too helpful.  I gave up trying to figure it out, except when it won't work and I have to futz with it (sometimes when you quote, it all gets quoted and there's no way to add an unquoted line).
    Here I added a <pre class="jive_text_macro jive_macro_quote" jivemacro="quote"> and an associated </pre> on your "Thanks for responding" line:
    ranitB wrote:
    Hi Dude,
    Thanks for responding. Did you manage to check the link I posted previously? I used the { code } tags there.
    Just wanted to know how to get those "white vertical lines" around my code. They look neat, decent and still preserve the code formatting. (unlike the Syntax highlighting >>)
    I did some decoding in HTML mode, with <code> and <pre> tags and CSS "class=jive-pre" ... but no good.
    Are you getting my concern... Any pointers?
    -- Ranit

  • IE10 blocks local files with flash and java content

    Hello,
    we have imported the Microsoft Security Compliance Policys for IE10.
    Now we have unfortunately
    found that, IE is blocking content on the for the "local computer".
    We have installed some software which calls a index.html with some flash and java content, but nothing gets displayed. We`ve already enabled the setting "active content to run in files on my computer", but that doesnt help.
    I have copied the files on a file server which is member in the local intranet sites, an there everything is working perfect. My question is, how can I find out which setting is causing that?
    Hope somebody have a clue.

    Hi,
    Are we using the SCM (Microsoft Security Compliance Manager ) tool here?
    If we have any issue regarding SCM, we might consider seek help in the following forum:
    http://social.technet.microsoft.com/Forums/en-us/home?forum=compliancemanagement
    For Internet Explorer 10 is blocking the page content, please follow Rob's suggestions, consider use F12 debuger to check, and here is some information regarding F12 tool usage:
    How to use F12 Developer Tools to Debug your Webpages
    Best regards
    Michael Shao
    TechNet Community Support

  • Embedding HTML in a Flash site

    I'm trying to add the HTML code for a PayPal button to my
    website, but for the life of me, I can't seem to figure out how. Is
    there a way to add HTML to a Flash file, or even to a Flash
    generated button? Am I even making sense? I'm a complete
    programming newb, this website is my first project. Any help anyone
    can offer is greatly appreciated.

    You can set dynamic text fields to render HTML (though only a
    small subset of HTML tags are supported). You could also import the
    button graphics and make te button itself in Flash using a getURL()
    function to call the appropriate page when clicked.
    Hope that helps!

  • Html "img" tag impossible to delete

    Hi!
    I process .html files, and I want to delete all the tags. I do it with .replaceAll("\\<(.)*?\\>", " ")
    It is rather successful, and all of the tags are deleted except for img tags. What could be a reason?
    Thanks!

    For these problems, MULTILINE mode, which matches \nx with $^, is irrelevant.
    You should consider using DOTALL mode for matching a regexp '.' with '\n'.
    And you should consider which you are going to choose between greedy mode and
    reluctant mode.
    import java.util.regex.*;
    public class TagRgx{
      public static void main(String[] args){
        Pattern patt1 = Pattern.compile("<[^>]*>");
        Pattern patt2 = Pattern.compile("<.*>");
        Pattern patt3 = Pattern.compile("<.*>", Pattern.DOTALL);
        Pattern patt4 = Pattern.compile("<.*?>");
        Pattern patt5 = Pattern.compile("<.*?>", Pattern.DOTALL);
        String html
    = "This is <b>a test</b>. <img src=foo.jpg\nwidth=1 height=1>. End test.";
        System.out.println("1: " + patt1.matcher(html).replaceAll(""));
        System.out.println("2: " + patt2.matcher(html).replaceAll(""));
        System.out.println("3: " + patt3.matcher(html).replaceAll(""));
        System.out.println("4: " + patt4.matcher(html).replaceAll(""));
        System.out.println("5: " + patt5.matcher(html).replaceAll(""));
        System.out.println();
        String h2
    = "Begin<!-- This comment doesn't terminate here > but rather here -->End";
        System.out.println("1: " + patt1.matcher(h2).replaceAll(""));
        System.out.println("2: " + patt2.matcher(h2).replaceAll(""));
        System.out.println("4: " + patt4.matcher(h2).replaceAll(""));
        System.out.println();
        String h3 = "Begin<meta name=\"Random\" text=\"Look at the >\">End";
        System.out.println("1: " + patt1.matcher(h3).replaceAll(""));
        System.out.println("2: " + patt2.matcher(h3).replaceAll(""));
        System.out.println("4: " + patt4.matcher(h3).replaceAll(""));
        System.out.println();
    }

  • Html codes for a flash and a quicktime movie

    I'm building a new webpage and I want to put a flash and a quicktime movie in every page......now that the new iWeb has the html snippet option I was wondering if there is anyway of embeding the movies with html code in a way that I just have to replace the movie file instead of putting the movies in every page all over again every time I want to update the site
    Thanks

    Code for Flash inclusion is here: http://artotems.com/test.aspx as well as many other examples.
    It's intended for PC OL users but can be used for any site with HTML access. There are many clear examples on the site. I know I wrote them.
    Mac faithful, don't have a cow. }:- It's a complex world. I use a MAC as well. I'm on it now.
    MAC site: http://web.mac.com/catucker/InsideOutside/Blog/Blog.html
    Have Fun!

  • Publishing Flash and embedding

    Hello everyone,
    I'm afraid I'm very new to Flash and learning as I go, I'm
    equally new to webdesign, so apologies in advance.
    I've created a flash movie, and I've published it and got my
    various files plus HTML file and my alternate JPG.
    I can get the movie to work fine in Firefox but not at all in
    IE, so I just want the alternate jpg to display instead. However in
    the code where it says:
    //end AC code
    } else { // flash is too old or we can't detect the plugin
    var alternateContent = 'Alternate HTML content should be
    placed here.'
    + 'This content requires the Adobe Flash Player.'
    + '<a href=http://www.macromedia.com/go/getflash/>Get
    Flash</a>';
    document.write(alternateContent); // insert non-flash
    content
    I put in img src=gloworb.jpg where it prompts "alternate html
    content should be placed here" and nothing happens at all. Can
    anyone help?
    Thanks,
    Ryan

    Hiya, thanks for replying. Here is the final chunk of code of
    the published flash. Bold is my addition.
    //end AC code
    } else { // flash is too old or we can't detect the plugin
    var alternateContent = '
    img class="absol" img src="glowing orb.jpg'
    The class just relates to the positioning Ive assigned to the
    main logo, and if the flash movie cant play I just want the static
    regular logo to be visible instead.
    Thanks

  • Trying to add img scr, alt and title tags to a Photoshop created web gallery.

    I need to add some tags to a web photo gallery created by Photoshop. I've posted the same question in the PS Forum just in case.
    I need to add img src, alt and title tags to the images in the web gallery. Normally this is as simple as working on the code in the html page in which the image sits but the PS gallery doesn't seem to be that simple. I'm not sure exactly what file to put these tags in.
    Can anyone tell me exactly how, and which files I need to work on, to add these tags to each of my 42 gallery images?
    Thanks.
    John.

    The gallery is a mess and I might just rebuilt it using something else like Jalbum, but here it is: http://thewoodshopmalvern.com/ThumbnailGallery/index.htm
    Yes, I'm sorry, I'm trying to add ATTRIBUTES to the <img> tag.
    For the rest of the site I have simply gone to each of the html pages and updated the code itself - pretty straightforward. But PS seems to use Javascript in making this gallery and unfortunately I just don't know enough about Java to understand exactly where I need to add these attributes.

  • Using itemtype img tag and meta tag with {tag_largeimage}

    Hi everyone
    Just getting into using Social Media meta Tags for my online store using bc
    Schema.org markup for Google+
    Twitter Card data
    Open Graph data
    and I used this site for reference Must-Have Social Meta Tags for Twitter, Google+, Facebook and More - Moz
    Ive added this to my large product page and now ive entered the world of Schema.org markup and itemtype and im having trouble with images.
    for my large product page ive turned the meta tags from this...
    <meta itemprop="image" content="http://www.example.com/image.jpg">
    <meta name="twitter:image" content="http://www.example.com/image.html">
    <meta property="og:image" content="http://example.com/image.jpg" />
    to this
    <meta itemprop="image" content="{tag_largeimage}">
    <meta name="twitter:image" content="{tag_largeimage}">
    <meta property="og:image" content="{tag_largeimage}" />
    but the page doesnt like it and the page reads with 3 /> /> /> at the top of my html page for anyone to see meaning that bc doesnt like the code.
    also doesnt like it when i use
    <img itemprop="image" {tag_largeimage}" />
    turns into this
    <img alt="" itemprop="image" />
    Image is the only one im having a problem with so far any ideas if I can do anything about it. I dont want to have to manually add a http to every product.
    thanks
    Dave

    the meta tags work now.
    the only one i still cant get to work is the
    <img itemprop="image" {tag_largeimage}" />
    when I change it to _path the html editor saves it as
    <img alt="" itemprop="image_path" />
    so will have to leave that for now put I can still use alot of the itemprop tags to promote the page better than before.
    thanks for the help

  • Get current HTML URL into flash with LoadVars and ColdFusion

    I need to get the current page url and pass it into flash.
    I'm also using ColdFusion. Is there an easy solution?

    I gave up on bringing in the URL and parse it into a string,
    there is too much I don't understand. I put in two commands in the
    HTML where the Flash movie is sitting:
    1. <param name="FlashVars" value="airport=sbn"/>
    2. and in <embed src I put in, Flashvars="airport=sbn"
    "airport" is the variable in Flash (it is called as
    "_level0.airport" in the Flash file) and "sbn" is the variable
    definition for 12 of the files. I will just find "sbn" and replace
    it with the new airport name in the next set. It's not very slick,
    but it's better than having to create a new navigation for every
    airport. Thanks for the help.

  • Why would one put a percentage on the HTML and Body tags?

    http://cssremix.com/visit/handcrafted-css/
    On the above site there is a percentage placed on the HTML tag and body tag.
    Dose this control the scale of the page or just the type on the page?
    If so I would like to know how I may control are elements on the page using percentage.
    That is if all the elements on the page are scaled depending on how big the browser window is.

    This may help as well:
    http://www.smashingmagazine.com/2009/06/09/smart-fixes-for-fluid-layouts/
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

Maybe you are looking for

  • Repairing permissions - ERROR: NO VALID PACKAGES

    I think I may have deleted something important! I had a bit of a tidy up the other day, mainly deleting printers & fonts that I don't use. But it looks like I may have removed a few important things. In disk utility, I can no longer repair disk permi

  • Export and Import of repositories

    Hello all, I was trying to import a repository and reports created on a different BI server.Can anyone help me with the proper steps to do so? When I try to do the same and open up one of the imported report...it asks me for a dsn name and a driver..

  • IE 7 Not Adding Padding at Bottom of LIs as Nav Buttons

    At the test page, I want a 1 pixel border on the bottom and right of nav buttons (made from li elements). Works in some browsers, but not IE7. I added bottom padding to the <a> elements, but IE 7 neither applies the padding nor the border.

  • Error Code -2147467259 when custom FrontEnd Callback is called from Teststand.

    Hello, For the project I am working on, the standard LoginLogout sequence has to be overriden from a custom one. The sequence i implemented does the following: A connection to a database, located on a virtual machine at my pc, is initially opened, th

  • System doesn't want to switch off(arch+notebook)

    I just have installed the system. I have installed only base packages from new core image. System works good but doesn't want to switch off. After using shitdown -h now or poweroff or halt all as usally but after appearance inscription Power off noth