Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 trouble wiff flash web browser, pop up wif no toolbar windows..how?

views
     
TSjunkieG
post May 4 2006, 04:11 PM, updated 20y ago

DIGITAL ERA
*******
Senior Member
2,687 posts

Joined: Jan 2003
From: Sue Bunk Jai Yaa!


hello...

this is the Action script for my button @ flash...pls view the attachment

my problem is, i want to jump to 2nd frame...i tried the on (press) {gotoAndPlay(2);

}
but it seems it doesnot want to go to the 2nd frame...

why? where should i place it?

This post has been edited by junkieG: Jul 13 2006, 07:38 PM


Attached thumbnail(s)
Attached Image
TSjunkieG
post May 5 2006, 10:59 AM

DIGITAL ERA
*******
Senior Member
2,687 posts

Joined: Jan 2003
From: Sue Bunk Jai Yaa!


so whut do u suggest for rollover n rollout button?...i am totally stupid when it comes to flash blush.gif

home_mc.onPress = function() {
this.gotoAndStop(2);
}


the AS that u provide i already tried ...it seems doesnt work..i apply ur AS on my button, on AS keyframe both doesnt work...

demn im sad cry.gif
TSjunkieG
post May 8 2006, 01:10 AM

DIGITAL ERA
*******
Senior Member
2,687 posts

Joined: Jan 2003
From: Sue Bunk Jai Yaa!


okie...i attached mclelun files...once u open it, u should get whut i mean..

i want my navigation to be like dis, when i click on the button @ the main stage, it will navigate to 2nd frame ( at the main stage)

it doesnt help wiff -->

on(release){
gotoAndPlay(2) - the current frame.
}


still havent resolve the dellema...pls help...

whoever can solve my problem will have a nice fre treat at subang parade ice blended coffee bean smile.gif

This post has been edited by junkieG: May 8 2006, 01:10 AM


Attached File(s)
Attached File  Untitled_1.zip ( 46.62k ) Number of downloads: 11
TSjunkieG
post May 22 2006, 10:36 PM

DIGITAL ERA
*******
Senior Member
2,687 posts

Joined: Jan 2003
From: Sue Bunk Jai Yaa!


my hardisk @ d office go dead on me today... cry.gif

momochi zabuza do u mind posting back for me the file dat u created for me and the others? um sure alot of other people will benefit from ur kindness

regards
TSjunkieG
post May 23 2006, 08:09 PM

DIGITAL ERA
*******
Senior Member
2,687 posts

Joined: Jan 2003
From: Sue Bunk Jai Yaa!


QUOTE(momochi zabuza @ May 23 2006, 07:04 PM)
i think this is it rite? tell me if i was wrong.
*
ur da men! notworthy.gif thumbup.gif rclxm9.gif rclxms.gif blush.gif
TSjunkieG
post Jul 13 2006, 01:26 PM

DIGITAL ERA
*******
Senior Member
2,687 posts

Joined: Jan 2003
From: Sue Bunk Jai Yaa!


hello,

got myself into a trouble again...

i try to create a "close" window button...however, it seems like it doesnt work...

i put the AS @ the button....why it wont work? anione here got better method pls guide me

1st
btnQuit.onRelease = function() {
getURL("javascript:window.close");
}

2nd-
on (release) {
fscommand("quit");
}

problem= it just wont work cry.gif

TSjunkieG
post Jul 13 2006, 03:28 PM

DIGITAL ERA
*******
Senior Member
2,687 posts

Joined: Jan 2003
From: Sue Bunk Jai Yaa!


QUOTE(siaukia @ Jul 13 2006, 01:43 PM)
the 1st script can be only used when your swf is placed inside a html file

your forgot the bracket

the 2nd script can be only used when you open your swf by itself.
*
ur the man! thumbup.gif notworthy.gif
TSjunkieG
post Jul 13 2006, 06:44 PM

DIGITAL ERA
*******
Senior Member
2,687 posts

Joined: Jan 2003
From: Sue Bunk Jai Yaa!


aiyark...another problem arrived I seek for guidance again sweat.gif


i build a htm file named iframe.htm wiff script like dis,

QUOTE
<head>

<script language="JavaScript">
<!-- hide from JavaScript-challenged browsers
function openWindow(url, w, h, s, r, t, l) {
var windowprops = "width=" + w + ",height=" + h + ",scrollbars=" + s + ",resizable=" + r + ",toolbar=" + t + ",location=" + l;
popup = window.open(url,'links',windowprops);
}
// done hiding -->
</script>


then i create a AS button and place the code like dis,

QUOTE
on (release) {
getURL("JavaScript:openWindow('iframe.htm','800','600','no','no','no','no','no')");
}




here is where my problem...again, it doesnt work cry.gif i've tried with other method and it also doesnt work

what i want is that when i click on my AS button, it will open a new browser but with no toolbar with it...how to do dat? um using flash 8...

pls guide me sifu's.... notworthy.gif
TSjunkieG
post Jul 14 2006, 03:20 PM

DIGITAL ERA
*******
Senior Member
2,687 posts

Joined: Jan 2003
From: Sue Bunk Jai Yaa!


QUOTE(mclelun @ Jul 14 2006, 12:28 PM)
i am lazy to check the script atm, but I think all is correct

I believe is your flash 8 blocking the javascript from running because of security reason, if that is the case. go to

http://www.macromedia.com/support/document...manager04a.html

and set "allow"

- edit -

I just tested, and it open the pop up,
*
sumthing like dis?

can u verify whut um doin?


Attached thumbnail(s)
Attached Image

 

Change to:
| Lo-Fi Version
0.0171sec    0.56    7 queries    GZIP Disabled
Time is now: 30th November 2025 - 07:02 PM