Is there any way to stop the link within the flash video (i.e. button) from creating a brand new window? I would prefer it if the page that I created the link for would link using the same page as the flash video originally was...
Is there any way to stop the link within the flash video (i.e. button) from creating a brand new window? I would prefer it if the page that I created the link for would link using the same page as the flash video originally was...
Originally Posted by BLiZZaRD
Use the appropriate _tag at the end of your getURL and you will be fine![]()
{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;
I had the code working (insofar that a new window would open with the html file inside) but when I reloaded flash, I always recieve 1 Error in the output.
This is my code:
I also tried to use:on(release){
getURL("index.html", _self);
}
They both work, but each results in an error, which is odd since there is no other scripts on the page.on(release){
getURL("http://dynamicdrive.com", _blank);
}
What is the error?
{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;
Alright, I don't know wtf happened, but when I restarted my computer today and opened flash, it didn't tell me I had an error. That's one problem out of the way. Which _tag should I use to ensure that a new window does not pop up? I tried to replace _blank with _self but the result is always the same: a new window pops up (btw: this is on the published version, not the version in flash. I can see that the preview within the flash program itself would create a link in a new window.)...
I always use _self but you can leave that off and the default should be same window. You can try that out.
{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;
I figured that might help to. Not so much. It still opened a new window. It might just be the crappy version of flash I am using. I can't import MP3's into it. Not even MP3's...
Pirated? LOL
try _parent for same window
are you importing directly into your library or trying to import to the stage?
{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;
Of course its pirated. I'm purely a Limewire download man.
Nonetheless, the music still plays on every other media system available. I'm happier just thinking that I have the world's crappiest flash player.
I was trying to import it directly into the library, then directly into the stage, then once again into the library (I don't learn to quickly, lol). Didn't work.
I also tried the _parent but the window popped up anyway. This is the exact code:
on(release){
getURL("index.html ", _parent);
}
That's all I have. The code is only for a button labelled "Continue".
BTW: I tried this on the published version (HTML).
Last edited by Aragoth; 10-30-2006 at 05:23 PM.
Import to library. then choose where you want the music to start playing, and add the AS to start and stop it there.
try using the complete url including http:// and use _self
Pirated versions make people mad, admitting to it is even worse.![]()
{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;
Bookmarks