Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple LoadMovie Question

Status
Not open for further replies.

irthy

Technical User
Jan 26, 2006
9
US
Okay how do i get this to work so it opens in another window instead of replacing the excisting one. And I don't want to use javescript cause it never works can't I just replace the _root with something that tells flash to open that .swf in another flash window. God why is this so hard to do! or atleast find the correct code on! Please help!!

on (release) {
loadMovie ("}
 
Okay but I always have a problem with the window size. it will be huge. I just want the little mp3 player to pop up which is like 60x30 so how would i give those dimentions to the window and nothing else included in the window like browser icons etc... I want it to look simple like it does when opened in the flash player window. The jave scrip never works for me either so i'm trying to stay away from it.
 
on (release) {
getURL("javascript:eek:penNewWindow(' ");
}

does not work it just brings an excisting browser window to the front of the screen and if all browser windows are closed then it just opens a blank one. Why is this so freak'n hard to figure out. This seems like this should easy. In dreamweaver it's super easy why not flash!! Help before I kill myself and all the designers at flash
 
got this from a generator. Still doesn't work Hah! I'm so sick of this stupid java crap.

on (release) {
getURL ("javascript:NewWindow=window.open(' NewWindow.focus(); screen_height = window.screen.availHeight; screen_width = window.screen.availWidth; left_point = parseInt(screen_width/2)-(400/2); top_point = parseInt(screen_height/2)-(100/2); setTimeout('NewWindow.moveTo(left_point,top_point)',100); void(0);");
}

heres the error report

**Error** Symbol=tracks_mc, layer=Layer 2, frame=20:Line 1: Mouse events are permitted only for button instances
on (release) {

Total ActionScript Errors: 1 Reported Errors: 1

and it does the same thing as before nothing brings the webbrowser to the front of my desktop or if not open it will just open a blank!

heres the url: go to "buy beats" and click on the only beat that comes out called genises. Maybe its my browser i'm using firefox!?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top