A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Loading a swf into a swf getURL doesnt work... PLEASE HELP!!!

  1. #1
    Junior Member
    Join Date
    Mar 2007
    Posts
    13

    Loading a swf into a swf getURL doesnt work... PLEASE HELP!!!

    Hey guys,

    Ok so my swf on my homepage is calling in the main.swf which then has movieclips and coded like this on the Actions layer which I made

    button1.onRelease = function (){
    _root.button1.getURL("http://scholarscanada.com/wordpress/education/programs/reading-readiness/" "_parent");
    }

    Here is the site so you guys can see, I believe it has to be something with calling the main.swf into the movieclip because I've never encountered this issue before...

    http://scholarscanada.com/wordpress/...cation-centre/

    If you click on the LEARN MORE for the first image it doesnt go to the page which I ask it for.

    Please help!!!

  2. #2
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    hi,

    I can't find the page you mention, but, what about
    PHP Code:
    button1.onRelease = function (){
     
    getURL("http://scholarscanada.com/wordpress/education/programs/reading-readiness/");

    ?
    Why are you using "_parent"? Do you have a frameset?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center