Embedding HTML in Flash.  Is it possible?

I have a simple website that I created and want to put up a
video that will play directly from YouTube. What I want to do is
embed the code they give me onto an SWF and have it play the video.
I seem to be able to do this on a Dreamweaver page and on blogs but
no matter how hard I try, the code comes up as text when I preview
in HTML(Default). I have tried having it as dynamic text, input
text, you name it and I can't seem to get it to play the video
instead of the text displaying text. Can this even be done? If so,
how how how?
I have a video embedded now that runs off my server but it
takes forever and a day to load. Are there any other solutions to
get a high quality 2min. video to play without at least a 2min.
wait?

you can create a SWF movie or document on flash with a flash
cideo player on it and then embedding that swf into your site will
call the video off from youtube or where ever the video is,

Similar Messages

  • Embedding HTML Into Flash?

    Let me start with the fact I only know some AS2. AS3 tends to go over my head. So I'm using Flash 8
    If I need FlashCS5 to do this, then, PLEASE, let me know.
    Here's the situration.
    I manage and build a number of sites. Many are parts of a network. The goal is to join them all as one. Both without using php (don't know php), and without having to leave primary page. A Flash Site is the plan. But that is a TON of work to re-create entire sites flash that are already large and established.
    So I got to thinking. What if I embed the HTML/CSS sites into Flash itself? That way they can still make their changes and it'll effect both the HTML version as well as it's mirror/portal via the Flash site?
    In Short:
    I want to embed this page on one frame in Flash:
    http://www.uga-international.com/About.html
    And place a link to another KeyFrame that has this page/site embeded:
    http://www.melholder.com/MAIN.html
    How would I go about doing this?
    ====
    Then it got me thinking even more. If this works, would it be possible to load a SWF video player (Webstunning FLV Player) into Flash and run it as if it's part of the Flash site?
    I thought the Loader Component would do this for me. But it keeps saying it can't locate the "playList.xml" file. The player has outside files it referances. This eoor prevent the player.swf from playing period.
    So how would I go about getting the loader to player external .SWF files that referance external .XML files?
    Here are two sample pages using different .SWF files that referance external .XML files:
    http://www.melholder.com/index.html
    http://www.dovm.org/TEST1a/Test1a.html
    Thanks in advance.

    Thank you for you help and patience.
    But your last statement "copy and paste your frameset encoding" just got me lost.
    In Flash, I know how to use the "MyLoader" to load an outside file (but loading HTML pages in it does not work) But it only has these Parameter options:
    autoLoad:True
    contentPath: "URL goes here
    autoScale:True
    I also know how to point a button's AS2 to open a URL page.
    on (release) {
    getURL("URL Link Goes Here",_blank);
    Those are the only pointing methods I know.
    Now that I think about it. do I change the "_blank"  part of the AS2 code to the name of the Iframe instead?

  • Embedding HTML inside Flash File

    HI.
    I would like to inquire on how to embed a HTML file insides a
    Flash File.
    This is the scenario, I have several HTML files, e.g. a.html,
    b.html, c.html.
    Where there would be a links inside that flash file, to open
    a.html, b.html, and c.html (not a new browser).
    How can I do this? Guides / Tutorials would help.
    I am a bit a newbie in the world of Flash. Thank you in
    advance.
    /928 :)

    mauve928,
    > I would like to inquire on how to embed a HTML file
    insides
    > a Flash File.
    Dynamic text fields do support some HTML formatting, but
    it's important
    to understand that at this time, the supported tags comprise
    only a very
    small subset of the full HTML specification. (Search the Help
    panel for
    "supported HTML tags," and you'll see which ones they are.)
    As such, Flash
    Player simply doesn't load HTML files.
    What Flash Player does load is XML, so if your documents are
    formatted
    as XHTML (that is, technically XML), you'll have the
    beginnings of something
    you can use. Flash won't necessarily be able to display
    elements it doesn't
    understand (e.g. tables), but because the document is XML,
    you'll be able to
    parse those tags and extract information from them, using
    what Flash *is*
    capable of displaying.
    I wrote a series at Community MX not long ago that makes
    some
    exploration into what you're after.
    http://www.communitymx.com/abstract.cfm?cid=02395
    The first article (of three) is free, and you sign up for a
    non-obligatory free trial to read the rest.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Web Intelligence: Save Report as PDF and with embedded HTML code

    Hi all.
    Sorry but I'm not able to find any post about this matter, please feel free to provide links if you know existing topics about this problem.
    We created a beautiful report with HTML5 code embedded into a blank cell and we are now trying to export it in a printable format (e.g.: PDF or HTML).
    As you know (as per manual information) it is not possible to export a report with embedded HTML code and keeping it in the output (cell with embedded HTML code is rendered blank).
    My question is: is there a known workaround or an alternative solution to export the report and keep its content?
    Print screen is not a valid option :-P
    Thanks for the support or any suggestions
    Stecas

    Product limitation; vote for change on ideaplace, etc. I don't believe there is an *easy* workaround, but see:
    https://scn.sap.com/thread/3149287
    HTH
    NMG

  • Add effects (rounded corners) to an embedded HTML video frame?

    Is possible to add effects (rounded corners) to an embedded HTML video frame?

    Yes, you can.. however it isn't that simple. Take a look at this thread:
    http://stackoverflow.com/questions/7811719/adding-border-radius-for-embedded-youtube-video
    -Julia

  • CFML/HTML and flash

    Hello,
    Ok, here’s what’s going on - I have a CFML Tag
    that displays a number from my Database. I want to get flash to be
    able to read this number using embedded HTML. However, I can't find
    a tutorial in Google I may be searching for the wrong thing.
    Anybody know a tutorial and or code that could help me?
    Many Thanks, Look forward to a response.

    Set a CF variable, then pass it to your Flash movie using
    either the Flashvars param (or a URL variable when calling the SWF)
    in the HTML object/embed tags. Here's the LiveDocs on using
    FlashVars:
    http://livedocs.macromedia.com/flash/8/main/00001206.html
    Hope that helps!

  • Embeded html

    Hi,
    I have some embeded html in my flash 8 file. This is the code
    for the text file:
    myData = new LoadVars();
    myData.onLoad = function() {
    myText.html=true;
    myText.htmlText = this.myVariable;
    myText.backgroundColor = 0xdadbdf;
    myText.Color = 0xff6600;
    myData.load("myText.txt");
    And here is the text file itself:
    myVariable=<font color="#3c3c66"><a
    href='asfunction:Video1'><b>A Little Bit of
    Blue</b></a> (2:18)<br>This is the short version
    of the video "A Little Bit of Blue."<br>
    <a href='asfunction:Video2'><b>Dow
    Jones</b></a> (12:50)<br>The Dow Jones indexes
    moves from a competitive UNIX platform to a world class System
    P/AIX solution from IBM.<br>
    <a href='asfunction:Video3'><b>A Master Inventor
    at work</b></a> (11:27)<br>How IBM's Andy
    Stanford-Clark and his llamas inspired a new type of car
    insurance...and other tales of innovation.<br>
    <a href='asfunction:Video4'><b>Think
    Z</b></a> (6:51)<br>The Bob Hoey story, Part
    Deux.<br>
    <a href='asfunction:Video5'><b>Jon
    Iwata</b></a> (6:51)<br>Segment from 1Q06
    Business Update Meeting.
    </font>
    It works fine, but I see no way of controlling the font size
    of the text in the myText.txt file. I've tried putting a
    <font> tag in the file, but that did not work. I tried adding
    a line to the action script code above, but that did not work
    either. What am I doing wrong, and how can I change the font size,
    if it can be done? Thanks.
    Bob

    Try other segment of html code into content editor web part and check 
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • Create Incoming Mail Rule Based on Embedded HTML in Emails in Mac Mail?

    I want to filter a selection of incoming emails in MAC MAIL that have an image embedded into the email. The image is the only thing that will distinguish the emails apart and so I'm wondering if it is possible to filter based on embedded html in an email? If so how? Thanks!

    There are no embedded images in HTML mail; it's an attachment. If you want to filter out messages with attachments of one or more types, you need to create a Rule that looks for that criteria and then transfers those messages to your desired location.
    For example, if you wanted to filter out messages that contained .gif images, you'd setup a Rule where "Any Attachment Name" "Ends with" ".gif" and then choose what you want to happen to those messages.
    And the program is Mail; not MAC MAIL.

  • How to get embedded HTML code of slideshow created with photoshop elements 8?????

    How do I get the EMBEDDED HTML CODE after creating a SLIDE SHOW using Photoshop Elements 8?????

    You're welcome. How about awarding them duke stars?
    edit: cheers!

  • Embedding html in .java file comments

    for years now the convention has been to liberally use html in java source code comments
    to beautify javadocs. for example, i have taken this out of the source code for java.lang.System:
    * The <code>System</code> class contains several useful class fields
    * and methods. It cannot be instantiated.
    * <p>
    * Among the facilities provided by the <code>System</code> class
    * are standard input, standard output, and error output streams;
    * access to externally defined "properties"; a means of
    * loading files and libraries; and a utility method for quickly
    * copying a portion of an array.
    * @author Arthur van Hoff
    * @version 1.125, 12/03/01
    * @since JDK1.0
    the problem i see with this is that the tags must be stripped if one is producing
    documentation in formats other than html (swing doclet, or pdf doclet, or any
    application of xml).
    aren't we forever tying ourselves to html? is there any intention on the part of
    j2se/j2ee developers to discontinue this practice? i've begun working on a xul
    doclet and am having to enclose the documentation in cdata to maintain the
    validity of the document i produce (i could also just strip out the tags of course).
    thanks, eitan

    Hi Eitan,
    I see little problem as long we provide a way to
    parse whatever format is being used.
    Please take a look at the commentdom package in
    the "Doclet Refactoring Design" under "What's New"
    on the right side of the Javadoc home page:
    http://java.sun.com/j2se/javadoc/
    Here's its description:
    com.sun.tools.doclet.toolkit.util.commentdom
    DocComment to DOM Translator - Documentation comment contains embedded HTML,
    Javadoc inline tags as well as custom inline tags. This package will contain classes that will help
    generate a DOM tree for the documentation comment. This can be of great help for doclets that
    generate documentation in formats other than HTML. Such doclets don?t have to undergo the
    tedious task of parsing the documentation comments for all the tags. Doclets can then directly
    traverse the DOM tree and then convert the tags to appropriate format.
    The DOM tree will adhere to the doccomment DTD that will be published later. The DTD will
    allow required HTML tags along with their attributes as defined in HTML4.0 specifications. The
    DTD will also support Javadoc-defined inline tags as well as user-defined custom inline tags.
    We plan for the doclet toolkit other than this part to be in Tiger;
    we haven't committed dates to delivering this piece, but feel it
    would be an important part of the toolkit.
    -Doug Kramer
    Javadoc team

  • Embedding html in source code?

    hello,
    im trying to insert some code into the source code of the site, in order to then be able to embed specific html on specfic pages pertaining to specific videos i have for sale.
    how do i access the source code?
    cheers
    daniel

    Hello,
    Please refer to the link below on embedding HTML in Muse.
    http://helpx.adobe.com/muse/topics/embedding-html.html
    If you are willing to insert certain code in Body then you can use Object > Insert HTML.
    If you want to put the code in head then you need to go to the page and go to Page > Page Properties > Metadata > HTMl for <head> > Paste the code.
    For more options you can refer to the link above.
    Regards
    Vivek

  • Embedding html from youtube no longer works

    embedding html from youtube no longer works??

    You need to select the 'Enhanced Privacy' check box in YouTube before getting your embed code.

  • Embedding HTML in XML CDATA and encoding issues

    Hi all,
    I'm embedding HTML code in a CDATA section. My problem is that, depending on the document, the HTML can be encoded in many formats. I borrowed a piece of code that sniffs that format so i can create String in the "right" encoding (or at least the one that was guessed).
    - If I directly injected those in the CDATA section, i guess they'd be encoded in UTF-8 and some character would be misinterpreted?
    - What if i would transcode the HTML from the sniffed format to utf-8?
    -Are there any issues woth doing this?
    Sorry if this is a dumb question but I'm quite new to that kind of encoding issues.
    BTW i'm using DOM.
    Thanks
    lexo

    I don't know if it's a dumb question. I just don't understand it at all. Encoding issues only arise when you write data from a Java program to an external location, or when you read data from an external location into a Java program. And none of the activities you mentioned there have anything to do with that.
    When you write your XML to an external file, or wherever you write it to, it gets encoded at that moment. The whole thing. Elements, attributes, CDATA sections, the whole thing. Doesn't matter what's in it, the whole thing gets encoded in whatever charset was chosen.
    Does that help?

  • Designing Embedded HTML Page with iWeb

    I designed a html page with with an embedded html page within it. It all looks fine in iWeb, but when I upload the page to the intenet and I try to view this page it does not come up properly. Although I initially see the page come up as I designed it (for a fraction of a second) it then disapears and I only see the page I embedded on my page.
    I added the following codes in HTML Snippet:
    <object data=http://www.mls.ca/PropertyResults.aspx?&vs=Residential&ret=300&curPage=PropertySearch.a spx&sts=0-0&beds=0-0&baths=0-0&bt=1%2c16%2c17&atsg=%2c&ci=cartierville&pro=4&mp= 500000-0-0&mrt=0-0-4&trt=2&of=1&ps=10&o=D width="600" height="400"> <embed src=http://www.mls.ca/PropertyResults.aspx?&vs=Residential&ret=300&curPage=PropertySearch.a spx&sts=0-0&beds=0-0&baths=0-0&bt=1%2c16%2c17&atsg=%2c&ci=cartierville&pro=4&mp= 500000-0-0&mrt=0-0-4&trt=2&of=1&ps=10&o=D width="600" height="400"> </embed> Embedd a web page within another web page. </object>
    <object data=http://www.mls.ca width="600" height="400"> <embed src=http://www.mls.ca width="600" height="400"> </embed> Embedd a web page within another web page. </object>
    As I said, the above pages come up fine in iWeb but not when I search them with Sagari.
    Can someone please help with this. Thanks, Padano

    This is the proper code :
    <iframe src="http://url.to.file.html" frameborder="0" width="500" height="500" scrolling="no" allowTransparency="true"></iframe>
    You can also use this :
    <div style="width: 650px; height: 650px">
      <script language="JavaScript">
        location.replace('../../../your files.html');
      </script>
    </div>
    Source : iframe alternative in the HTML Snippet
    And on this page you can see how to use <object> for html, png and jpg files :
    Embed content with the <object> HTML element

  • Emails with Embedded HTML not coming thru to Mail

    Hi,
    I am running 10.4.10, and I email out a newsletter with Thunderbird 2.0.0.9 so that I can embed an HTML file into it. For 2 days, I have been testing it by emailing to myself from my ISP address to my .mac address, and also to my 3 email addresses that I have thru my ISP (pop account).
    For some reason, the email never arrives in my .Mac box, but it arrives immediately in my 3 pop account boxes and views perfectly. I have used the same security settings since I can remember. I receive iTunes news in my /Mac box (which is embedded HTML right?)
    Why doesn't the email go thru to my .Mac address? I have done this almost monthly for 2 years and have had no problem up til now.
    When I log onto my \Mac web mail, the email is not there either.
    I called my ISP tech support yesterday and the nice guy tried to help, but he wasn't sure how long Apple takes to scan emails containing HTML's. He seemed to think the email could still be enroute but I sent about 14 last night and they astill haven't arrived.
    thanks

    Could Apple have recently increased its security to block unwanted SPAM, and now my computer thinks this email is SPAM?

Maybe you are looking for

  • Go on sleep or shut it down?? what is the best?

    Hi, I use my powerbook everyday and I wonder whether I should let it go on sleep during the night and switch it off once a week, or properly shut it down everyday... What do you thing is the best for the computer? thx

  • My Pantone Color Swatch Library is Missing from Illustrator

    I've searched the computer for this PMS color swatch library... can't find it. How do I get it back? I NEED IT asap! Ahhh! Please help?

  • Date instead of quarters

    Hello Dears, I would like to display the date as the last day of each quarter instead of the quarter number. this is what I have, when I receive the Date from the DB I get it in the following format, Q1 2013               Q4 2012               Q3 201

  • Bridge CS5 and Illustrator batches

    Hi Can I run Illustrator batches from the Bridge (CS5), or is it only Photoshop batches that can do this?  If I go to Tools>Photoshop, there's a bunch of options, including Batch-, but under Tools>Illustrator there's only one option, Live Trace-.  If

  • Is java program meant to be slow?

    I dont know why... I have made a simple uploader which can upload 3 files at a time simultaneously...and it's a gui based. however, it runs quite slow, and it uses alot of memory. Is Java meant to be this slow? btw, will using AWT instead of Swing im