flash Interview Questions and Answers


 

Interview Question in flash

Seeking for an ASP.net cSharp Flash+AdRotator

Anyone knows how I can use the built in control named "AdRotator" in visual studio 2005 to play flash (.swf) files ?
Thnx !

How to insert a flash (.swf) file in webpage via design

I am doing my final year project, I need to make one webpage by Visual Studio 2005. I dont know much bout coding thats why i m making it by design. I want to know how I can insert my flash files (.swf) in my webpage ? in my webpage got some rows, where one row i made for flash file. now I want to enter that files into the row...Thanks

How can I use Flash Animated File in my html Webpage

Hello All
I developed a small animation in Flash CS3 and published it into .swf file. I selected Flash Player 9 and some html profile in puclished setting.

In preview from Flash CS3 it is working good.

I want to use it in my HTML page but not getting any componenets to use it. I am using Visual Studio 2005 as my visual interface.

Please help to use flash file in my html pagae

thanks in advance

Sorry for Greate English (-: )

What is a good database-like structure for storing user info

I am quite a novice programmer, so I hope this makes sense. I am trying to write a Windows Application in Visual Basic using Visual Studio 2005 that allows the user to create and study "virtual" flashcards. Each card will consist of a topic/term and details about that topic/term--as with ordinary flashcards. Each card will also belong to a deck(s). Each deck represents related topics and terms. So, for instance if the user wanted to study a chapter in a book, the deck would represent the chapter and each card in that deck would represent the related topics/terms. When the user creates a card/deck, I need a way of storing this information on the end users machine. I don't want the user to have to access a remote database for this, because I don't plan on maintaining one. Is there a good solution for this problem? If so then what?

How can i bind data from database to webcontrols (like textboxes) of Visual Studio 2005 web Application (VB)

I know in Visual Studio.NET 2002/2003 you can bind data to webcontrols by filling the dataadapter and using the dataset's datarow to fetch data from the database.

.NET example.

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
If Not IsPostBack Then
SqlDataAdapter1.Fill(Flashds, "Vid1")
Flashddl.DataSource = FlashDS
Flashddl.DataMember = "Vid1"
Flashddl.DataTextField = "VideoName"
Flashddl.DataValueField = "Increment"
Flashddl.DataBind()
End If

SqlDataAdapter1.Fill(FlashDS, "Vid1")
If Not FlashDS.Tables(0).Rows.Count = 0 Then
drflash = FlashDS.Vid1(0)

FlashVideo1.VideoURL = drflash("VideoTest")
'Incrementlbl.Text = drflash("Increment")
End If
End Sub

How can i replicate such in VS 2005(VB)?

Html errors in visual studio 2005

I have placed the below codes in an html located in Visual Studio 2005. But it have two errors,

1. Element 'object' must be included within a parent element
2. Element 'embed' is not supported.

<object codebase="http://download.macromedia.com... width="480" height="640" title="Happy Birthday">
<param name="movie" value="scs happy birthday v2.swf"/>
<param name="quality" value="high"/>
<embed src="scs happy birthday v2.swf" quality="high" pluginspage="http://www.adobe.com/shockw... type="application/x-shockwave-flash" width="480" height="640"></embed>
</object>

So how could I solve it? Pls help. Thanks. 10 points.

I just got Visual Studio 2005 as I needed it for school. It says it comes with visual basic

Every time I open up visual studio it flashes a screen for just a second that has the option of which I want to use. Anyways everytime I open it up it always goes to Visual studio. I dont want to use that I want to use Visual basic why cant I find it anywhere and how to I get to visual basic in visual studio 2005 professional? Thanks

Why does my monitor flash black

I have ATI video card and dual monitors.
I am developing in Visual Studio .NET 2005 and 2008
Anytime I compile or debug a program, my monitors go black a few times as if a full screen command prompt is displayed. After a few seconds, everything is back to normal. It sometimes happens when opening a program but I can make it happen every time when I run a program in the visual studio IDE.

The monitors are not losing a signal as I am not seeing a message, and the power button is not changing from green to orange. It stays green.

Any ideas?

Coding with visual studio 2008

how do you watch a specific variable in flash games with visual studio 2008 and have the ability to change it? i know its possible because of cheat engine and i want to try making my own application

How to get the IP address of the user visiting to my asp.net website

i made a project in college using asp.net,vb.net,sql server 2000..It is made on visual studio.net 2003...
now i want to get the user's ip address who r currently visiting my website over my lan...
how to do this???
Is thr any flash file which automatically does this??
or i need to do some special coding???
pls help me to do this...
thank u

I am a ASP.NET SQL Server 2000 Freelancer Developer Where can i find a offsite IT work anywhere in the US

Hi I am expert .NET developer (SQL server 2000) with over 8 years experience, my fee is just $500/week and i{m looking for freelancer/offsite work anywhere in the US.
My Skills are asp.net, vb.net, sql server 2000, php, mysql, flash, web design. I am interested in projects or long term relationships with consulting companies all over US. Thanks :)

Please forward answers to princesoftConsulting@gmail.com :)

How can i validate a filed while using ASP / Sql server 2000

I want make a enquiry form using ASP and sql server 2000, where one feild is compulsarily to be filled by the user, if user does not fills the feild an error mesage is to be flashed. What will be the ASP coding for it? i am not suposed to use java script?

Can anyone give me a step by step process to backup SQL server tables and database to another disk

I have MS-SQL 2005 server installed.
In case of PC formatting or uninstallation, I have to backup all the data.
But I don't know the path where the tables are stored on system.
Tell me:
1.Where r the tables and views saved on the hard disk.
2.how can I copy the database set I want to another storage medium(like flash drive or a CD).
3.After copying how can I use that database on another system that has SQL server installed??
Plz help me.....I need it

How to import flash files into aspdotnet 2.0

i want to import flash files which is having extension of .swf in to asp.net 2.0

pleas help me friends.
advance thanxxxxxxx

I have created a website in asp.net 1.1

i want to display a flash file(intro.swf) in my index window. i dont know html completely. kindly help me to display my flash in my asp.net webpage. thanks in advance.

How to set styles in a flash video which has only some text

There is a .fla (flash) file which is called from a .aspx page (ASP.NET 1.1).The flash file displays some text.

I need to change the font and fontsize of the video depending on parameters set from the aspx page.Also a photo path needs to be passed to the flash file which will display that at a particular position(also specified from the aspx page).
Can anybody help either with the photo or font/fontsize in the flash file ?

How do i put a .swf and .txt file in the same directory

i created a flash intro, and their are two parts.

a .swf and a .txt which has all my text from the flash intro.

a tech support guy said "Put the swf file and txt file in the same directory as where the file is that loads the swf file
so all 3 files are in one and the same spot"

but idk what this means.

im using microsoft sharepoint 07.

where do i copy and paste my .swf and .txt files?!

How do i

i created a flash intro for my site, but when you go to the site, you have to click the link for it to start up. how do i make it so that it automatically clicks the link?

im using ms sharepoint 2007

Embed flash in my sharepoint 2007 site

Hi,

It dont seems to work when i try to embed flash to my sharepoint 2007 site. but it works well in i embed on my normal html page.

How do you get Flash to work in Sharepoint 2007

I was able to get flash to work in Sharepoint 2003. I however am having trouble deploying in Sharepoint 2007. Any tips would be great.