473,466 Members | 1,413 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Dynamic Flash in Master / Content scenario

Thanks for any help in advance...

Little background first. I have a report application that creates a
flash file for each day of the year. I want to place that file in a
content page without having to create a new content page for every day
- Im using the bewise flash control.

The master file has a calendar that the users will be able to select a
date from which should display the flash file in the content portion of
the page.

The application automatically creates the flash with the same naming
convention every day.

I have a master page with a calendar and dropdownlist control. my
thoughts are create a content page and then use a variable for the file
location of the flash file....

This is the content page currently

<%@ Page Language="VB" MasterPageFile="~/DailyLaborMasterPage.master"
AutoEventWireup="false" CodeFile="dailylabor3.aspx.vb"
Inherits="dailylabor3" title="Untitled Page" %>

<%@ Register Assembly="FlashControl"
Namespace="Bewise.Web.UI.WebControls" TagPrefix="Bewise" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server">
<Bewise:FlashControl ID="FlashControl1" runat="server"
Height="550px"
MovieUrl="~/Reports/DailyLabor/AllDepartmentLaborReports/01Mar06Daily&MTDLaborDetailsReport.swf"
Width="734px" />
</asp:Content>

If it is possible to do it this way, how do I use a valiable inside a
asp tag....

Example
MovieUrl="~/Reports/DailyLabor/AllDepartmentLaborReports/" &
Calendar1.SelectedDate & "Daily&MTDLaborDetailsReport.swf"

Thanks

JD

Mar 30 '06 #1
0 1116

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Michael Herman \(Parallelspace\) | last post by:
1. What are some compelling solutions for using Master/Content pages with Web Pages? 2. If a content area has a web part zone with web parts, what is the user experience like when "editting" the...
4
by: Steve Franks | last post by:
I have this cool nested master page scenario working great. However what is the correct way to be able to access a strongly typed property at the top level master from a content page that has a...
2
by: dawg1998 | last post by:
I have a page that creates dynamic textboxes based on the number of fields a user chooses to fill out. This process worked great when the page was standalone. However, when I move to a...
1
by: LilC | last post by:
I'm creating an application that has a standard layout for all pages. The information that is displayed in the layout will be dynamic based on the user that is logged in. Thus when a page is...
4
by: Diane Yocom | last post by:
I'm trying to use an Atlas UpdatePanel to just update a label when a text box has changed. The problem is that my textbox is in a user control and I'm using Master Pages - with the combination of...
1
by: aolba | last post by:
I manage to use an example of AJAX to insert dynamic content inside DIVs. Everything goes OK, until I noted the dynamic content didn't dysplay the flash animation. I didn' get errors or anything....
0
by: axxon | last post by:
hi, I am having a huge problem here! the scenario is i am trying to create dynamic accordion Panes to a accordion control inside a tab panel in a content page. It works just fine in a regular...
2
by: Charlie Brown | last post by:
I am working on a site that has embedded flash content in it. The site is based on MasterPages. When we embed a flash object using Dreamweaver it inserts its own code to run the flash object...
0
by: Charlie Brown | last post by:
I am working on a site that has embedded flash content in it. The site is based on MasterPages. When we embed a flash object using Dreamweaver it inserts its own code to run the flash object...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.