Results 1 to 4 of 4

Thread: Embed iframes in Flash

  1. #1
    Join Date
    Jun 2009
    Posts
    39

    Embed iframes in Flash

    Hello
    I am nowadays striving to grasp flash as much as possible.which almost vital to designing my website.actually which is the first website am dealing with.I just love to embed a google calendar in the website but i think it is not an easy job for me Can anyone offer some inputs or help to do this for my Flash MX. I have a flash movie file named "main" and this generates a 'main" html file. If I modify this main.html file it just gets over written.
    any ideas would be be brilliant !!
    Thanks.

  2. #2
    Join Date
    May 2008
    Posts
    2,134

    Re: Embed iframes in Flash

    I know one trick this will enables you to save flash files to their web server when your current webpage does not permits, or when you want to add more then of the same Anim-FX animation on a webpage and working with an Iframe this is fair enough First create the Anim-FX animation and upload both text and swf file to the remote webserver. Open your HTML editor and create and save an HTML page that will contain the iframe. Save this page as "mainiframe.html".now make one more HTML page, append the SWF file to it, and save this HTML page as "iframeanimfx.html" and upload it again to the remote webserver.now you need to paste the following HTML code in the "mainiframe.html" between the body tags:
    <iframe name="iframeanimfx"
    src="http://www.mix-fx.com/iframeanimfx.html" scrolling="no" frameborder="no" height="300" width="600">
    </iframe>
    apply the cahnges to the file to see the preview You should see the content as entered in " iframetest.html" appear in the desired area in the "mainiframe.html"

  3. #3
    Join Date
    Oct 2005
    Posts
    2,358

    Re: Embed iframes in Flash

    There is only a few html commands that work within flash.what you can do is put a dynamic text field in the .fla file and load any content into as your wish. Flash supports many HTML tags including the IMG tag, and you can also load another .swf file into a dynamic text field using the IMG tage.I'd advice you have a look on the Flash help files for the TextField class.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,572

    Re: Embed iframes in Flash

    Are you creating your flash movie around and HTML template.... may be your page is not completely flash on that page. you know what Flash has got some interesting HTML parsing capabilities but it is not compete with the browser my tactics would be to make the Browser handle the IFrame on that page. The other view is that even if flash was able to do this I doubt of the crossdomain sandbox built into Flash.So let it be.just design your page so that you would not be able to notice.

Similar Threads

  1. Will using iFrames hurts SEO
    By Weeraz in forum Software Development
    Replies: 7
    Last Post: 21-02-2012, 07:42 AM
  2. Problem of iframes
    By Hashim in forum Software Development
    Replies: 3
    Last Post: 21-11-2009, 08:19 PM
  3. How to Implement iframes in a form
    By Shanbaag in forum Software Development
    Replies: 3
    Last Post: 23-09-2009, 12:52 PM
  4. How to use $_GET in iframes
    By BansiJ in forum Software Development
    Replies: 2
    Last Post: 26-08-2009, 09:54 PM
  5. Passing variables using iframes
    By Sayam in forum Software Development
    Replies: 3
    Last Post: 07-08-2009, 12:20 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,004,294.51737 seconds with 17 queries