Flash MX navigation query

Hi,
I have seen a really good effect in flash which I am trying
to recreate and would appreciate any assistance, I have seen a
navigation link on a website where there is a fixed word
("services"), when you move the cursor over the word it displays 3
more words above it which act as links, the words fade in shortly
after each other (each word is above the other) and then remain
while the cursor is in the area and a link is selected, if you move
the cursor away all three links slowly fade away. Once again I
would really appreciate any help you can offer with recreating this
effect.
Just to try and re-iterate what I'm trying to say - reading
it back it sounds confusing!!! please see below:
Link 3 (this fades in shortly after Link 2)
Link 2 - (this fades in shoortly after Link 1)
Link1 - (this fades in when you roll over Services)
Services - this is fixed
All of the above remain on the screen until either a link is
selected or the cursor is moved in which case the 3 links slowly
fade out

Not built into Flash player.
Look at third party products such as Zinc or you can
communicate with a custom Flash player wrapper that has OS level
permissions.
Good news is that AIR (Adobe Integrated Runtime) formally
Apollo may provide this for you due out in Fall. So go to Adobe's
home page and there is a link there. Look up the features. You can
download the beta and begin development. Adobe has an AIR forum so
you can ask about the DB access potential there to see if any
others are experimenting with it.

Similar Messages

  • Screen "flash" when navigating

    This is a wierd one. I published my first site today (DWCS4). Everything went fine, all the links work, pages look like they should.
    The problem: Only in IE, when I navigate between pages, before the page appears, I get a quick bright flash (almost like a camera flash) and then the page loads. The flash only lasts about 1ms -- very quick. This does not happen with Firefox, Safari or Opera.
    It's really annoying, so if anyone has a fix, I'd really appreciate it.
    Thanks,
    Tom

    Here's the website:  www.caturskiinteriors.com
    Getting the quick flash when navigating pages in IE, but does not happen in Firefox, Safarai or Opera.
    Appreciate any comments on the code and how I might fix.
    Thanks,
    Tom

  • Passing Flash Vars Through Query Strings and JS

    I'm trying to get a particular video to play in a flash ad
    when a particular query string is clicked. I can't get it to work
    and would appreciate any help that you can provide. The ad plays
    but the movies don't show when the query string is clicked or when
    you click on objects in the movie that are supposed to populate a
    movie. Here's the code I've been trying to use:

    Thanks for the advice, I have tried Javascript to resolve the
    problem. In response to the <object> tag missing, There is
    one I just included a snippet of the html code sorry for the
    confusion. Due to deadlines I abandoned the functionality of the
    script and "dumbed" down the script. Thank you again for the help

  • Flash, AS3, PHP, & Query Strings

    I think what I am after is pretty simple but unfortunately, I
    don't know much php. Basically what I am looking for is this.
    I want to pass a query from the browser address to a flash
    document.
    For Example, if someone visits.
    http://www.whatever.com/tour?mls=123456789
    (or tour.php?mls=123456789, whatever is easiest)
    A document opens, resizes the browser (optional but would be
    nice), and loads a flash SWF. It also passes the mls=123456789
    string into flash to a variable mls.
    Any ideas?
    Thanks!
    Drew

    Try: URLLoaderDataFormat.VARIABLES

  • Flash Button Navigation Issues

    Hello all,
    I am a novice site designer. My first challenge is to design a navigation bar once and used by all web pages.  I built it using Flash buttons.  The concept works fine in a flat file, but when I'm viewing a web page that sits in a different directory than the flash navigation buttons, the buttons point to a file in the current directory which doesn't exist. I want the buttons to still point to the flash files in the parent directory.
    I'm using Dreamweaver CS2 to create my flash buttons. I'm using PHP include statements to include my flash navigation bar. When I create the php file in another directory, click on flash button, all heck breaks loose. I look at the URL and the link appends the PHP file that the flash button should be pointing to whatever directory my current web page is in.
    It seems like, I should just create each button  as a absolute path, http://rootdirectory.com/filename.php, but it still uses relative path when I'm looking at web page that sits in another directory and appends the navigation link to the current directory http://rootdirectory.com/currentdirectory/filename.php although it points to a link in the root or parent directory.
    Do I not know how to create flash buttons using the absolute paths?

    Movie1 and Movie2 should have a name in (Properties -
    Instance name).
    Assuming that button on Movie1 is on the movie, not inside
    the movie, that both movies are on the same timeline, and that you
    want to go to Movie2 frame 5, for example.
    Button on Movie1
    on(release){
    _root.Movie2.gotoAndStop(5);
    Hope this helps.

  • Synchronize flash video navigation points with slides

    Hello,
    i'll have to sync different slides with a captured presentation. i know i can set navigation points in my flash-video. but i haven't found a solution to change the slides when the video reached a certain point. is this possible with indesign? it would be fantastic.
    regards,
    marek

    Thank you Jamesabth and GenaroRG for your responses. Someone
    in the
    flashcom newsgroup pointed out
    http://flowplayer.org/. This
    looks like
    exactly what I've been looking for. I'll give it a try first.
    Thanks,
    Mickey
    "Mickey" <[email protected]> wrote in
    message
    news:fk4krg$ca5$[email protected]..
    > Is it possible to load navigation cue points from an xml
    file like you can
    > do with captions or do they always have to be embedded
    in the encoding?
    >
    > If it's possible, can you PLEASE point me to a resource
    that shows you
    > how? I've searched and searched for weeks and found
    nothing!
    >
    > Thanks,
    > Mickey
    >

  • Navigation query - help!!!

    I want to create a navigation bar which is made from images
    (ie not text links) with a few main sections listed vertically -
    all are a lighter colour until rolled over (which they then darken
    - I ave all images in Photoshop). But when you roll over one, it
    darkens and a list of maybe 2 or 3 sub sections appears, but
    horizontally to the right. When you then roll over these, they also
    change darker and clicking them loads the relevant page. In fact -
    identical in principle to the top nav in this Adobe page, only
    horizontal rather than vertical. I've posted this query b4 and been
    given a link for project 7 or something?? Isn't this an extra piece
    of kit I'd need to buy? Surely it's all doable in DW alone?
    Thx

    thanks lemontrees.
    I am using the IBM Rational Application Developer.
    This problem appears only for the navigate query, that means, only when the EJBQL tries to navigate through Entity Beans. In this case, the statement select o.nation from Td_city o is going to navigate from Td_city to Td_nation entity bean.
    When I define a find method which operates only on one Entity Bean, I got no problem, for example select object(o) from Td_city o.
    I do believe there is nothing wrong with the EJB QL. The problem occurs when the deployer is going to transfer EJB QL to SQL. But I have also checked the mapping between Enterprise Beans and Database tables, I am sure there is also no problem: the nation (CMR field of Td_city) is mapping to the foreign key fk_cty2ntn of DB talbe td_city.

  • Flash movie / HTML query

    Novice desperately seeking help with seeming inability to get
    SWF movie to loop or not autoplay. HTML page generated using Flash
    CS3. No matter what settings are tried, the behaviour is the same:
    the movie starts immediately the page is viewed and plays only
    once. I'd like to be able to either loop the movie or load the page
    and not play the movie automatically. Would be great to know what
    has been done wrong. I've included the HTML code below:
    <script language="javascript">
    if (AC_FL_RunContent == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    } else {
    AC_FL_RunContent(
    'codebase', '
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
    'width', '480',
    'height', '424',
    'src', 'VidInAction',
    'quality', 'high',
    'pluginspage', '
    http://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'false',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'VidInAction',
    'bgcolor', '#ffffff',
    'name', 'VidInAction',
    'menu', 'true',
    'allowFullScreen', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'VidInAction',
    'salign', ''
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    width="480" height="424" id="VidInAction" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="VidInAction.swf"
    /><param name="play" value="false" /><param
    name="quality" value="high" /><param name="bgcolor"
    value="#ffffff" /> <embed src="VidInAction.swf" play="false"
    quality="high" bgcolor="#ffffff" width="480" height="424"
    name="VidInAction" align="middle" allowScriptAccess="sameDomain"
    allowFullScreen="false" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </noscript>

    If I'm reading you correctly, I think that what you want is a lightbox type of effect where the Flash movie appears from out of nowhere above a dimmed page. If this is the case then you need to use Javascript to create this dynamic html effect. I use mediabox advanced. It works with Mootools. You can find more info here: http://code.google.com/mediabox/

  • Flash Header/Navigation Reload Issue

    I have been researching all day and there are many different solutions, none that are straight forward. I am currently in the process of making a website in Dreamweaver which has a flash header. Problem is the flash header reloads when you go to every page. Is there a simple (I'm a noob) way I can get the flash header to stay open at the top of the website, and the content of each page just change when you go to each page. Thus the flash header and nav buttons do not reload on every page. To review the pages so far; http://www.itrelocation.ca/MiniMe/index.html.
    I thank you in advance. More detail concerning the fix is greatly appreciated.

    I think frames is the only choice you're gonna have.
    I don't know of anything else that allows you to keep one thing loaded while changing other content except Flash itself.  So the only other solution I know of would be to create the site entirely in Flash... no issues reloading anything there once the site is loaded.
    Wait, there is another approach you could consider, using DHTML.  It is a browser dependent approach.  If you look at the source code of this page it uses that approach.  The content that changes is written into javascript variables in the head section.  I made this quite a few years ago for a client, but I haven't heard any complaints about it failing yet...
    http://www.h-and-m-analytical.com/services.htm

  • Flash Site Navigation Headache!!!!!

    I am building my first Flash web site. I have the home page
    built to my satisfaction. It's complete with an animated icon,
    movie and drop down menus. I got the menus to work using an "On
    Press" get URL script but that was before my client wanted to see
    the drop down menus throughout the site. Since the drop downs
    overlay a portion of the body where image and text content will be,
    I decided to do the whole thing in Flash.
    My first instinct was to use frame labels on every 10th frame
    and place movie clips for the various sections on the coresponding
    frames. But when I try to use either of the following script
    options, it doesn't work.
    1. placing an "On Press/Release" goto Frame# or Label (I even
    selected Scene1 from the drop down menu)
    2. using a "goto and stop at frame or label" behavior
    The drop down menus are individual Movie Clips, so the
    buttons are nested inside of them. It seems like the problem may
    lie here.
    PLEASE HELP!!!! I can try to send you the flash file to look
    at if it would help.
    Thanks in advance.

    Seems like you have a target issue, check out this topic:
    How to link from a movie clip to main timeline?
    Wallpe70 wrote:
    > I am building my first Flash web site. I have the home
    page built to my
    > satisfaction. It's complete with an animated icon, movie
    and drop down menus. I
    > got the menus to work using an "On Press" get URL script
    but that was before my
    > client wanted to see the drop down menus throughout the
    site. Since the drop
    > downs overlay a portion of the body where image and text
    content will be, I
    > decided to do the whole thing in Flash.
    >
    > My first instinct was to use frame labels on every 10th
    frame and place movie
    > clips for the various sections on the coresponding
    frames. But when I try to
    > use either of the following script options, it doesn't
    work.
    >
    > 1. placing an "On Press/Release" goto Frame# or Label (I
    even selected Scene1
    > from the drop down menu)
    > 2. using a "goto and stop at frame or label" behavior
    >
    > The drop down menus are individual Movie Clips, so the
    buttons are nested
    > inside of them. It seems like the problem may lie here.
    >
    > PLEASE HELP!!!! I can try to send you the flash file to
    look at if it would
    > help.
    >
    > Thanks in advance.
    >
    >

  • GUI- Need Procedure for Navigation/ Query search G/L, etc

    Good Morning SAP Guru's,
    I currently have a HARDCOPY of procedure manual from my SAP course that I would like an electronic copy of.  My current client decided that they would like me to train on navigation in GUI, and looking at transaction in General Ledger, AP and AR.  Does anyone have any of this kind of documentation?
    I know I must have asked for this information when I took my course with SAP but they must not have been able to do this.  I prefer SOFT copy than paper. 
    Someone by the name of Santosh was helping me here.  Any inputs is greatly appreciated.  I don't want to write a book.
    POINTS GUARANTEED!
    [email protected]

    disregard

  • Flash (offline) database query

    Is it possible to read/write data to and from Access with
    Flash in a offline format? I need to create a stand alone system
    that users can log into and pull information from - but it will not
    be networked or have any sort of internet connection.

    Not built into Flash player.
    Look at third party products such as Zinc or you can
    communicate with a custom Flash player wrapper that has OS level
    permissions.
    Good news is that AIR (Adobe Integrated Runtime) formally
    Apollo may provide this for you due out in Fall. So go to Adobe's
    home page and there is a link there. Look up the features. You can
    download the beta and begin development. Adobe has an AIR forum so
    you can ask about the DB access potential there to see if any
    others are experimenting with it.

  • Flash video - navigation cue points from xml?

    Is it possible to load navigation cue points from an xml file
    like you can
    do with captions or do they always have to be embedded in the
    encoding?
    If it's possible, can you PLEASE point me to a resource that
    shows you how?
    I've searched and searched for weeks and found nothing!
    Thanks,
    Mickey

    Thank you Jamesabth and GenaroRG for your responses. Someone
    in the
    flashcom newsgroup pointed out
    http://flowplayer.org/. This
    looks like
    exactly what I've been looking for. I'll give it a try first.
    Thanks,
    Mickey
    "Mickey" <[email protected]> wrote in
    message
    news:fk4krg$ca5$[email protected]..
    > Is it possible to load navigation cue points from an xml
    file like you can
    > do with captions or do they always have to be embedded
    in the encoding?
    >
    > If it's possible, can you PLEASE point me to a resource
    that shows you
    > how? I've searched and searched for weeks and found
    nothing!
    >
    > Thanks,
    > Mickey
    >

  • Question a propos d'une utilisation de flash hors navigateurs

    Bonjour à tous,
    J'aimerais utiliser flash dans un contexte bien précis :
    l'affichage de petits personnages directement sur le bureau avec un
    fond transparent.
    Pour ce faire, j'ai repéré des programmes comme
    mprojector (
    http://www.screentime.com/software/mprojector/
    où vous trouverez l'animation "running man" correspondant a
    mes souhaits ) Mon désir est un peu particulier cependant, je
    souhaiterais filmer un personnage sur fond transparent et
    l'afficher sur mon
    bureau, est-ce que l'outil flash est suffisament abouti pour
    me permettre de procéder ainsi ?
    Ne doutez pas du plaisir que j'aurais a vous lire.

    Hello
    Avec Flash8 et des vid�os encod�es avec le
    dernier format FLV c'est
    possible de mettre un fond transparent
    Le mieux serait que tu commences par aller sur le site de
    macromedia
    pour voir ce qu'il en est de la derni�re version de
    flash et de ses
    capacit�s avec la vid�o
    EKA+
    un_elfe a �crit :
    > Bonjour ? tous,
    >
    > J'aimerais utiliser flash dans un contexte bien pr?cis :
    l'affichage de petits
    > personnages directement sur le bureau avec un fond
    transparent.
    > Pour ce faire, j'ai rep?r? des programmes comme
    mprojector (
    >
    http://www.screentime.com/software/mprojector/
    o? vous trouverez l'animation
    > "running man" correspondant a mes souhaits ) Mon d?sir
    est un peu particulier
    > cependant, je souhaiterais filmer un personnage sur fond
    transparent et
    > l'afficher sur mon
    > bureau, est-ce que l'outil flash est suffisament abouti
    pour me permettre de
    > proc?der ainsi ?
    >
    > Ne doutez pas du plaisir que j'aurais a vous lire.
    >

  • Flash frameset navigation problem

    I have a 2 frame page, main and top. I used this code.The
    page is on my desktop.
    on(release){
    getURL("misc/misc.htm","mainFrame","GET");
    When I click on it it opens the page in a new page instead of
    the main frame. I don't get why it doesn't work because it did
    before. I must have changed something but can't figure what. I want
    the page to load in the main frame, not a new page.
    thanks

    redsox05 wrote:
    > I have a 2 frame page, main and top. I used this
    code.The page is on my desktop.
    > on(release){
    > getURL("misc/misc.htm","mainFrame","GET");
    > }
    > When I click on it it opens the page in a new page
    instead of the main frame.
    > I don't get why it doesn't work because it did before. I
    must have changed
    > something but can't figure what. I want the page to load
    in the main frame, not
    > a new page.
    > thanks
    get rid of GET, it is for Variables and has nothing to do
    with basic href request.
    Secondly, do not use mainFrame as a name, these are reserved
    names.
    Use something unique like redsox_frame.
    3rd - do not test it in desktop, upload to server and test it
    online. Due to changes
    in the player and browser security, many things can't be
    execute locally. Testing
    online is best and most reliable way.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

Maybe you are looking for