MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Embed flash code in myspace profile changes allowScriptAccess="never"

Last post 12-26-2008 1:46 AM by Orozko Productions. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 12-19-2008 4:49 AM

    • rekha
    • Not Ranked
    • Joined on 08-26-2008
    • Posts 4

    Embed flash code in myspace profile changes allowScriptAccess="never"


    Hi,

    I am trying to embed the flash code in my space prfile.

    After pasting the code in any section of the profile, it changes allowScriptAccess="never" and     allowNetworking="internal", though i am using the flash path from web host.

    So i am not able to open any links from my flash file.

    Please help how to embed the code.

    Regrds
    Rekha

  • 12-20-2008 7:04 AM In reply to

    Re: Embed flash code in myspace profile changes allowScriptAccess="never"

     I am trying to do the same thing. If I find any info, I'll post it here.

    Filed under:
  • 12-26-2008 1:46 AM In reply to

    Re: Embed flash code in myspace profile changes allowScriptAccess="never"

     I know about this! but im not so sure with flash with action script 1 or 2

     I can load web pages with action script 3.0 but I cant if I use the code:

    _parent or _blank

     so i just leave them out and by default it loads the page in a new window.

    im using navigateToURL and not getURL because getURL is no more in 3.0

    here is an example:

    var youTube:URLRequest = new URLRequest("http://youtube.com");

    youtubebutton.addEventListener(MouseEvent.CLICK,youtube1);

    function youtube1(event:MouseEvent):void{
        navigateToURL(youTube);
    }

Page 1 of 1 (3 items)