Flash Player

Is there a way to determine with VB Script, or Java Script, if MarcoMedia Flash Player is installed as a plug-in in a browser?

View Replies


ADVERTISEMENT

Xml Based Mp3 Player

i found a flash based mp3 player for my myspace that pulls the playlist from an xml file. my question is this... i want to be able to change the playlist (add, delete songs, change play order, etc...) without having to change the xml. here's my idea and i'm not sure how exactly to do all of it, but let me know if there is an easier way.if i create a db that stores the information i need (filename, song title, and track number) i can create an html form that will allow me to change the track number (i know how to delete and add songs). my question is how to i update the xml file at the same time it updates the db. in other words, how to i send the data in the db to an xml file.

View Replies View Related

Important Player

Dear all, anyone know how to include a window media player in asp so my
user can listen to sample music on my website?? Or anyone know where I
can find the code?

View Replies View Related

Embeding The Player

I'm trying to include a simple streaming of audio file in my web.I come across this web:

http://webdesign.about.com/cs/streamingmedia/ht/htstreaming.htm

which i have follow the simple instruction of creating a RAM file to point to the .rm file.The link is working, but instead of having the Real Player pop up. How can I embed the player to the browser, so that it is being display in the browser itself rather than having the player pop up.

View Replies View Related

Media Player In Asp Page

how i can put a frame like Microsoft media player to old asp web page (for video clips)

View Replies View Related

Media Player Object

I have a media player object in ASP on a default page. I'd like to have the
audio play continuously no matter what page the user goes to.

In all of the ASP files I have:

<!--#include file="header.html"--right after the <bodytag. The header
file has the page header graphic and menu. I tried to put the <OBJECTin
header.html but the playlist restarts on every page.

Any way to get the object to load and stay without restarting?

View Replies View Related

Online Music Player

I want to make my own music player in my site..In such a way that when i click on the sone my popup window open and my own builtin player opens and runs the song...

View Replies View Related

Important Media Player

how i can place a media player on my asp page to allow user to listen to sample songs, etc? or anyone know where to find the code?

View Replies View Related

Windows Media Player

I've seen sites selling jukeboxes that allow you to run a multimedia server, but is it possible to stream to WMP from ASP? It doesn't have to be a true stream. What I basically want to happen is somehow allow the user to create a playlist, or allow them to "queue it up" when clicking on different media types.

In other words, if I have 10 mp3s on my site, and the user wants to listen to 5 of them, without clicking on the next song to play after the first song is finished, and can queue additional songs while any song is playing. Can this be done?

View Replies View Related

Dynamic Media Content And Player

I have multiple video and audio files that I want to play on my site. They are also multiple sizes. Some are 320x240 and some are other wacky sizes. What I am trying to do is create a dynamic PopUp player to embed Windows Media Player in.

I have a Database where I have put the links and the display text for the video and audio files. I am currently using JavaScript to make my PopUp window.

Is there any way with ASP I can automatically size the PopUp windows to the right size to correctly house my embedded media player? I use ASP to create the link to the PopUp Window and then once the Window is open I use ASP to get the video file, i do the same for audio files.

View Replies View Related

Close Windows Media Player In A Web Page After Its Played?

How do you close windows media player in a web page after its played. I have added a windows media player to my web page as:

<object id="Player"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
..
..
..

After its played I would like it to automatically close.

View Replies View Related

ASP And Flash

Does anyone know how can I load an ASP file with variable query like:

loadVariablesNum("Member_details.asp?MemberID= ???", 0, "GET");

View Replies View Related

Flash MX

I have created a Contact Form in Flash MX, However i want it to be able to send the message using ASP. Does anyone know where i can download or find information on how to do this?

View Replies View Related

ASP/Flash And XML

I have been struggling with this issue for several days now. I have a flash movie that I am using the geturl call.

getURL((((("javascript:apripop('mypage.asp?theimg=" + this.myimage) +
"&title=") + this.title) + "')"));

This is what the xml page has.

<gallery>
<image myimage="images/flashme.jpg" title="Basic Movie"/>
</gallery>

The problem I am having is that when I click on a thumbnail from the flash
movie, it pops up the asp page and then it is suppose to display the image and
title. It is displaying the title only and not the image. I can view the
properties and the image string is being passed through, it's just not showing
the image. Is there some other code that has to be included in the asp page to
display an image? I hope I explained it enough for someone to assist me.

View Replies View Related

Flash And Asp

Anyone ever work between Flash and ASP before? I'm trying to send a variable from a Flash movie to an ASP page and get the page to display the variable. I have a variable, test, in the root of the Flash movie. I've set up a button that has this script attached to it:

getURL ("newpage.asp","","post");

Then, I've written a simple ASP script as follows:

name = Request.Form("test")
Response.Write (name)

This is just to test out the concept. According to a tutorial I read, this should work, but it doesn't seem to be.

View Replies View Related

Flash Possible

I am working on creating a login script in my flash file but wanted it to access my Microsoft Access DB. Would anyone know if flash can handle asp ?

View Replies View Related

Flash

can anybody give me link for debug flash error in google

View Replies View Related

Run Flash

I am looking for a way to put Flash files into HTML without the location of my flash file being shown in the HTML. I have seen this done before using ASP. Where the flash would be embedded, instead there is a line of code that runs a ASP file. Then the ASP file runs the flash from it's location on the HTML page where the ASP file is ran.

I'm not an ASP guy at all. I'm a flash guy. But I just don't want to put the location of my flash file where people can see it on that pages source code. This OR any other way of doing it is fine.

View Replies View Related

Flash And Asp

Anyone ever work between Flash and ASP before? I'm trying to send a variable from a Flash movie to an ASP page and get the page to display the variable. I have a variable, test, in the root of the Flash movie. I've set up a button that has this script attached to it:

getURL ("newpage.asp","","post");

Then, I've written a simple ASP script as follows:

name = Request.Form("test")
Response.Write (name)

This is just to test out the concept. According to a tutorial I read, this should work, but it doesn't seem to be. I'm wondering if I'm missing a step.

View Replies View Related

Flash Var > Asp

we would like to import a flash var with asp language from a SWF application. The var is a global one: Code:

_global.myVar = value .

View Replies View Related

Detecting Flash With ASP

I have a Javascript to detect whether a client's browser has flash installed, but as so many people are putting me off relying on Javascript, could you please let me know if you know how to detect whether a browser has flash installed using ASP.

View Replies View Related

ASP-Flash Chat

i am looking for asp-flash based chat source codes please send me link if you find any one. Code:

View Replies View Related

ASP & Flash Movies

I am trying to figure out how to pull random flash movies from a designated folder and display them. I have a script that works great for one instance, but I cannot seem to figure out how to make it work for 5 different instances.

Meaning I am trying to place this 5 times on a side bar, so I wanted to have 5 places it places flash files at random, 1 file per slot.

Here is the code I am working with. Any ideas how to modify it so I can use it 5 times on the same page? It works great for one spot, but I need it to work for 5 spots and cannot figure out how to make it work. Code:

View Replies View Related

Integrate Flash

Does anyone know how integrate Flash with serverside scripts (ASP,PHP,....)????Any website??tutorials?I've found few information about it.Anyway there are some interesting books but they stop at the point i need more info. They are "Flash 5 Magic with ActionScript"

View Replies View Related

Flash In Header

This is more of a flash recommendation question than ASP related, but I use this forum a lot, so wanted to see if anyone can answer.My page header is flash. One the header is flash. It's about 500KB.Do you recommend keeping flash in the header so it loads on each
page, or creating a second image to replace the header on all thesecondary pages.

If someone views the flash header once, do they download it each time
for each page, or does it cache?My point is that I do not want to kill my bandwidth.

View Replies View Related

Flash Or Text

I don't think the text file is caching. The information in the text file is called upon manually by the user of the flash movie.Odd that the variable in which the text is stored doesn't clear once the page is revisited. Flash can't permanently store the information without having Shared Objects set up.

(And they are not set up) I don't understand how the text file could be cached since the user manually requests the information after the page has loaded. The text information is being loaded into a Flash variable. All commands within the Flash movie are referring to an ASP file which draws from the text file.The project is complex; so right now I'm focusing on using txt files. I'mnot a database guru yet.

View Replies View Related

Flash And .asp Integoration

i am new in .asp and i have a fair knowledge of flash . basically what i want to do is set some variables in .asp and view the data (variables) in flashi tried the Request.Write but i didn't work .

View Replies View Related

Arrays From Flash

i am using the following code in hope of tryin to read in an array from flash. i m new to asp and hope you can help i think the syntax is wrong to be honnest


Dim santas 'amount of santas s
Dim trees 'amount of trees
Dim santa_array_x()

santas=Request.Form("s")
trees=Request.Form("t")
trees=trees-10

for arrayintake=0 to s
santa_array_x(arrayintake)=Request.QueryString("santa_array("&arrayintake&")")
next

View Replies View Related

Variable Sent From Flash

i have sent a variable from a button in flash to reload the page that is shown. however i cannot even load the page atall unless i set the variable to be fixed in the asp code. the variable is called category in flash and is simply three numbers; the flash code on the button is

on (release) {
var category="206";

getURL("hippylife_shop.asp", "_self", "GET");

}
basically i need to be able to set a default value for the first time the asp code.

View Replies View Related

Flash Database

I am trying to set up a dynamic page IN FLASH that automatically displays information from an access database, that is specific to the current date.

For example, at midnight tomorrow morning, the page would automatically display content specific to July 6th, and then would update to July 7th information on the following midnight, etc. Any ideas on the best way to accomplish this?

View Replies View Related

Create Image With ASP From Flash

If I have height and width and pixel value from flash, How can I create jpg image from those values with ASP ?

View Replies View Related

Using Admentor With Flash Banners

I am having difficulty getting admentor using flash banners....it isn't redirecting the ads to their get urls, am using just a a standard "clickTAG" in the get url feild.

on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG);
}
}

Code:

View Replies View Related

LoadVars Flash Form >>>HELP<<<

i have made a flash movie with a flash designer program and i put some input text inside the flash ( Username , Passowrd, ) also i named the variables to Password and username.

then i exported that flash into another flash designer program where i desgined a enter flash button and i added the enter flash button onto the external swf file which is the one ive created before with the other program. Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved