You can use the URLLoader or Loader Class and urlrequest class, change the url property when you want to load other swf. I hope this might help you.
Here is the tutorial http://injun.ru/flash10api/flash/net/URLLoader.html
User Profile
Collapse
-
-
Hi plater thank you very much. The event does not fire in simulator but it fires on the playbook device, i m not sure, i dont have device right now. Anyway let me working with ur idea.Leave a comment:
-
Need help, GeolocationEvent.UPDATE does not fire?
Hi,
I am developing a small app in felx mobile project for blackberry playbook, am using flash builder burrito,
i want to get the current location's latitude ,longtitude value using GPS. But the geolocation event does not fire in my code, anyother way to get the latitude,longti tude value?
...Code:protected function button1_clickHandler(event:MouseEvent):void { // TODO Auto-generated method stub -
I think, you dont need to write this code
Check itCode:else if (dr.HasRows == false) { GridView1.Visible = true; GridView1.EmptyDataText = "No Events for date range"; }Leave a comment:
-
-
This may help you...
...Code:protected void Button1_Click(object sender, EventArgs e) { for (int j = 0; j < GridView1.Rows.Count; j++) { string s = GridView1.Rows[j].Cells[1].Text; s = s.ToLower(); // for(int n=0;n < s.Length-1; n++) //{ if(s.StartsWith(TextBox1.Text.ToString())==true) {Leave a comment:
-
Hi
If it is in asp.net, this may help you.
or Give it in the constructor method of that class.Code:<asp:gridview runat="server" EmptyDataText="No Records"></asp:gridview>
Code:GridView1.EmptyDataText = "No Events for date range";
Leave a comment:
-
Delete and edit a node in xml using action script
Hi
I am developing a small application for blackberry playbook. I am using flash builder burrito SDK, i could retrive data from xml,but i could not edit and delete data in xml.Can anyone send me the example to remove and edit node in xml using flash builder burrito. -
Vikram Raman started a topic How to remove polylines from google map? Can anyone give example in javascript?in APIsHow to remove polylines from google map? Can anyone give example in javascript?
Hi I want to remove all overlays from the google map. I removed all markers but i am not able to remove polylines.
Can anyone give me example to remove the polyline from the map? I am using google map API V3. -
-
I gave it(player.Stop( )) before I load the new file and play it. When I debug the program I saw that the player has null value. So it creates a new object.The old file is playing too... Help plsLeave a comment:
-
Need solution to Stop wav files
I am developing a small project in wpf. I have 13 user controls. Each has one wav(sound) file. I wrote a function in a class to play the wav file. I have list view control to display the user control items in the main window. Whenever i click the list view item, the corresponding wav file should play.It plays, it works fine. If i go to the next item while playing the current item, the current item's file is playing. It should be stopped.I dont know... -
What is the default color of a button in WPF?
I want to change the button background color when the button is clicked, and i want to refill with the default color when other button is clicked. similar to tab control.
I am doing this with code behind.
But i cannot find out the default color.
Please tell me the default color including border color
With regards, -
How to set datasource for datagrid control in wpf
Hello Friends...
I Couldnt find a function to set the datasource for datagrid control in wpf.... Please tell me whats the function to set the datasource.... -
-
-
Query for getting maximum value
Hello Everyone,
I have a table named Customer with the fields CustomerId,Name ,Address,PhonNo .
I have ten records there
C001......to ......C0010
When i execute the following query, it shows the wrong answer
select max(CustomerId) from Customer
CustomerId
-----------------
C009
Whats the problem with this query,
Please... -
Microsoft VBScript runtime error '800a01b6'
Microsoft VBScript runtime error '800a01b6'
Object required for 'Session(...)'
/OnlineBookStore/AddItemProcess. asp, line 33
I have underlined the error line
Code i Used:
...Code:<% Dim StrTechName, StrBookName, StrISBN, StrPrice, IntQuantity, IntCounter, IntCount, IntShowCounter, IntItemID, BlnDuplicate, IntTotalItems, DblTotalPrice, DblFinalPrice StrTechName
-
Connecting to sql server 2008
Hello Everyone,
I have developed a web application in asp.net with C# in visual Studio 2005. And i used sql server 2008 as back end. When i run the program, it shows the following error..
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote...
No activity results to display
Show More
Leave a comment: