Indigo Rose Software
  #1  
Old 08-14-2002
mrae mrae is offline
Forum Member
 
Join Date: Jun 2002
Location: BC, Canada
Posts: 16
Problems with flash z-order

I have inserted a flash object, but I want to add hotspots and other pictures on top of it. However, when I try to send it to the back so I can view the hotspots and the pictures I have added, it blinks once and doesn't send it to the back.

Therefore, because my flash object is in the front of everything, none of my hotspots work....why is this?? I am on XP.


Michael
  #2  
Old 08-14-2002
Derek's Avatar
Derek Derek is offline
Indigo Rose Customer
 
Join Date: May 2001
Location: 51.501296|-2.700963
Posts: 1,206
Re: Problems with flash z-order

Thats the way it works in Windows, unfortunatly. It sees Flash as something that should be on top.

Because Flash is 'live' Windows figures it will always be repainting it at runtime and just 'cause of that, it should be on top of other things ... Nuttin you can do about it. Sorry
__________________
-
- Derek
- ["All glory comes from daring to begin" - fortune cookie]

IR WebHelp: AMS6 SUF7 VP2 TU2
  #3  
Old 08-14-2002
unknown user unknown user is offline
Forum Member
 
Join Date: Dec 1969
Posts: 123
Re: Problems with flash z-order

Hold it here, you're missing the point. "Hotspots", graphics, buttons, and indeed even sounds, video, and code can easily be placed inside your flash and be fully integrated into the AMS project in every aspect.

If you can tell me what you're trying to do I can show you how to do it, offer's open anytime...
  #4  
Old 08-14-2002
Derek's Avatar
Derek Derek is offline
Indigo Rose Customer
 
Join Date: May 2001
Location: 51.501296|-2.700963
Posts: 1,206
Re: Problems with flash z-order

Jeez! yur so right ... well done MC. I didnt think of that [img]/ubbthreads/images/icons/frown.gif[/img]
__________________
-
- Derek
- ["All glory comes from daring to begin" - fortune cookie]

IR WebHelp: AMS6 SUF7 VP2 TU2
  #5  
Old 08-14-2002
mrae mrae is offline
Forum Member
 
Join Date: Jun 2002
Location: BC, Canada
Posts: 16
Re: Problems with flash z-order

MC - Thank you for the offer!

My flash object covers my whole AMS project. Within the flash ofject I have 6 buttons. I wanted to use a hotspot on each button to move to different pages, play MP3's...etc. I also had some graphics that I wanted on top of the flash object and put actions with them, however, they cannot even be seen right now because they are under the flash object.

Thanks for the help!

Michael
  #6  
Old 08-15-2002
unknown user unknown user is offline
Forum Member
 
Join Date: Dec 1969
Posts: 123
Re: Problems with flash z-order

Allrightey, first of all let's start with the buttons, I created a file for you here, you'll find all the source files contained including the flash. This file demonstartes in a very simple way the best way to approach flash navigation within your AutoPlay Media Studio applications. Let me know if you have any questions and then we can attack the issue of your pictures, maybe it would help if you could post a copy of what you're working on and outline what you need to do... Here's the file:

http://www.indigorose.com/free/button_navigation.zip

BTW that's real easy to do in flash/AutoPlay Media Studio, that file only took 5 minutes total to create, build, and upload...
  #7  
Old 08-15-2002
zeroseven zeroseven is offline
Forum Member
 
Join Date: Aug 2002
Location: Winnipeg, Canada
Posts: 107
Re: Problems with flash z-order

Martha Stewart's Broker.. haha, I love it! [img]/ubbthreads/images/icons/laugh.gif[/img] [img]/ubbthreads/images/icons/wink.gif[/img]
  #8  
Old 08-15-2002
John-oh's Avatar
John-oh John-oh is offline
Indigo Rose Customer
 
Join Date: Jun 2000
Location: England
Posts: 200
Grin Re: Problems with flash z-order


Liked this a lot - I don't have Flash, so I can't open the .fla file (I have just started using Swish) whats the actual command for the 'On Click' action for the buttons to change the pages ?
If I can suss the connection between AMS4 and Flash, I've cracked it.

Cheers,

Ps keep printing those T-Shirts !
  #9  
Old 08-15-2002
Derek's Avatar
Derek Derek is offline
Indigo Rose Customer
 
Join Date: May 2001
Location: 51.501296|-2.700963
Posts: 1,206
Re: Problems with flash z-order

The command is: giving the flash movie (or hotspot etc) a 'release' FSCommand <<<anything will do:
on(release){
fscommand("autoplay", true);
}

>>>and AMS4 will pick up the FSCommand and perform the Action yu set in it for the Flash Object.
__________________
-
- Derek
- ["All glory comes from daring to begin" - fortune cookie]

IR WebHelp: AMS6 SUF7 VP2 TU2
  #10  
Old 08-15-2002
unknown user unknown user is offline
Forum Member
 
Join Date: Dec 1969
Posts: 123
Re: Problems with flash z-order

Well yes that's the quick and dirty way but actually you should call the new Flash MX event method, I was just being lazy and/or stupid. Never again shall I call a Flash 5 event method as Crom is my witness...

Anyhoo, so create a button named, "myButton" and then add the following actionscript to frame 1 of your movie:

_root.myButton.onRelease = function () {
fscommand ("Wazoo");
}

You can download a free fully functional 30 day verison of Flash MX so you can open that file, right here:

http://www.macromedia.com

You'll love it, Flash is the coolest program on the planet...
  #11  
Old 08-15-2002
Derek's Avatar
Derek Derek is offline
Indigo Rose Customer
 
Join Date: May 2001
Location: 51.501296|-2.700963
Posts: 1,206
Re: Problems with flash z-order

Hello Enron Exec .... whats the difference between the two? why should yu (ideally) do one and not the other?
--------------------------------------------------
Ahh, yes .. i see the other post ... i'll go take a look!
__________________
-
- Derek
- ["All glory comes from daring to begin" - fortune cookie]

IR WebHelp: AMS6 SUF7 VP2 TU2
  #12  
Old 08-15-2002
unknown user unknown user is offline
Forum Member
 
Join Date: Dec 1969
Posts: 123
Re: Problems with flash z-order

Now you see it, now you don't...
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -6. The time now is 12:10 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software