Integration HTML in Flash?

Let me start with the fact that I do know that some AS2. AS3 tends to go over my head. So I use Flash 8

If I need FlashCS5 to do, so, please, let me know.

Here's the situration.

I manage and build a certain number of sites. Many are parts of a network. The goal is to join them all as one. The two without using php (do not know php) and without having to leave the main page. A Flash Site is the plan. But it's a TON of work to recreate all flash sites that are already large and established.

So, I got to thinking. What happens if I integrate the HTML/CSS sites in Flash itself? That way, they can still make their changes and it will make the HTML version as long as they are mirror/portal via the Flash site?

In short:

I want to integrate this page on an image in Flash:

http://www.UGA-international.com/about.html

And place a link to another keyframe that owns this embeded page/site:

http://www.melholder.com/main.html

How would I go to do this?

====

Then it got me thinking even more. If it works, it would be possible to load a video player SWF (Webstunning FLV Player) in Flash and run it as if it were part of the Flash site?

I thought that the Loader component would do this for me. But it keeps saying that it cannot locate the file "playList.xml". The player is outside the Referances files. This eoor prevent the player.swf to play period.

So, how would do to get the loader to the external player. SWF files this external referance. XML files?

Two examples of pages with different. SWF files this external referance. XML files:

http://www.melholder.com/index.html

http://www.dovm.org/TEST1a/Test1a.html

Thanks in advance.

You are welcome.

p.s. Please mark this thread as answered, if you can.

Tags: Adobe Animate

Similar Questions

  • HTML and Flash overlap question

    Hi, I'm doing a game, in which, I need to show and hide the HTML with Flash event. but want events hide and disable the HTML links.

    Basically, I made this request through masking div setting. but after have hidden this HTML area... She will ride the Flash content. and because of that I am unable to access the buttons or Flash text area.

    So, what is the best way to hide the HTML content after event generated from Flash.

    I did it with the external Interface, masking by javascript div.

    Problem is solved by the following method:

    function showhideTab (val) {}
    prohibition of var = document.getElementById ("main");
    if(Ban == null)
    {
    Alert (' sorry can't find your div ");
    return;
    }
    if(Val == true) {}
    Ban.style.Display = "Block";
    } else {}
    Ban.style.Display = "None";
    }
    }

  • You can layer html over flash yet?

    Hi all

    Awhile back, I remember that you cannot superimpose HTML over flash. I was wondering if this problem has been corrected or if anyone has found a solution (s) for this. I'm trying to remember if an iFrame has worked or not.


    -Pete

    Pete,

    > Some time, I remember that you cannot superimpose HTML
    > about flash.

    This has been possible for years, actually. You must use something
    called wmode, which allows Flash content to be stacked with CSS
    (z index) as any normal content. Just be aware that wmode for this
    goal has a number of potential known bugs.

    http://www.quip.net/blog/2006/Flash/how-to-position-Flash-beneath-other-content

    David Stiller
    Co-author, ActionScript 3.0 quick reference Guide
    http://tinyurl.com/dpsAS3QuickReferenceGuide
    "Luck is the residue of good design."

  • Using Google font on canvas HTML in Flash CC

    I'm new to working with HTML5 Canvas format. I work with some Google fonts (Raleway / Roboto) and I was wondering if there was a way to declare the necessary link for these fonts script
    for example within the CC Flash?

    < link href =' http://fonts.googleapis.com/css?family=Raleway:400, 700 | Roboto:400, 700"rel ="stylesheet"type =" text/css"> "

    Currently, I have to open the HTML file after publication and insert this script in the HEAD section, which works, but this should be done whenever the file is published and is not appropriate in cases where other people can ask him to update these assets.

    Is it possible to call this script, possibly using Javascript, so I can put it in image1 or something else?

    Please excuse my massive noobishness.

    Hi all

    Google Web fonts are now available for the HTML5 canvas documents in the last update to animate CC (15.2.1)

    See here: new feature summary (June and August 2016)

    By using the Google fonts to animate CC

    Download the latest version of CC animate using CC app to try it!

  • Apex 4.2: Why don't the graphics html work (flash cards work fine)?

    Hello

    I tried several types of charts to HTML (pie, bar) and cannot get to work.

    They work like flash cards, but I would prefer html given the possibility that it will work on more devices.

    I tried to copy the SQL code flash work and creating completely new code - even using the code generator - and nothing works.

    All shows on the last page is a standard empty region called "table".

    Is there something obvious that I'm supposed to do to run the html graphics?

    Thank you
    Emma

    Emma-apex wrote:
    Thanks for your reply. My version of Apex is the first part of the title of the thread for each message I wrote.

    It is not quite obvious here (especially replying on one of these mobile devices, that you are wanting). The full version number is also useful to be able to recognize or eliminate known bugs.

    I use IE8 with no option to use something else (business choice, not mine).

    There's your problem: IE8 is not compatible SVG, which is used to render graphics "HTML5".

  • Play a sound mousing in a canvas html in Flash CC document

    Hello

    I looked for a while to do something that I'm sure is simple, but I can't find the answer. I'm sorry if I missed it, but I appreciate any help anyone can provide.

    I have a simple button in flash that I am converting a document to html canvas so I can put like html in my Web site, with animation and its passage of the mouse. I had the animation works as I want, when I publish to HTML, but using Actionscript 3, I got a noise that played when the user said above the button. I want it continue to play a sound when the mouse user in my HTML file also, canvas top but I did not have success with the conversion of my Actionscript to Javascript and am not an expert by any means of javascript. I also have several formats of audio file linked in the code for all browsers that do not work with mp3 files. I can convert the audio file without problem but do not know how this code... I found some general tutorials on this, but have not been able to get it to work with anything I've tried so far.

    Here is the Actionscript code I had which works very well in my original document when I export a .swf file.

    Stop();

    import flash.media.Sound;

    import flash.net.URLRequest;

    import flash.events.Event;

    sprayGunbtn.addEventListener (MouseEvent.MOUSE_OVER, playSound);

    var myExternalSound:Sound = new Sound();

    var req:URLRequest = new URLRequest ("ShortSpray.mp3");

    myExternalSound.load (req);

    function playSound(event:Event) {}

    myExternalSound.play ();

    }

    If someone could help me to convert it into Javascript so that it does not work when I publish my .fla to HTML file, I would be very happy. Thank you very much in advance for your time...

    You can follow the steps below to easily play a sound when running - as on mouseover.

    1 make sure that your audio is imported into the library and has a specified binding name.

    2. open the Windows Menu-> Panel Code fragments, code and develop HTML5 Canvas-> managers section of events.

    3. Select your button on stage and apply the Code snippets MouseOver event.

    4. in the function MouseOverHandler add the line below and the test film:

    playSound ('audio_linkage_name');

    If you are still having problems let me know.

    In addition, you can go through the documentation for SoundJS for control with HTML5 Audio.

  • HTML and flash site

    I'm pretty sure that this question was frequently asked here. I've searched high and low, from google to bing to find help with this question. IM sort from a rooky. I have a Web site that was created entirely from flash professional and been transferred to dreamweaver. The site is fully functional on the computer but of course its not visible on devices mobile ios. I tried CreateJS and Swiffy, but it doesn't seem to work as far as the selection of url, links ect. Is there another way I can get this site compatible IOS?

    Rebuild your site with HTML & CSS.

    Nancy O.

  • How can I Center the objects on the html page flash?

    Hello

    So thanks to a few other users on this forum, I understand how to resize my content to shape tween without breaking the Bank.

    Also, I came across a way to center the flash on the scene objects. I use the "edit multiple images" button in the timeline, and then select all and reposition.

    It's pretty easy.

    However, when I do a preview publish and zoom in and zoom out (by command-/ +, on my Mac)... something doesn't seem quite right. My content do not stay in the Center and become more small, like most of the other sites, but rather it shrinks to the upper left corner. When I resize my window in fact, content does not meet the size of the screen and the Center itself, but instead gets cut! What I am doing wrong? Also miss me a scroll bar on the page!

    Is there a real html editor in Flash?

    Thank you very much!

    Zoom is a moving target. Browser engines to implement in different ways. If you try to make a site 100% height-to-width SWF then technically a zoom is not a resizing and cannot trigger the resize event at all (it should not). But I don't want to speculate until I know if you try to first make a site SWF height and a width of 100%.

    If this isn't the case, then CSS can also not responded to zoom in, for the same reasons. You use CSS to Center your SWF object?

    No Flash is not an HTML editor built in but there are tons of free software that can highlight HTML syntax or even help with code completion, if you do not have Adobe Dreamweaver. Aptana is a very popular free HTML editor with code completion. Often, I use FlashDevelop just for code coloring and easy passage of a variety of types of codes (AS2, AS3, XML, HTML, etc.).

  • HTML target Flash

    I want to be able to click and link HTML such as:

    < a href = "gotoFrame" target = 'flashID' > TEXT < /a >

    And have the read Flash that you have clicked on the link, then go to the depnending of the place specified in the HREF attribute.

    Basically, I just need to know how to get Flash to read that you have clicked on the link HTML.

    Your HTML link can call a JavaScript function that calls a function in Flash. Read class ExternalInterface.

  • Passing parameters from HTML to Flash Object

    I know it must be very simple, but following the examples I can find on passing parameters from HTML to my Flash application, I have not been successful. I would like to find a relatively common using AS3, Flash CS4 example.

    If it helps, I need to pass the url of an XML file to the flash application so that it can get instructions on what it is supposed to play. We want to do in this way because we do not control the web site so that we can not just leave the XML file on the server and maintain as needed.

    I don't know if I'm just making typo or what. Share and other snippets of it would be greatly appreciated.

    Thanks for any help.

    Hey I think I know what you need to do, try this "" in the HTML code, and then create a Flash var like this:

    var xmlURL:String = this.loaderInfo.parameters.xmlURL;

    chance!, tell me if it works

  • HTML in Flash

    Is it possible to put a HTML file in flash 8

    and how.

    I wanted to get a glimpse of an html file in flash 8 and wanted to know is posible.

    Thanks in advance

    use the load an html page the getURL() function.

  • Centering in a html doc Flash

    Hey guys,.

    I have a most frustrating question.  How do Center you a Flash site in an html document? I want to do this by changing the html code generated by the publishing Flash feature, rather than creating a new doc with a html table, because flash adds some interesting features, such as checking the version of Flash Player.

    I use Flash and dreamweaver cs3.

    Any help would be most apreciated thanks in advance.

    Dave

    You can add a table to the generated HTML code.

    Or, if the flash is the only thing on the page, you can change the width and height to 100%, to completely fill the screen.  If you do this, go to the flash and adding this script to prevent it from scaling:

    AS2:

    Stage.scaleMode = "noScale";

    AS3:
    stage.scaleMode = StageScaleMode.NO_SCALE;

    In AS2, you'll also want to add:

    Stage.Align = "C";

    to ensure that this will completely centered (or "T" If you want centered at the top of the page)

    AS3 fully automatically centers the swf file.

    If you don't 100% thing, remember, everything will be visible who is sitting out of the scene, if you want to hide in some way (with a mask or a graph)

  • HTML inside Flash a joke?

    I'm not really sure what's going on here... I had a few bad tranlation HTML on behalf of the flash before, but never as bad as this. It seems that all of my carriage returns are displayed and all my < br > tags are ignored. I'll put htmlText for sure, so is not the issue here and I had to take my carriage returns before outside through the use of a split and join (because of course, why flash would include a function replace by CS3?) but now I have just one giant text line because my brothers are unaware. I tried to add select html tags (such as < html > and < body >) but they don't seem to do anything. I even tried a model straight XHTML, but it seems to just throw a lot of carriage returns at the beginning. Maybe someone can take a look at my html page I'm loading in (using the LoadVars object) and tell me what I'm missing because I'm just a straight line of text out of it, and it's only when I manually remove all carriage returns.

    Oh and the other important thing I rediscovered for
    and

    Tags etc. is to make sure your textfield multiline is set to true. Also mentioned in the docs.

  • How to open an anchor link named as html in flash

    How to open an anchor link named Flash to open to a specific part in an html document?

    I tried to use "index.htm #info"based on the get URL, but it does not find the anchor (< a name = "info" = 'info' id > < / has >) on the Web page, it opens.

    I need also opening in _self

    Thanks in advance

    Just searched and found the answer in orangetractor.

    The getURL command works, but not in offline mode. Upload files to the server and test; He then worked.

    getURL ("pagename.html #anchorname");
    }

    anyone think its weired it will work online and not disabled?

  • Integrated HTML Page problem!

    Hi all

    I'm kinda new to Muse CC but I am facing a problem that I can't seem to cross.  I joined a Web page by using the function "insert HTML code."  This all works fine but I need side pieces "cover up" of this embedded Web page. However any object I place on the embedded HTML code just disappears when displayed in preview mode.

    The image attached to this question shows what I essentially seeks to achieve - but can't!

    Can someone point me in the right direction?

    Thank you!

    Chris

    Picture1.png

    You want to "hide" an iframe? A solution is to use a new layer and put everything that blocks the iframe on this layer... read from top to bottom layers so everything above will cover whats below.

    simple example = string

Maybe you are looking for

  • Satellite A200-1AH - need some advice for hard drive replacement

    Nice day I've been using a + A200-1AH + for three years. Unfortunately, I suffer from problem of free disk space. So, I decided to replace my drive with a new one. How can I know the HDD I buy will be suitable for my laptop? Can you please tell me wh

  • What can I put in my Pavilion dv8000, p/n EZ706UA #ABA?

    I would like to get a faster processor and more memory in this old laptop without spending too much $$. It says that I have Processor: Genuine Intel(r) CPU T2050 @ 1.60 GHz (2 CPUs)Memory: 1022 MB of RAM and I am running XP Pro I would like to put it

  • Using all-in-one with answering machine

    I have an office jet pro 8600 and love it.  However, I would like to know if it is possible to use the fax without having to connect to my machine.  I would use the printer and the answering machine in two different areas.  Is this possible?

  • Dell XPS 13 (9343) touchpad scrolling speed.

    Hello So I just took my brand new Dell laptop XPS 13 (9343) today and everything works perfectly. The only problem I have with it at the moment is the speed of the touchpad, because I believe that it is too slow for my taste. I can't find the touchpa

  • App on the phone and return to App

    I am building an application (UiApplication) that present the options in some screens to dial a number. I invoke the 'Phone' application to call. Before entering the screen where calls may be able to start, a lot more screen are pushed in the UiAppli