Help adding a Flash Navigation bar heading

So I started to do a flash for a Web site navigation bar, I do and it seemed pretty cool , I wanted to see if it has worked so far so I clicked and dragged to where I wanted it in dreamweaver, after publishing the swf, of course. Now I just see a giant white area where the swf file should be. What's wrong?

See my problem here: http://mcserver.web44.net/

Here is the code for the page that I inserted the swf file in (note this is just the stuff in the header.php file I include in the index.php):

< ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

" < html xmlns =" http://www.w3.org/1999/xhtml ">

< head >

< meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

< title > server < /title > MCraft

"< link href="/css/main.css "rel ="stylesheet"type =" text/css"/ >

"< script src="/mcraftserver/Scripts/swfobject_modified.js "type =" text/javascript"> < / script >

< / head >

< body >

< div id = 'background' >

"< img src="/graphics/background.png "class ="background"/ >

< / div >

< div id = "page" >

< div id = "header" >

< object id = 'FlashID' classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width = "1000" height = "40" > "

"< param name ="movie"value="/mcraftserver/navbar.swf "/ >

< param name = "quality" value = "high" / >

< param name = "wmode" value = "opaque" / >

< param name = "swfversion' value ="11.0.0.0"/ >

<!-this param tag prompts users with Flash Player 6.0 r65 or later to download the latest version of Flash Player. Delete it if you do not want users to display the prompt. ->

"< param name ="expressinstall"value="/mcraftserver/Scripts/expressInstall.swf "/ >

<!-next object tag is for non - IE browsers. Then he hide from IE using IECC. ->

<!-[if! IE] >->

"< object type =" application/x-shockwave-flash"data="/mcraftserver/navbar.swf "width ="1000"height ="40">

<!-<! [endif]-->

< param name = "quality" value = "high" / >

< param name = "wmode" value = "opaque" / >

< param name = "swfversion' value ="11.0.0.0"/ >

"< param name ="expressinstall"value="/mcraftserver/Scripts/expressInstall.swf "/ >

<!-the browser displays the following alternative content for users of Flash Player 6.0 and higher. ->

< div >

< h4 > the content of this page requires a newer version of Adobe Flash Player. < / h4 >

" < p > < a href =" http://www.Adobe.com/go/getflashplayer_fr "> < img src = ' http://www.Adobe.com/images/shared/download_buttons/get_flash_player.gif "alt = 'Get Adobe Flash player' width = '112' height ="33"/ > < /a > < /p > "

< / div >

<!-[if! IE] >->

< / object >

<!-<! [endif]-->

< / object >

< / div >

< script type = "text/javascript" >

swfobject.registerObject ("FlashID");

< /script >

Not sure that the Flash is a poor choice for web browsing?

It is difficult to maintain (you must edit and re - export Flash animation for each small tweak), it is unusable on iDevices (iPhone, iPad etc.) and can present problems of accessibility if not implemented correctly.

Navigation of CSS text style is in fashion these days. Beautiful navbars with none of the drawbacks of Flash.

That said, the code indicates

who is

http://mcserver.web44.net/mcrafterserver/navbar.swf/ who is not on the server

Tags: Dreamweaver

Similar Questions

  • Flash Navigation bar question

    Software used

    I make a Flash Navigation bar and placing it into my .html file in Dreamweaver.

    I'm also using Action Script 2.0

    The problem

    The problem that I am running is that when you press a button to navigate to another page it opens a new window or tab in the browser.

    I would like it so that when you press a button on the new page is loaded in the current window of the browser and not a new.


    Action Script used


    This is the script that I placed on the buttons.

    Each different script performs the same action, it opens the page in a new browser window.

    I would just load in the current browser window.

    • {We (Release)}
      getURL ("file:///xweb1/c$/websites/Xweb11/Inbound.html",_parent);
      }

    • {We (Release)}
      getURL ("file:///xweb1/c$/websites/Xweb11/Inbound.html",_self);
      }

    • {We (Release)}
      getURL ("file:///xweb1/c$/websites/Xweb11/Inbound.html",_blank);
      }

    • {We (Release)}

    getURL ("file:///xweb1/c$/websites/Xweb11/Inbound.html",_top);
    }

    Thank you

    Travis

    You must use quotes on the argument of the window... it's a chain.

    {We (Release)}
    getURL ("file:///xweb1/c$/websites/Xweb11/Inbound.html","'_self");
    }

    In addition, you may need to test the browser online work properly, in which case your local file calls should be changed.

  • When you customize the taskbar icons added to the navigation bar disappear when clicking on Done.

    I use the customization to add several icons in the Navigation bar. While customization window is opened they all are seen on the Navigation bar. When I click on Done some of them disappear. You can see the problem in these two images.
    http://s179350112.onlinehome.us/IconsShowing.jpg
    http://s179350112.onlinehome.us/IconsMissing.jpg
    Icons missing to not appear anywhere on the Navigation bar, at the other end.

    You need to hide the menu bar if you want the button to Menu bookmarks with the drop marker will appear on a toolbar.

    If you want the button bookmarks to open the bookmarks in the sidebar, then you must button bookmarks without the marker drop you can see in the first screenshot on the second row.

  • Adding to the navigation bar

    HI, I have created a website to a www.carmelsreiki.ie model and edited him right for the business. Now she wants to add a new page but my navigation menu does not display the plus sign to the right of the last tab for me so far. Can you help me

    By default, the menu updates automatically when you add a new top-level page. You will see a sign if you have the type of menu set to manual in the Panel options.

    David

    Creative muse

  • Help on the Flash Navigation

    Could someone help me this?

    I have a button that is preserve in an object 'film' and I can't go to an image labeled on the chronology of the main sequence.  I used the code below in the past, but his does not work.

    Anyone?

    I named the instance of the button "CLbtn".

    This. CLbtn.addEventListener (MouseEvent.CLICK, CLbtnClick);

    function CLbtnClick(event:MouseEvent):void {}

    (parent as MovieClip) .gotoAndPlay ("top");

    }

    Hmmm, I don't know what an NE_24 object.

    Can go you directly to the scene? Instead of using "(parent as MovieClip) try ' just using 'stage' in its place." So it would look like:

    stage.gotoAndPlay ("top");

    If this does not work, then maybe you can reach the stage of the NE_24 by going to its parent.

    If you pass this way made me know that these traces of return, so that we can see if you can find the scene this way:

    trace (parent.parent);

    trace (parent.parent.parent);

    I had cases where I needed to do to reach the scene (when the scene was not directly accessible)

    [EDIT]

    Just so I'm clear in understanding what you want. You try to read the script, correct? Or you try to read the timeline of a movieclip that is on the stage?

    If you try to play the timeline of a movieclip on the stage then we will look for a 'MovieClip' rather than 'object step' in the parent structure.

    ~ Plystire

    Post edited by: Plystire

  • I'm so new to all of this. Need help spry navigation bar.

    I tried to put last night, but I forgot to attach my file. I added a spry navigation bar, but only one shows the elements upwards, when I look in the code, it seems that all the items are listed, like at home, who we are, how to help, but they do not appear on the design mode or when I view it in the browser. Any ideas what I could have done wrong?

    It seems to work fine for me. Did you change the code to all spry?

    I have attached the file with the file in there. See what it looks like. If it looks worse, try to take a screenshot and attach it.

    Nick

  • submenu hover but submenu displays navigation bar disappears when the cursor is moved to select the item

    Help, please!  My navigation bar includes the submenus which show on hover.  The submenu disappears when I move my cursor to select one of the items, so I can't click on any one of the submenu items.  Can anyone help?  Please?  Here is my code:

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml "> < head > .

    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"

    < title > Untitled Document < /title >

    < style type = "text/css" >

    < / style >

    "" < link href = "... / navbar.css" rel = "stylesheet" type = "text/css" / >

    < script type = "text/javascript" >

    function MM_swapImgRestore() //v3.0 {}

    var i, x = offline. MM_sr; for (i = 0; a & & I <.) Length & & (x = a [i]) & & x.oSrc; i ++) x.src = x.oSrc;

    }

    function MM_preloadImages() {//v3.0

    var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();

    var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)

    If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}

    }

    function MM_findObj (n, d) {//v4.01

    var p, i, x;  if(!d) d = document; If ((p = n.IndexOf ("?")) > 0 & & parent.frames.length) {}

    d = parent.frames [n.Substring(p+1)] .document; n = n.Substring (0, p) ;}

    If (!) () x = d [n]) & & copyrights) x = d.all [n]; for (i = 0;! x & & i < d.forms.length; i ++) x = d.forms [i] [n];

    for (i = 0;! x & & d.layers & & I < d.layers.length; i ++) x = MM_findObj (n, d.layers [i] .document);

    If (! x & & d.getElementById) x = d.getElementById (n); Return x;

    }

    function MM_swapImage() {//v3.0

    var i, j = 0, x, a = MM_swapImage.arguments; document. MM_sr = new Array; for (i = 0; i <(a.length-2); I += 3).

    If ((x = MM_findObj (a [i]))! = null) {document. MM_sr [j ++] = x; if(!x.oSrc) x.oSrc = x.src; x.SRC = a [i + 2] ;}

    }

    ->

    < /script >

    "" < link href = "... / large - quilt.css" rel = "stylesheet" type = "text/css" / >

    < style type = "text/css" >

    a: link {}

    color: #071f75;

    }

    a: visited {}

    color: #0099ff;

    }

    a: hover {}

    color: #00cc;

    }

    a: active {}

    color: #cc3300;

    }

    < / style >

    <!-[if IE 6] >

    <! [endif]-->

    < / head >

    < onload of the body = MM_preloadImages('..) «/images/nav_bar_guild_ro_home.gif ','... / images/Calendar_rollov er_01.gif ',' /images/nav_bar_guild_ro_general.gif ','... f/images/nav_bar_guild_ro_members.» GI ','... /images/nav_bar_guild_ro_community.gif ','... /images/nav_bar_guild_ro_contacts.gif «,» . (/ images/events_rollover_01.gif ') ">"

    < div id = 'wrapper' >

    < div id = "top" >

    "< div id ="logo"> < a href ="... / index.html "" > < img src = ""... / pictures/thanks "width ="280"height ="172"alt ="logo"/ > < /a > < / div > <! - logo - >"

    < div id = "quilt_top" >

    "" < img src = "... / images/quilt_top.png" width = "550" height = "209" alt = "Duvet" / > < / div > <! - quilt_top - >

    < / div > <! - top - > <! - top - >

    < div id = "bar1" > < / div > <! - bar1 - >

    < div id = "bottom" >

    < div id = "nav" >

    < ul >

    "" "< li > < a href ="... / index.html "MM_swapImgRestore" onmouseover = "MM_swapImage ('home button',",'... / images/nav_bar_guild_ro_home.gif ', 1) "> < img src =" "... / images/nav_bar_guild_home.gif" alt = "home button" name = "home button" width = "148" height = "129" border = "0" id = "home button" / > < /a > < /li > "

    "" "< class ="subNav"li > < a href ="... / general.html "MM_swapImgRestore" onmouseover = "MM_swapImage ('general',",'... / images/nav_bar_guild_ro_general.gif ', 1) "> < img src =" "... / images/nav_bar_guild_general.gif" alt = "rollover nav buttons" name = 'general' width = "205" height = "129" border = "0" id = "general" / > < /a > "

    < ul >

    "< li > < a href ="... / meetings.html "> dating < /a > < /li >"

    "< li > < a href ="... / showandtell.html "> view the & amp;" Say < /a > < /li >

    "< li > < a href ="... / library.html "> library < /a > < /li >"

    "< li > < a href ="... / retreat.html "> pension < /a > < /li >"

    "< li > < a href ="... / blogs.html "> items < /a > < /li >"

    "< li > < a href ="... / fundraising.html "> fundraising < /a > < /li >"

    < li > < /li >

    < /ul >

    < /li >

    "" "< li > < a href ="... / members.html "MM_swapImgRestore" onmouseover = "MM_swapImage ('members',",'... / images/nav_bar_guild_ro_members.gif ', 1) "> < img src =" "... / images/nav_bar_guild_members.gif" alt = button 'members' name = 'members' width = "198" height = "129" border = "0" id = "members" / > < /a > < /li > "

    "" "< class ="subNav"li > < a href ="... / community.html "MM_swapImgRestore" onmouseover = "MM_swapImage ('Community',",'... / images/nav_bar_guild_ro_community.gif ', 1) "> < img src =" "... / images/nav_bar_guild_community.gif ' alt = 'button community' name = 'Community' width ="215"height ="129"border ="0"id = 'Community' / > < /a >"

    < ul >

    "< li > < a href ="... / kids_kwilts.html "> < /a > < /li > children Kwilts"

    "< li > < a href ="... / storybook_quilts.html "> stories < /a > < /li >"

    < li > < /li >

    < /ul >

    < /li >

    "" "< class ="subNav"li > < a href ="... / adresses.html "MM_swapImgRestore" onmouseover = "MM_swapImage ('contacts',",'... / images/nav_bar_guild_ro_contacts.gif ', 1) "> < im g src =" "... / images/nav_bar_guild_contacts.gif ' alt = 'the button contacts' name = 'contacts' width ="185"height ="129"border ="0"id ="contacts"/ > < /a >"

    < ul >

    "< li > < a href ="... / board.html "> Council < /a > < /li >"

    "< li > < a href ="... / bees.html "> bees < /a > < /li >"

    "< li > < a href ="... / carriere/portfolio/index.html "> resources < /a > < /li >"

    "< li > < a href ="... / quiltshops.html "> Quilt Shops < /a > < /li >"

    "< li > < a href ="... / otherguild.html "> other guilds < /a > < /li >"

    < li > < /li >

    < /ul >

    < /li >

    < /ul >

    < / div > <! - nav - >

    < div id = "main_content" > <!-TemplateBeginEditable name = 'main'-> main <! - TemplateEndEditable - >

    < / div > <! - main_content - >

    < / div > <! - low - >

    < / div > <! - wrapper - >

    < / body >

    < / html >

    I stayed until the end, and here is the HTML and CSS code, you must

    HTML


  • Patchwork shops
  • Other guilds
  • main

    CHANGE THE NAVIGATION BAR OF THE CSS SELECTOR TO THIS


    #nav li.subNav:hover ul {}

    display: block;

    position: absolute;

    top: 370px;

    border: none;

    background-color: transparent;

    do-family: "Times New Roman", Times, serif;

    do-size: 16px;

    color: #CA0F20;

    text-decoration: none;

    margin-top: 0px;

    right margin: 0;

    margin-bottom: 0;

    left margin: 0px;

    padding-top: 0px;

    padding-bottom: 10px;

    z index: 95;

    text-align: center;

    }

  • Target URL in flash navigation

    Hello! I am * a little * new to Flash but really inexperienced

    with the coding. I have a HTML Web site we have a FLASH navigation bar in and I coded buttons to go to their respective pages. Yay! Now I need to focus on these links where they remain in the same browser window. Here is the code I have so far: any suggestions would be amazing! Thank you guys.

    Stop();
    import flash.events.MouseEvent;

    var gethowitworks:URLRequest = new URLRequest ("how.html");
    var getdemo:URLRequest = new URLRequest ("demo.html");
    var getaboutus:URLRequest = new URLRequest ("about.html");
    var getcontactus:URLRequest = new URLRequest ("contact.html");

    howitworks.addEventListener (MouseEvent.CLICK, howClick);
    demo.addEventListener (MouseEvent.CLICK, howClicka);
    aboutus.addEventListener (MouseEvent.CLICK, howClickb);
    contactus.addEventListener (MouseEvent.CLICK, howClickc);

    function howClick(event:MouseEvent):void {}
    navigateToURL (gethowitworks);
    }
    function howClicka(event:MouseEvent):void {}
    navigateToURL (getdemo);
    }
    function howClickb(event:MouseEvent):void {}
    navigateToURL (getaboutus);
    }
    function howClickc(event:MouseEvent):void {}
    navigateToURL (getcontactus);
    }

    I'm sorta new too, so I don't know if this will fix it or not (waiting for someone to answer to answer my question too)

    instead of your navigateToURL (gethowitworks) original;

    Have you tried to use

    navigateToURL (gethowitworks, "_self");

  • Additional "greeked" added to my site navigation bar

    I just tried to make a few updates on my site, and when I published in Business Catalyst special edition, generics, navigation bar has been added to the top of my site with links that go to the placeholder greeked text! And the site itself appears as an area within this site. Help! How can I remove this additional navigation bar and have just my site appear as the only content?

    I took a quick look, and I can see it is actually an Adobe partner in importance! This generic navigation bar is a remnant of a model. There is a "header" in the HTML tag, showing a comment from 'BC_OBNW', which is generally a signature Business Catalyst . And should simply not be able to creep into your web page to download or use. Don't worry, it's not bad, at least not that I can see. It's just a strange glitch.

    For reasons of test, try to export the Muse site as HTML (a folder on your desktop) and see if the visualized page locally always has this menu bar?

  • I have 5 html pages that share a common header, footer and sidebar. How to use my navigation bar to change the content of the body without duplicating a lot of code?

    I have 5 html pages that share a common header, footer and sidebar. How to use my navigation bar to change the content of the body without duplicating a lot of code? Thank you!

    Read the help section of DW on models.

    Using Dreamweaver | Creating a Dreamweaver template

    Or use Server-Side Includes

    Nancy O.

  • Adding a button before the button table of contents in a WebHelp Pro navigation bar

    My customer wants to add a "Home" button to the left of the button table of contents in the navigation bar. I can button ad to the right of the 'standard' buttons: table of contents, search, print, and glossary, but even if I go and edit the skn file and add the 'Home' botton before the table of contents one, it always displays to the right. Is that all that I'm missing?

    Thank you.

    Using RoboHelp 9 and Robohelp Server.

    Thank you

    Hello

    I have HR server, so it's kinda a guess but I think as a method of work.

    Change the order of the toolbar in the whstart.js file.

    1. in the whstart.js file, go to line 184 (RH10), it has the text ElseIf (nMsgId == WH_MSG_TOOLBARORDER).

    2. we will find the opening brace, add the following code:

    oMsg.oParam = "CUSTOM" TOC | GLO | IDX | FTS | blackblock | searchform | banner ";

    Returns false;

    3. open whskin_tbars.htm and go to the bottom of the file to find some calls starting with addButton.

    4 Copyt the id of the button (customxxxx) and replace the CUSTOM in the whstart.js file text.

    Change whskin_tbars.htm

    1. open whskin_tbars.htm

    2. go in the bottom of the file and find some calls starting with addButton.

    3. fix the lines in the order you want the buttons to appear. (Remember the "blankblock" button to push some content to the right of the toolbar.

    4. remove the call to the ReSortToolbarButtons() function in the whskin_tbars.js file.

    If WebHelp always use the buttons, try adding return false; as the first code of the ReSortToolbarButtons() function in the whtbar.js file

    Hope this helps,

    Take a bow

    Willam

  • Help to create a gif animated for a navigation bar!

    Hey guys, I'm very new to Fireworks and dreamweave and I encounter a problem that makes my head spin! I need to create a simple animated .gif to a navigation bar (which will be published in dreamweaver). The navigation bar are as follows: http://www.eden.rutgers.edu/~baronson/ITI320/Exercise2/functionality.html. Essentially, all that happens is I create this animated picture and in dreamweaver, when I create the navigation bar of AP, I updated the mouseover this image. My problem is that, compared to the image mouseover of the website ( http://www.eden.rutgers.edu/~baronson/ITI320/Exercise2/images/navi/audience_OVER.gif ) animated my gif has several layers and States, where, as its only has a single layer. I can't seem to find a way to include both text and gif image and incorporate them into the same layer.

    A follow-up to the issue after finding the way to integrate them both in the same State, I should catch every piece of my animated gif for the individual State, that I want it be applied?

    Any help/pointer to where the information would be greatly appreciated. I have read through the manuals and watched a lot of videos of Babbage, but were not able to understand this. Thank you!

    Your gif didn't need to have several layers, but he needs to have several States. To save you a lot of confusion, first create animated gifs, and then export them. Create your navigation bar in the usual way, with simple images, rolloveres or swap. The navigation bar on export. Rename the gifs animated with the names of most of the State of the navigation bar images and then remove (or mone to another folder) more images of the State navigation bar. Move the gif animations in the navigation bar image file. Preview in the browser. The animated gifs should have replaced the original state of the buttons.

  • Flash Nav file will not 'sit' on the navigation bar Image loaded in DWCS3

    Since I am not fully qualified (or hardly) on correct terminology, I included the site evidence at the beginning of this discussion.

    http://www.fairwoodcommunitynews.com/Alphatest/HomeTest2.html

    I created a floating boom in Flash CS3; It follows the mouse flies above the Nav links.  I want the arrow to sit directly on the bar, which is a jpeg loaded in my page DWCS3.

    Currently, the flash file seems to be sitting directly on the nav bar graph.  For the flash file, I chose to align "Low absolute" and for navigation bar Image, I chose align them 'Top', but these two choices does not work.

    Can someone help me with this?  THANKS in advance.

    I want to be sure that the base of the arrow key actually the bar, giving the impression that it slides along the horizontal bar not hovering over the bar.

    If you leave detail like this control you, he'll go crazy and eat up to 100% of your time. Move on to more important things.  Or otherwise, to build the navigation bar all in Flash.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    www.Alt-Web.com/
    www.Twitter.com/ALTWEB
    www.Alt-Web.com/blogspot.com

  • Lost the back, front, refresh etc. buttons on the navigation bar. Everything on the fact help page and nothing works

    I have the navigation bar checked, restore the default toolbar, reset firefox, restarted with Add ons disabled, restarted the computer, restart firefox and update my plugins. Firefox is also updated. Nothing works. Thank you for your help and care.

    When you open the toolbar customization panel, the Stop/Reload point at the end of the address bar will be "magically" turn into buttons that can be dragged around. If you put them next to each other, they will be combined into a single button, but if you want them separate, I think you can, but a separation between them.

  • Help! How to create a navigation bar by tabs on the width 100% accordion that pushes also down of content

    Hello

    I keep seeing 100% width beautiful navigation bars that work like accordions, they open upward and push down the content of Web sites. But no idea how to do myself in Adobe Muse.

    An example is Adobe Muse Widgets Web site: http://www.muse-themes.com/collections/adobe-muse-widgets

    I want to create something similar in the top gray navigation bar. When you click on the 'support' section it drops in a submenu that is 100% fixed width and pushes down the rest of the content on the Web page. I know that the current accordion can be created as 100% width and can push down content when opened. But it does not feet, so I don't think I can create the navigation bar I'm after.

    If anyone knows how to do this, please can you help me to get this effect.

    Thank you

    Kirsty

    Take a look at this small sample file:

    https://DL.dropboxusercontent.com/u/7046655/sample.Muse

    He he, what you want?

Maybe you are looking for

  • my mail doesn't work

    my mail says account failed, have tried everything I can as online and changing of prefrences I use gmail if that helps

  • Move the Palm Pre Plus contacts in gmail

    When I got my phone it took my gmail contacts automatically and put them in the list of contacts on my phone.  I now have contacts on my phone that I need to have in gmail as well. Is it possible to export the contacts from the phone so I did not add

  • datafinder read properties of type 'DataTypeDate' from the script

    Hi all What do I need read "Modify date" value of the property of my Datafinder resultlist? result of: Dim oMyDataFinder, oMyQuery, MyDate, MyMin, oMyResultsSet oMyDataFinder = Navigator.ConnectDataFinder ("My DataFinder")If oMyDataFinder.Name = "My

  • don't leave the power saving mode

    I have a dell dimension c521 with vista. When I start it up, it goes right to power save mode. It says to press the keys or move the mouse. The mouse does not light, but the keys do nothing. Ive tried unplugging, restarting, gathering dust. Nothing s

  • connect and read data from the windows host's Web site

    Hello, I have a Web site hosted by windows server with SQL server, I want to create an application to read all about me and write in the listview. When tcoh each title in the listview opens a new .qml window or call to view or order specific goodbye