Page 1 of 1

Flash Site

Posted: Fri Dec 07, 2007 9:30 pm
by bazzah
I have a site allready built in Flash, can I place this in the same directory as my jooomla site, Pointing Joomla to this site is no problem the problem I'm having is pointing the flash site back to the joomla web site, using this AScode (on (release) {
getURL("Joomla_1.0.13-Stable-Full_Package/templates/mysite/index.php", "_blank");
}
)I get an error.

If I use the URL code (on (release) getURL("../mysite/index.php")) I get a fatal error, can someone please help.

regards

Bazza

I'm sure there is a trick to this.

Re: Flash Site

Posted: Mon Dec 10, 2007 12:04 pm
by Perkdaddy
Ewww, It looks as if the action script is a little crazy
maybe something like this?

Code: Select all

this.onRelease = function() {
   getURL("http://www.WHATEVER.com");
};


This is the action script for a button that I initially used for my banner adverts (clickthru URL's for flash)

What are you using the flash for? an intro? or a full on flash site? If then, i'm sure something must be clicked to point back to your joomla site, this link below will help.

see:

http://forum.joomla.org/index.php/topic ... msg1075128

Re: Flash Site

Posted: Mon Dec 10, 2007 11:53 pm
by bazzah
Perkdaddy wrote:Ewww, It looks as if the action script is a little crazy
maybe something like this?

Code: Select all

this.onRelease = function() {
   getURL("http://www.WHATEVER.com");
};


This is the action script for a button that I initially used for my banner adverts (clickthru URL's for flash)

What are you using the flash for? an intro? or a full on flash site? If then, i'm sure something must be clicked to point back to your joomla site, this link below will help.

see:

http://forum.joomla.org/index.php/topic ... msg1075128


The above code doesn't work, it has something to do with the fact that the Flashsite is sitting in the root directory as joomla and I think this is the major issue, the code you have up there I had tried that method whereas it sits in the frame, the code I was using I had it on the actual button but getting the same result which is no show your honour. But thanks heaps for your input.

Regards

Bazzah

Re: Flash Site

Posted: Thu Jan 03, 2008 6:55 pm
by gham
[size=100][color=pink]Hi there,

Still having problems???

Solution: Create a subdomain on your server or ask your hosting provider to do it for you. Now move the Flash website to the correct forlder and tadaa! 2 different websites happy together.

1 of my websites is currently configured to hold a Joomla and a Flash website and it works perfect.

Good luck!
GhaM

Re: Flash Site

Posted: Sun Jan 13, 2008 10:41 am
by gham


[color=pink]Xcuse me??? I don't follow.

Grtz
GhaM