I want to Have a Fix File path for my Flash Animation Flash Screen..

Is this possible ?coz VB doesnt allow you to upload a Flash File In resources...


This is my path:
AxShockwaveFlash1.Movie = "C:\Users\Nat\Desktop\Sudoku tactics(Pencil)\finished products\SPLASHscreen.swf"

It's not fixed...If you switch PC it wont work anymore...

I want to Have a Fix File path for my Flash Animation Flash Screen..

Is this possible ?coz VB doesnt allow you to upload a Flash File In resources...


This is my path:
AxShockwaveFlash1.Movie = "C:\Users\Nat\Desktop\Sudoku tactics(Pencil)\finished products\SPLASHscreen.swf"

It's not fixed...If you switch PC it wont work anymore...

Try it add it in the debug folder of ur project in a folder and then give the path as

Dim path as String
path=(Application.StartupPath & "\foldername\filename")
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.