JammerLV
07-08-2005, 10:00 PM
Heloo Masters of ActionScript. Please excuse my ignorance in matters here. I have visited MANY times in the last 4 years and learned alot from the posts and trully appreciate the talent and time devoted to this site.
I have built a site using a combination of flash and html ( www.cen.tv ). I am sure many could find plently of things I have done wrong, or could do better. But I am working on making things work as well as possible. One of these things includes getting a 'SitePal' imbedded in the flash portion of the home page. There is a specific instruction that confuses me and I think it is vital for the operation of the SitePal. The instruction is as follows:
Insert the following code in the first frame of the root level of your Flash movie. This is required to enable VHost player root-level callbacks, which are used for authentication
and to communicate with the Oddcast servers that host SitePal Scenes:
System.security.allowDomain("vhost.oddcast.com", "vhss-a.
oddcast.com", "vhss-c.oddcast.com");
My problem is, I am not sure which function in the Actions window is needed to insert this callback? I mean, is this a variable, a command, a property? For instance...The instructions tell me to insert some generated code into a LoadMovie method:
In your Flash movie clip, paste the URL in the In Flash tab of the Embed scene dialogue in the first parameter of the loadMovie method.
That was simple enough for me...But, that first instruction is really throwing me off...Can someone please please suggest the method I could use to accomplish my goals? Thanks so much in advance, Jammer
I have built a site using a combination of flash and html ( www.cen.tv ). I am sure many could find plently of things I have done wrong, or could do better. But I am working on making things work as well as possible. One of these things includes getting a 'SitePal' imbedded in the flash portion of the home page. There is a specific instruction that confuses me and I think it is vital for the operation of the SitePal. The instruction is as follows:
Insert the following code in the first frame of the root level of your Flash movie. This is required to enable VHost player root-level callbacks, which are used for authentication
and to communicate with the Oddcast servers that host SitePal Scenes:
System.security.allowDomain("vhost.oddcast.com", "vhss-a.
oddcast.com", "vhss-c.oddcast.com");
My problem is, I am not sure which function in the Actions window is needed to insert this callback? I mean, is this a variable, a command, a property? For instance...The instructions tell me to insert some generated code into a LoadMovie method:
In your Flash movie clip, paste the URL in the In Flash tab of the Embed scene dialogue in the first parameter of the loadMovie method.
That was simple enough for me...But, that first instruction is really throwing me off...Can someone please please suggest the method I could use to accomplish my goals? Thanks so much in advance, Jammer