Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Iframe linking problems?

  1. #11
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Yes, as I stated above you can do this, although the use of i/frames isn't the wisest way to go.

    However, you will not (as of yet) be able to control a Flash movie in a frame with a Flash movie in another frame.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  2. #12
    Join Date
    Nov 2006
    Posts
    41
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    To get links in your flash mocie to open in a specified iFrame, name your iFrame (name="content" or something like that). Then in your Flash movie, for the script of each button, use somthing like this:

    Code:
    on (release) 
    {
    getURL("document.html", "content");
    }
    "document.html" is the name of the page you want to link to, and "content" is the what tells Flash where to open the page; in this case it's the iFrame named "content".

    Simple as that!

  3. #13
    Join Date
    Oct 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking

    Hey!

    Sorry if I didn't say it clear BLiZZaRD.

    @eday_2010
    IT WORKED! IT WORKEDDD!! -jumps around like a little kid then straightens tie- Not very professional eh?

    Thank you so much for both of your help! And I hope other people who have had the same problem as me, find this. And it works for them.

    Once agian, thank you very much BLiZZaRD, you have been a brilliant help!
    And thank you too Eday!!

    -Keanu

  4. #14
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Great! Keep an eye out as I am working on a very secret coding process that will upend Flash forever!

    Okay not really, but I am attempting to write a code in Flash that will enable the ability to control Flash movies accross Frames.

    Meaning you can have an MP3 player in one frame and its play/pause/stop/etc buttons in another, or many other uses. Since this isn't a desing of Flash I am having to write counteractive codes to get it to work.

    Right now I have the layout and the design, its also down to 5 small errors. I will crack it eventually, and when I do I will post about it.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. #15
    Join Date
    Nov 2006
    Posts
    41
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    I am glad it worked for you. When I had started out redesgning my site, I had forgotten how exactly to do what you and I needed since I hadn't used frames in 4 or 6 years. However, a bit of digging in the Flash help got my answer for me.

    I am alsmost finished my site, which has been a tedious pain. Once it is done, I will be trying to get rid of all the tables to replace them with divs. That won't be easy; that's how I wanted it originally, but it wasnt working in IE and Firefox :P

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
  •