Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / December 2007

Tip: Looking for answers? Try searching our database.

Frames in ASP.NET?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ronald S. Cook - 21 Dec 2007 17:17 GMT
Hi,

I want to create a new web application using VS2008 (I'm actually rewriting
what's currenty at www.recordplay.com).

The current site uses frames.  Do I want to still do this, or is there a
new/better way now?

Basically, I have that Windows Media Player that I want up all the time
(embedded) playing songs while the user can navigate around to other pages.

In my VS2008 page, it does the red squiggle line under a frame tag saying
not supported.  I do see an option for IFrame.. maybe I want to look at
that?

Thanks for any info,
Ron
l.holota@hotmail.com - 21 Dec 2007 18:07 GMT
frames are currently considered "old-fashioned", but if you want to use it
in the administration part of the web, it might be a good way. Current
recommended way is div-layout and asp.net master pages. If you do not know
how to work with master pages, google "asp.net how do I videos".

Regards,

Lukas Holota

> Hi,
>
[quoted text clipped - 14 lines]
> Thanks for any info,
> Ron
Ronald S. Cook - 22 Dec 2007 01:04 GMT
Thanks, but I want navigation elsewhere on the screen to be able to occur
without reloading the Windows Media Player object.  I can't think of
anything else that can do this besides frames.  But, they aren't listed as
an option in VS2008 intellisense.

Thanks.

> frames are currently considered "old-fashioned", but if you want to use it
> in the administration part of the web, it might be a good way. Current
[quoted text clipped - 23 lines]
>> Thanks for any info,
>> Ron
l.holota@hotmail.com - 22 Dec 2007 13:16 GMT
They aren't listed because of they aren't recommended anymore, but in case
of WM objects, it's the only way, many people tried to solve it, but the
conclusion was using frames or make whole page again in silverlight or
flash, but that's even worse than frames

Regards

Lukas Holota

> Thanks, but I want navigation elsewhere on the screen to be able to occur
> without reloading the Windows Media Player object.  I can't think of
[quoted text clipped - 30 lines]
>>> Thanks for any info,
>>> Ron
darrel - 21 Dec 2007 18:38 GMT
> Basically, I have that Windows Media Player that I want up all the time
> (embedded) playing songs while the user can navigate around to other
> pages.

Frames suck, but for what you want, it's prety much the only option.

Granted, a lot of folks don't like music on web sites either. ;o)

> In my VS2008 page, it does the red squiggle line under a frame tag saying
> not supported.  I do see an option for IFrame.. maybe I want to look at
> that?

An iframe would work if your main page is the WMV holder, and then all of
your content pages are in the iframe.

Again, though, frames can be a  pain. It can make it hard to bookmark
things, link to things, share information, and if not implemented right, can
make it hard for google and the like to index your pages and can also cause
accessibility issues.

I would suggest on your pages have a 'music player' link that, if clicked,
will open a small pop-up window with the WMV player. This will get rid of
the need for frames, and give site visitors full control over the music
portion.

-Darrel

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.